Linux Kernel
3.7.1
|
#include <omap-bandgap.h>
Data Fields | |
struct device * | dev |
void __iomem * | base |
struct omap_bandgap_data * | conf |
struct clk * | fclock |
struct clk * | div_clk |
const int * | conv_table |
struct mutex | bg_mutex |
int | irq |
int | tshut_gpio |
u32 | clk_rate |
struct omap_bandgap - bandgap device structure : device pointer : platform data with sensor data : pointer to functional clock of temperature sensor : pointer to parent clock of temperature sensor fclk : Pointer to adc to temperature conversion table : Mutex for sysfs, irq and PM : MPU Irq number for thermal alert : GPIO where Tshut signal is routed : Holds current clock rate
Definition at line 309 of file omap-bandgap.h.
Definition at line 311 of file omap-bandgap.h.
Definition at line 316 of file omap-bandgap.h.
u32 clk_rate |
Definition at line 319 of file omap-bandgap.h.
struct omap_bandgap_data* conf |
Definition at line 312 of file omap-bandgap.h.
Definition at line 315 of file omap-bandgap.h.
Definition at line 310 of file omap-bandgap.h.
Definition at line 314 of file omap-bandgap.h.
Definition at line 313 of file omap-bandgap.h.
int irq |
Definition at line 317 of file omap-bandgap.h.
int tshut_gpio |
Definition at line 318 of file omap-bandgap.h.