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

#include <omap-bandgap.h>

Data Fields

struct temp_sensor_datats_data
 
struct temp_sensor_registersregisters
 
struct temp_sensor_regval regval
 
chardomain
 
struct thermal_cooling_conf cooling_data
 
const int slope
 
const int constant
 
const int slope_pcb
 
const int constant_pcb
 
voiddata
 
int(* register_cooling )(struct omap_bandgap *bg_ptr, int id)
 
int(* unregister_cooling )(struct omap_bandgap *bg_ptr, int id)
 

Detailed Description

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.

Field Documentation

const int constant

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

const int constant_pcb

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

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.

const int slope_pcb

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

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.


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