Home
last modified time | relevance | path

Searched refs:gpio_runtime (Results 1 – 2 of 2) sorted by relevance

/linux/sound/aoa/
H A Daoa-gpio.h21 struct gpio_runtime;
24 void (*init)(struct gpio_runtime *rt);
25 void (*exit)(struct gpio_runtime *rt);
28 void (*all_amps_off)(struct gpio_runtime *rt);
30 void (*all_amps_restore)(struct gpio_runtime *rt);
32 void (*set_headphone)(struct gpio_runtime *rt, int on);
33 void (*set_speakers)(struct gpio_runtime *rt, int on);
34 void (*set_lineout)(struct gpio_runtime *rt, int on);
35 void (*set_master)(struct gpio_runtime *rt, int on);
37 int (*get_headphone)(struct gpio_runtime *rt);
[all …]
H A Daoa.h43 struct gpio_runtime *gpio;