Lines Matching refs:sch_gpio
35 struct sch_gpio { struct
43 static unsigned sch_gpio_offset(struct sch_gpio *sch, unsigned gpio, in sch_gpio_offset() argument
56 static unsigned sch_gpio_bit(struct sch_gpio *sch, unsigned gpio) in sch_gpio_bit()
63 static int sch_gpio_reg_get(struct sch_gpio *sch, unsigned gpio, unsigned reg) in sch_gpio_reg_get()
76 static void sch_gpio_reg_set(struct sch_gpio *sch, unsigned gpio, unsigned reg, in sch_gpio_reg_set()
95 struct sch_gpio *sch = gpiochip_get_data(gc); in sch_gpio_direction_in()
105 struct sch_gpio *sch = gpiochip_get_data(gc); in sch_gpio_get()
111 struct sch_gpio *sch = gpiochip_get_data(gc); in sch_gpio_set()
121 struct sch_gpio *sch = gpiochip_get_data(gc); in sch_gpio_direction_out()
142 struct sch_gpio *sch = gpiochip_get_data(gc); in sch_gpio_get_direction()
159 struct sch_gpio *sch; in sch_gpio_probe()