![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0-only */ 0002 /* 0003 * Intel Low Power Subsystem clocks. 0004 * 0005 * Copyright (C) 2013, Intel Corporation 0006 * Authors: Mika Westerberg <mika.westerberg@linux.intel.com> 0007 * Rafael J. Wysocki <rafael.j.wysocki@intel.com> 0008 */ 0009 0010 #ifndef __CLK_LPSS_H 0011 #define __CLK_LPSS_H 0012 0013 struct lpss_clk_data { 0014 const char *name; 0015 struct clk *clk; 0016 }; 0017 0018 extern int lpss_atom_clk_init(void); 0019 0020 #endif /* __CLK_LPSS_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |