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

#include <omap-bandgap.h>

Data Fields

unsigned int features
 
const intconv_table
 
charfclock_name
 
chardiv_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 []
 

Detailed Description

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.

Field Documentation

const int* conv_table

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

char* div_ck_name

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

int(* expose_sensor)(struct omap_bandgap *bg_ptr, int id, char *domain)

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

char* fclock_name

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

unsigned int features

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.


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