Linux Kernel
3.7.1
|
#include <omap-bandgap.h>
Data Fields | |
unsigned int | features |
const int * | conv_table |
char * | fclock_name |
char * | div_ck_name |
int | sensor_count |
int(* | report_temperature )(struct omap_bandgap *bg_ptr, int id) |
int(* | expose_sensor )(struct omap_bandgap *bg_ptr, int id, char *domain) |
int(* | remove_sensor )(struct omap_bandgap *bg_ptr, int id) |
struct omap_temp_sensor | sensors [] |
struct omap_bandgap_data - bandgap platform data structure : a bitwise flag set to describe the device features : Pointer to adc to temperature conversion table : clock name of the functional clock : clock name of the clock divisor : count of temperature sensor device in scm : array of sensors present in this bandgap instance : callback to export sensor to thermal API
Definition at line 389 of file omap-bandgap.h.
Definition at line 399 of file omap-bandgap.h.
char* div_ck_name |
Definition at line 401 of file omap-bandgap.h.
Definition at line 404 of file omap-bandgap.h.
char* fclock_name |
Definition at line 400 of file omap-bandgap.h.
Definition at line 398 of file omap-bandgap.h.
int(* remove_sensor)(struct omap_bandgap *bg_ptr, int id) |
Definition at line 405 of file omap-bandgap.h.
int(* report_temperature)(struct omap_bandgap *bg_ptr, int id) |
Definition at line 403 of file omap-bandgap.h.
int sensor_count |
Definition at line 402 of file omap-bandgap.h.
Definition at line 408 of file omap-bandgap.h.