Lines Matching defs:snd_soc_jack_gpio
689 struct snd_soc_jack_gpio { struct
690 unsigned int gpio;
691 unsigned int idx;
692 struct device *gpiod_dev;
693 const char *name;
694 int report;
695 int invert;
696 int debounce_time;
697 bool wake;
700 struct snd_soc_jack *jack;
701 struct delayed_work work;
702 struct notifier_block pm_notifier;
703 struct gpio_desc *desc;
705 void *data;
707 int (*jack_status_check)(void *data);