gpio_runtime       22 sound/aoa/aoa-gpio.h struct gpio_runtime;
gpio_runtime       25 sound/aoa/aoa-gpio.h 	void (*init)(struct gpio_runtime *rt);
gpio_runtime       26 sound/aoa/aoa-gpio.h 	void (*exit)(struct gpio_runtime *rt);
gpio_runtime       29 sound/aoa/aoa-gpio.h 	void (*all_amps_off)(struct gpio_runtime *rt);
gpio_runtime       31 sound/aoa/aoa-gpio.h 	void (*all_amps_restore)(struct gpio_runtime *rt);
gpio_runtime       33 sound/aoa/aoa-gpio.h 	void (*set_headphone)(struct gpio_runtime *rt, int on);
gpio_runtime       34 sound/aoa/aoa-gpio.h 	void (*set_speakers)(struct gpio_runtime *rt, int on);
gpio_runtime       35 sound/aoa/aoa-gpio.h 	void (*set_lineout)(struct gpio_runtime *rt, int on);
gpio_runtime       36 sound/aoa/aoa-gpio.h 	void (*set_master)(struct gpio_runtime *rt, int on);
gpio_runtime       38 sound/aoa/aoa-gpio.h 	int (*get_headphone)(struct gpio_runtime *rt);
gpio_runtime       39 sound/aoa/aoa-gpio.h 	int (*get_speakers)(struct gpio_runtime *rt);
gpio_runtime       40 sound/aoa/aoa-gpio.h 	int (*get_lineout)(struct gpio_runtime *rt);
gpio_runtime       41 sound/aoa/aoa-gpio.h 	int (*get_master)(struct gpio_runtime *rt);
gpio_runtime       43 sound/aoa/aoa-gpio.h 	void (*set_hw_reset)(struct gpio_runtime *rt, int on);
gpio_runtime       52 sound/aoa/aoa-gpio.h 	int (*set_notify)(struct gpio_runtime *rt,
gpio_runtime       58 sound/aoa/aoa-gpio.h 	int (*get_detect)(struct gpio_runtime *rt,
gpio_runtime       44 sound/aoa/aoa.h 	struct gpio_runtime *gpio;
gpio_runtime      133 sound/aoa/core/gpio-feature.c static void ftr_gpio_set_##name(struct gpio_runtime *rt, int on)\
gpio_runtime      155 sound/aoa/core/gpio-feature.c static int ftr_gpio_get_##name(struct gpio_runtime *rt)		\
gpio_runtime      166 sound/aoa/core/gpio-feature.c static void ftr_gpio_set_hw_reset(struct gpio_runtime *rt, int on)
gpio_runtime      183 sound/aoa/core/gpio-feature.c static void ftr_gpio_all_amps_off(struct gpio_runtime *rt)
gpio_runtime      197 sound/aoa/core/gpio-feature.c static void ftr_gpio_all_amps_restore(struct gpio_runtime *rt)
gpio_runtime      232 sound/aoa/core/gpio-feature.c static void ftr_gpio_init(struct gpio_runtime *rt)
gpio_runtime      283 sound/aoa/core/gpio-feature.c static void ftr_gpio_exit(struct gpio_runtime *rt)
gpio_runtime      310 sound/aoa/core/gpio-feature.c static int ftr_set_notify(struct gpio_runtime *rt,
gpio_runtime      377 sound/aoa/core/gpio-feature.c static int ftr_get_detect(struct gpio_runtime *rt,
gpio_runtime       14 sound/aoa/core/gpio-pmf.c static void pmf_gpio_set_##name(struct gpio_runtime *rt, int on)\
gpio_runtime       27 sound/aoa/core/gpio-pmf.c static int pmf_gpio_get_##name(struct gpio_runtime *rt)		\
gpio_runtime       37 sound/aoa/core/gpio-pmf.c static void pmf_gpio_set_hw_reset(struct gpio_runtime *rt, int on)
gpio_runtime       49 sound/aoa/core/gpio-pmf.c static void pmf_gpio_all_amps_off(struct gpio_runtime *rt)
gpio_runtime       61 sound/aoa/core/gpio-pmf.c static void pmf_gpio_all_amps_restore(struct gpio_runtime *rt)
gpio_runtime       83 sound/aoa/core/gpio-pmf.c static void pmf_gpio_init(struct gpio_runtime *rt)
gpio_runtime       95 sound/aoa/core/gpio-pmf.c static void pmf_gpio_exit(struct gpio_runtime *rt)
gpio_runtime      129 sound/aoa/core/gpio-pmf.c static int pmf_set_notify(struct gpio_runtime *rt,
gpio_runtime      208 sound/aoa/core/gpio-pmf.c static int pmf_get_detect(struct gpio_runtime *rt,
gpio_runtime      612 sound/aoa/fabrics/layout.c 	struct gpio_runtime gpio;
gpio_runtime      643 sound/aoa/fabrics/layout.c 	struct gpio_runtime *gpio = snd_kcontrol_chip(kcontrol);	\
gpio_runtime      652 sound/aoa/fabrics/layout.c 	struct gpio_runtime *gpio = snd_kcontrol_chip(kcontrol);	\