|
Linux Kernel
3.7.1
|
Data Fields | |
| struct input_dev * | vib_input_dev |
| struct work_struct | work |
| struct device * | dev |
| int | speed |
| int | level |
| bool | active |
| u8 | reg_vib_drv |
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.
| bool active |
Definition at line 50 of file pm8xxx-vibrator.c.
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.
| struct work_struct work |
Definition at line 46 of file pm8xxx-vibrator.c.
1.8.2