Lines Matching defs:snd_soc_jack_gpio
680 struct snd_soc_jack_gpio { struct
681 unsigned int gpio;
682 unsigned int idx;
683 struct device *gpiod_dev;
684 const char *name;
685 int report;
686 int invert;
687 int debounce_time;
688 bool wake;
691 struct snd_soc_jack *jack;
692 struct delayed_work work;
693 struct notifier_block pm_notifier;
694 struct gpio_desc *desc;
696 void *data;
698 int (*jack_status_check)(void *data);