Lines Matching defs:snd_soc_jack_gpio
657 struct snd_soc_jack_gpio { struct
658 unsigned int gpio;
659 unsigned int idx;
660 struct device *gpiod_dev;
661 const char *name;
662 int report;
663 int invert;
664 int debounce_time;
665 bool wake;
667 struct snd_soc_jack *jack;
668 struct delayed_work work;
669 struct gpio_desc *desc;
671 void *data;
672 int (*jack_status_check)(void *data);