Linux Kernel
3.7.1
|
Data Fields | |
struct device * | dev |
struct input_dev * | input_dev |
struct workqueue_struct * | workqueue |
struct work_struct | play_work |
bool | enabled |
int | speed |
int | direction |
bool | coexist |
struct mutex | mutex |
int | irq |
int | weak_speed |
int | strong_speed |
unsigned int | vibldrv_res |
unsigned int | vibrdrv_res |
unsigned int | viblmotor_res |
unsigned int | vibrmotor_res |
struct regulator_bulk_data | supplies [TWL6040_NUM_SUPPLIES] |
struct twl6040 * | twl6040 |
Definition at line 42 of file twl4030-vibra.c.
bool coexist |
Definition at line 53 of file twl4030-vibra.c.
Definition at line 43 of file twl4030-vibra.c.
Definition at line 51 of file twl4030-vibra.c.
bool enabled |
Definition at line 49 of file twl4030-vibra.c.
struct input_dev * input_dev |
Definition at line 44 of file twl4030-vibra.c.
int irq |
Definition at line 51 of file twl6040-vibra.c.
Definition at line 50 of file twl6040-vibra.c.
struct work_struct play_work |
Definition at line 47 of file twl4030-vibra.c.
int speed |
Definition at line 50 of file twl4030-vibra.c.
int strong_speed |
Definition at line 55 of file twl6040-vibra.c.
struct regulator_bulk_data supplies[TWL6040_NUM_SUPPLIES] |
Definition at line 63 of file twl6040-vibra.c.
Definition at line 65 of file twl6040-vibra.c.
unsigned int vibldrv_res |
Definition at line 58 of file twl6040-vibra.c.
unsigned int viblmotor_res |
Definition at line 60 of file twl6040-vibra.c.
unsigned int vibrdrv_res |
Definition at line 59 of file twl6040-vibra.c.
unsigned int vibrmotor_res |
Definition at line 61 of file twl6040-vibra.c.
int weak_speed |
Definition at line 54 of file twl6040-vibra.c.
struct workqueue_struct * workqueue |
Definition at line 46 of file twl4030-vibra.c.