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