Lines Matching +full:pin +full:- +full:count
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
14 * @pin: name of the pin to update
16 * @invert: if non-zero then pin is enabled when status is not reported
21 const char *pin; member
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
92 int snd_soc_jack_add_pins(struct snd_soc_jack *jack, int count,
98 int snd_soc_jack_add_zones(struct snd_soc_jack *jack, int count,
102 int snd_soc_jack_add_gpios(struct snd_soc_jack *jack, int count,
106 int count, struct snd_soc_jack_gpio *gpios);
107 void snd_soc_jack_free_gpios(struct snd_soc_jack *jack, int count,
110 static inline int snd_soc_jack_add_gpios(struct snd_soc_jack *jack, int count, in snd_soc_jack_add_gpios() argument
118 int count, in snd_soc_jack_add_gpiods() argument
124 static inline void snd_soc_jack_free_gpios(struct snd_soc_jack *jack, int count, in snd_soc_jack_free_gpios() argument