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

Data Fields

struct platform_devicepdev
 
struct devicehwmon_dev
 
struct mutex lock
 
int num_ctrl
 
unsigned * ctrl
 
int num_speed
 
struct gpio_fan_speedspeed
 
int speed_index
 
bool pwm_enable
 
struct gpio_fan_alarmalarm
 
struct work_struct alarm_work
 

Detailed Description

Definition at line 37 of file gpio-fan.c.

Field Documentation

Definition at line 50 of file gpio-fan.c.

struct work_struct alarm_work

Definition at line 51 of file gpio-fan.c.

unsigned* ctrl

Definition at line 42 of file gpio-fan.c.

struct device* hwmon_dev

Definition at line 39 of file gpio-fan.c.

struct mutex lock

Definition at line 40 of file gpio-fan.c.

int num_ctrl

Definition at line 41 of file gpio-fan.c.

int num_speed

Definition at line 43 of file gpio-fan.c.

Definition at line 38 of file gpio-fan.c.

bool pwm_enable

Definition at line 49 of file gpio-fan.c.

Definition at line 44 of file gpio-fan.c.

int speed_index

Definition at line 45 of file gpio-fan.c.


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