Lines Matching defs:snd_soc_jack_gpio
60 struct snd_soc_jack_gpio { struct
61 unsigned int idx;
62 struct device *gpiod_dev;
63 const char *name;
64 int report;
65 int invert;
66 int debounce_time;
67 bool wake;
70 struct snd_soc_jack *jack;
71 struct delayed_work work;
72 struct notifier_block pm_notifier;
73 struct gpio_desc *desc;
75 void *data;
77 int (*jack_status_check)(void *data);