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

#include <thermal.h>

Data Fields

int id
 
char type [THERMAL_NAME_LENGTH]
 
struct device device
 
voiddevdata
 
struct thermal_cooling_device_opsops
 
bool updated
 
struct mutex lock
 
struct list_head thermal_instances
 
struct list_head node
 

Detailed Description

Definition at line 91 of file thermal.h.

Field Documentation

void* devdata

Definition at line 95 of file thermal.h.

Definition at line 94 of file thermal.h.

Definition at line 92 of file thermal.h.

struct mutex lock

Definition at line 98 of file thermal.h.

Definition at line 100 of file thermal.h.

Definition at line 96 of file thermal.h.

struct list_head thermal_instances

Definition at line 99 of file thermal.h.

Definition at line 93 of file thermal.h.

bool updated

Definition at line 97 of file thermal.h.


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