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

#include <thermal.h>

Data Fields

int id
 
char type [THERMAL_NAME_LENGTH]
 
struct device device
 
struct thermal_attrtrip_temp_attrs
 
struct thermal_attrtrip_type_attrs
 
struct thermal_attrtrip_hyst_attrs
 
voiddevdata
 
int trips
 
int passive_delay
 
int polling_delay
 
int temperature
 
int last_temperature
 
int passive
 
unsigned int forced_passive
 
struct thermal_zone_device_opsops
 
struct list_head thermal_instances
 
struct idr idr
 
struct mutex lock
 
struct list_head node
 
struct delayed_work poll_queue
 

Detailed Description

Definition at line 112 of file thermal.h.

Field Documentation

void* devdata

Definition at line 119 of file thermal.h.

Definition at line 115 of file thermal.h.

unsigned int forced_passive

Definition at line 126 of file thermal.h.

Definition at line 113 of file thermal.h.

Definition at line 129 of file thermal.h.

int last_temperature

Definition at line 124 of file thermal.h.

struct mutex lock

Definition at line 130 of file thermal.h.

Definition at line 131 of file thermal.h.

Definition at line 127 of file thermal.h.

int passive

Definition at line 125 of file thermal.h.

int passive_delay

Definition at line 121 of file thermal.h.

struct delayed_work poll_queue

Definition at line 132 of file thermal.h.

int polling_delay

Definition at line 122 of file thermal.h.

Definition at line 123 of file thermal.h.

struct list_head thermal_instances

Definition at line 128 of file thermal.h.

struct thermal_attr* trip_hyst_attrs

Definition at line 118 of file thermal.h.

struct thermal_attr* trip_temp_attrs

Definition at line 116 of file thermal.h.

struct thermal_attr* trip_type_attrs

Definition at line 117 of file thermal.h.

int trips

Definition at line 120 of file thermal.h.

Definition at line 114 of file thermal.h.


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