Searched refs:gpio_runtime (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/aoa/
H A Daoa-gpio.h23 struct gpio_runtime;
26 void (*init)(struct gpio_runtime *rt);
27 void (*exit)(struct gpio_runtime *rt);
30 void (*all_amps_off)(struct gpio_runtime *rt);
32 void (*all_amps_restore)(struct gpio_runtime *rt);
34 void (*set_headphone)(struct gpio_runtime *rt, int on);
35 void (*set_speakers)(struct gpio_runtime *rt, int on);
36 void (*set_lineout)(struct gpio_runtime *rt, int on);
38 int (*get_headphone)(struct gpio_runtime *rt);
39 int (*get_speakers)(struct gpio_runtime *r
69 struct gpio_runtime { struct
[all...]
H A Daoa.h47 struct gpio_runtime *gpio;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/aoa/core/
H A Dsnd-aoa-gpio-pmf.c14 static void pmf_gpio_set_##name(struct gpio_runtime *rt, int on)\
27 static int pmf_gpio_get_##name(struct gpio_runtime *rt) \
37 static void pmf_gpio_set_hw_reset(struct gpio_runtime *rt, int on)
49 static void pmf_gpio_all_amps_off(struct gpio_runtime *rt)
61 static void pmf_gpio_all_amps_restore(struct gpio_runtime *rt)
83 static void pmf_gpio_init(struct gpio_runtime *rt)
95 static void pmf_gpio_exit(struct gpio_runtime *rt)
133 static int pmf_set_notify(struct gpio_runtime *rt,
208 static int pmf_get_detect(struct gpio_runtime *rt,
H A Dsnd-aoa-gpio-feature.c128 static void ftr_gpio_set_##name(struct gpio_runtime *rt, int on)\
150 static int ftr_gpio_get_##name(struct gpio_runtime *rt) \
160 static void ftr_gpio_set_hw_reset(struct gpio_runtime *rt, int on)
175 static void ftr_gpio_all_amps_off(struct gpio_runtime *rt)
187 static void ftr_gpio_all_amps_restore(struct gpio_runtime *rt)
220 static void ftr_gpio_init(struct gpio_runtime *rt)
265 static void ftr_gpio_exit(struct gpio_runtime *rt)
293 static int ftr_set_notify(struct gpio_runtime *rt,
360 static int ftr_get_detect(struct gpio_runtime *rt,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/aoa/fabrics/
H A Dsnd-aoa-fabric-layout.c559 struct gpio_runtime gpio;
597 struct gpio_runtime *gpio = snd_kcontrol_chip(kcontrol); \
606 struct gpio_runtime *gpio = snd_kcontrol_chip(kcontrol); \

Completed in 54 milliseconds