Linux Kernel
3.7.1
|
Data Fields | |
struct thermal_zone_device * | omap_thermal |
struct thermal_cooling_device * | cool_dev |
struct omap_bandgap * | bg_ptr |
enum thermal_device_mode | mode |
struct work_struct | thermal_wq |
int | sensor_id |
Definition at line 38 of file omap-thermal-common.c.
struct omap_bandgap* bg_ptr |
Definition at line 41 of file omap-thermal-common.c.
struct thermal_cooling_device* cool_dev |
Definition at line 40 of file omap-thermal-common.c.
enum thermal_device_mode mode |
Definition at line 42 of file omap-thermal-common.c.
struct thermal_zone_device* omap_thermal |
Definition at line 39 of file omap-thermal-common.c.
int sensor_id |
Definition at line 44 of file omap-thermal-common.c.
struct work_struct thermal_wq |
Definition at line 43 of file omap-thermal-common.c.