|
Linux Kernel
3.7.1
|
#include <omap-bandgap.h>
Data Fields | |
| struct temp_sensor_data * | ts_data |
| struct temp_sensor_registers * | registers |
| struct temp_sensor_regval | regval |
| char * | domain |
| struct thermal_cooling_conf | cooling_data |
| const int | slope |
| const int | constant |
| const int | slope_pcb |
| const int | constant_pcb |
| void * | data |
| int(* | register_cooling )(struct omap_bandgap *bg_ptr, int id) |
| int(* | unregister_cooling )(struct omap_bandgap *bg_ptr, int id) |
struct omap_temp_sensor - bandgap temperature sensor platform data : pointer to struct with thresholds, limits of temperature sensor : pointer to the list of register offsets and bitfields : temperature sensor register values : the name of the domain where the sensor is located : description on how the zone should be cooled off. : sensor gradient slope info for hotspot extrapolation : sensor gradient const info for hotspot extrapolation : sensor gradient slope info for hotspot extrapolation with no external influence : sensor gradient const info for hotspot extrapolation with no external influence : private data : function to describe how this sensor is going to be cooled : function to release cooling data
Definition at line 363 of file omap-bandgap.h.
Definition at line 371 of file omap-bandgap.h.
Definition at line 373 of file omap-bandgap.h.
| struct thermal_cooling_conf cooling_data |
Definition at line 368 of file omap-bandgap.h.
Definition at line 374 of file omap-bandgap.h.
| char* domain |
Definition at line 367 of file omap-bandgap.h.
| int(* register_cooling)(struct omap_bandgap *bg_ptr, int id) |
Definition at line 375 of file omap-bandgap.h.
Definition at line 365 of file omap-bandgap.h.
Definition at line 366 of file omap-bandgap.h.
Definition at line 370 of file omap-bandgap.h.
Definition at line 372 of file omap-bandgap.h.
| struct temp_sensor_data* ts_data |
Definition at line 364 of file omap-bandgap.h.
| int(* unregister_cooling)(struct omap_bandgap *bg_ptr, int id) |
Definition at line 376 of file omap-bandgap.h.
1.8.2