Lines Matching +full:wake +full:- +full:device
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
104 int snd_soc_jack_add_gpiods(struct device *gpiod_dev,
116 static inline int snd_soc_jack_add_gpiods(struct device *gpiod_dev, in snd_soc_jack_add_gpiods()