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

#include <thermal.h>

Data Fields

int(* get_max_state )(struct thermal_cooling_device *, unsigned long *)
 
int(* get_cur_state )(struct thermal_cooling_device *, unsigned long *)
 
int(* set_cur_state )(struct thermal_cooling_device *, unsigned long)
 

Detailed Description

Definition at line 80 of file thermal.h.

Field Documentation

int(* get_cur_state)(struct thermal_cooling_device *, unsigned long *)

Definition at line 82 of file thermal.h.

int(* get_max_state)(struct thermal_cooling_device *, unsigned long *)

Definition at line 81 of file thermal.h.

int(* set_cur_state)(struct thermal_cooling_device *, unsigned long)

Definition at line 83 of file thermal.h.


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