Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
omap_bandgap Struct Reference

#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
 

Detailed Description

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.

Field Documentation

void __iomem* base

Definition at line 311 of file omap-bandgap.h.

struct mutex bg_mutex

Definition at line 316 of file omap-bandgap.h.

u32 clk_rate

Definition at line 319 of file omap-bandgap.h.

Definition at line 312 of file omap-bandgap.h.

const int* conv_table

Definition at line 315 of file omap-bandgap.h.

struct device* dev

Definition at line 310 of file omap-bandgap.h.

struct clk* div_clk

Definition at line 314 of file omap-bandgap.h.

struct clk* fclock

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.


The documentation for this struct was generated from the following file: