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

Data Fields

struct input_dev * vib_input_dev
 
struct work_struct work
 
struct devicedev
 
int speed
 
int level
 
bool active
 
u8 reg_vib_drv
 

Detailed Description

struct pm8xxx_vib - structure to hold vibrator data : input device supporting force feedback : work structure to set the vibration parameters : device supporting force feedback : speed of vibration set from userland : state of vibrator : level of vibration to set in the chip : VIB_DRV register value

Definition at line 44 of file pm8xxx-vibrator.c.

Field Documentation

bool active

Definition at line 50 of file pm8xxx-vibrator.c.

struct device* dev

Definition at line 47 of file pm8xxx-vibrator.c.

int level

Definition at line 49 of file pm8xxx-vibrator.c.

u8 reg_vib_drv

Definition at line 51 of file pm8xxx-vibrator.c.

int speed

Definition at line 48 of file pm8xxx-vibrator.c.

struct input_dev* vib_input_dev

Definition at line 45 of file pm8xxx-vibrator.c.

Definition at line 46 of file pm8xxx-vibrator.c.


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