Searched defs:gpio_methods (Results 1 – 1 of 1) sorted by relevance
23 struct gpio_methods { struct25 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);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);[all …]
Completed in 3 milliseconds