Searched defs:gpio_methods (Results 1 – 1 of 1) sorted by relevance
24 struct gpio_methods { struct26 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);37 void (*set_master)(struct gpio_runtime *rt, int on);39 int (*get_headphone)(struct gpio_runtime *rt);[all …]