Symbol: gpio_runtime
sound/aoa/aoa-gpio.h
21
struct gpio_runtime;
sound/aoa/aoa-gpio.h
24
void (*init)(struct gpio_runtime *rt);
sound/aoa/aoa-gpio.h
25
void (*exit)(struct gpio_runtime *rt);
sound/aoa/aoa-gpio.h
28
void (*all_amps_off)(struct gpio_runtime *rt);
sound/aoa/aoa-gpio.h
30
void (*all_amps_restore)(struct gpio_runtime *rt);
sound/aoa/aoa-gpio.h
32
void (*set_headphone)(struct gpio_runtime *rt, int on);
sound/aoa/aoa-gpio.h
33
void (*set_speakers)(struct gpio_runtime *rt, int on);
sound/aoa/aoa-gpio.h
34
void (*set_lineout)(struct gpio_runtime *rt, int on);
sound/aoa/aoa-gpio.h
35
void (*set_master)(struct gpio_runtime *rt, int on);
sound/aoa/aoa-gpio.h
37
int (*get_headphone)(struct gpio_runtime *rt);
sound/aoa/aoa-gpio.h
38
int (*get_speakers)(struct gpio_runtime *rt);
sound/aoa/aoa-gpio.h
39
int (*get_lineout)(struct gpio_runtime *rt);
sound/aoa/aoa-gpio.h
40
int (*get_master)(struct gpio_runtime *rt);
sound/aoa/aoa-gpio.h
42
void (*set_hw_reset)(struct gpio_runtime *rt, int on);
sound/aoa/aoa-gpio.h
51
int (*set_notify)(struct gpio_runtime *rt,
sound/aoa/aoa-gpio.h
57
int (*get_detect)(struct gpio_runtime *rt,
sound/aoa/aoa.h
43
struct gpio_runtime *gpio;
sound/aoa/core/gpio-feature.c
133
static void ftr_gpio_set_##name(struct gpio_runtime *rt, int on)\
sound/aoa/core/gpio-feature.c
155
static int ftr_gpio_get_##name(struct gpio_runtime *rt) \
sound/aoa/core/gpio-feature.c
166
static void ftr_gpio_set_hw_reset(struct gpio_runtime *rt, int on)
sound/aoa/core/gpio-feature.c
183
static void ftr_gpio_all_amps_off(struct gpio_runtime *rt)
sound/aoa/core/gpio-feature.c
197
static void ftr_gpio_all_amps_restore(struct gpio_runtime *rt)
sound/aoa/core/gpio-feature.c
231
static void ftr_gpio_init(struct gpio_runtime *rt)
sound/aoa/core/gpio-feature.c
282
static void ftr_gpio_exit(struct gpio_runtime *rt)
sound/aoa/core/gpio-feature.c
309
static int ftr_set_notify(struct gpio_runtime *rt,
sound/aoa/core/gpio-feature.c
371
static int ftr_get_detect(struct gpio_runtime *rt,
sound/aoa/core/gpio-pmf.c
128
static int pmf_set_notify(struct gpio_runtime *rt,
sound/aoa/core/gpio-pmf.c
14
static void pmf_gpio_set_##name(struct gpio_runtime *rt, int on)\
sound/aoa/core/gpio-pmf.c
199
static int pmf_get_detect(struct gpio_runtime *rt,
sound/aoa/core/gpio-pmf.c
27
static int pmf_gpio_get_##name(struct gpio_runtime *rt) \
sound/aoa/core/gpio-pmf.c
37
static void pmf_gpio_set_hw_reset(struct gpio_runtime *rt, int on)
sound/aoa/core/gpio-pmf.c
49
static void pmf_gpio_all_amps_off(struct gpio_runtime *rt)
sound/aoa/core/gpio-pmf.c
61
static void pmf_gpio_all_amps_restore(struct gpio_runtime *rt)
sound/aoa/core/gpio-pmf.c
82
static void pmf_gpio_init(struct gpio_runtime *rt)
sound/aoa/core/gpio-pmf.c
94
static void pmf_gpio_exit(struct gpio_runtime *rt)
sound/aoa/fabrics/layout.c
613
struct gpio_runtime gpio;
sound/aoa/fabrics/layout.c
644
struct gpio_runtime *gpio = snd_kcontrol_chip(kcontrol); \
sound/aoa/fabrics/layout.c
653
struct gpio_runtime *gpio = snd_kcontrol_chip(kcontrol); \