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