Linux Kernel
3.7.1
|
Data Fields | |
struct device * | dev |
struct arizona * | arizona |
struct mutex | lock |
struct regulator * | micvdd |
struct input_dev * | input |
int | micd_mode |
struct arizona_micd_config * | micd_modes |
int | micd_num_modes |
bool | micd_reva |
bool | mic |
bool | detecting |
int | jack_flips |
struct extcon_dev | edev |
Definition at line 36 of file extcon-arizona.c.
Definition at line 38 of file extcon-arizona.c.
bool detecting |
Definition at line 50 of file extcon-arizona.c.
Definition at line 37 of file extcon-arizona.c.
struct extcon_dev edev |
Definition at line 53 of file extcon-arizona.c.
struct input_dev* input |
Definition at line 41 of file extcon-arizona.c.
int jack_flips |
Definition at line 51 of file extcon-arizona.c.
Definition at line 39 of file extcon-arizona.c.
bool mic |
Definition at line 49 of file extcon-arizona.c.
int micd_mode |
Definition at line 43 of file extcon-arizona.c.
struct arizona_micd_config* micd_modes |
Definition at line 44 of file extcon-arizona.c.
int micd_num_modes |
Definition at line 45 of file extcon-arizona.c.
bool micd_reva |
Definition at line 47 of file extcon-arizona.c.
Definition at line 40 of file extcon-arizona.c.