Lines Matching refs:rt
25 void (*init)(struct gpio_runtime *rt);
26 void (*exit)(struct gpio_runtime *rt);
29 void (*all_amps_off)(struct gpio_runtime *rt);
31 void (*all_amps_restore)(struct gpio_runtime *rt);
33 void (*set_headphone)(struct gpio_runtime *rt, int on);
34 void (*set_speakers)(struct gpio_runtime *rt, int on);
35 void (*set_lineout)(struct gpio_runtime *rt, int on);
36 void (*set_master)(struct gpio_runtime *rt, int on);
38 int (*get_headphone)(struct gpio_runtime *rt);
39 int (*get_speakers)(struct gpio_runtime *rt);
40 int (*get_lineout)(struct gpio_runtime *rt);
41 int (*get_master)(struct gpio_runtime *rt);
43 void (*set_hw_reset)(struct gpio_runtime *rt, int on);
52 int (*set_notify)(struct gpio_runtime *rt,
58 int (*get_detect)(struct gpio_runtime *rt,