Lines Matching +full:device +full:- +full:wake +full:- +full:gpios
1 /* SPDX-License-Identifier: GPL-2.0
3 * soc-jack.h
12 * struct snd_soc_jack_pin - Describes a pin to update based on jack detection
16 * @invert: if non-zero then pin is enabled when status is not reported
27 * struct snd_soc_jack_zone - Describes voltage zones of jack detection
45 * struct snd_soc_jack_gpio - Describes a gpio pin for jack detection
48 * consumer device
49 * @gpiod_dev: GPIO consumer device
51 * device function name lookup
55 * @wake: enable as wake source
62 struct device *gpiod_dev;
67 bool wake; member
103 struct snd_soc_jack_gpio *gpios);
104 int snd_soc_jack_add_gpiods(struct device *gpiod_dev,
106 int count, struct snd_soc_jack_gpio *gpios);
108 struct snd_soc_jack_gpio *gpios);
111 struct snd_soc_jack_gpio *gpios) in snd_soc_jack_add_gpios() argument
116 static inline int snd_soc_jack_add_gpiods(struct device *gpiod_dev, in snd_soc_jack_add_gpiods()
119 struct snd_soc_jack_gpio *gpios) in snd_soc_jack_add_gpiods() argument
125 struct snd_soc_jack_gpio *gpios) in snd_soc_jack_free_gpios() argument