Lines Matching refs:sch_gpio
22 struct sch_gpio { struct
29 static unsigned int sch_gpio_offset(struct sch_gpio *sch, unsigned int gpio, in sch_gpio_offset() argument
42 static unsigned int sch_gpio_bit(struct sch_gpio *sch, unsigned int gpio) in sch_gpio_bit()
49 static int sch_gpio_reg_get(struct sch_gpio *sch, unsigned int gpio, unsigned int reg) in sch_gpio_reg_get()
62 static void sch_gpio_reg_set(struct sch_gpio *sch, unsigned int gpio, unsigned int reg, in sch_gpio_reg_set()
81 struct sch_gpio *sch = gpiochip_get_data(gc); in sch_gpio_direction_in()
91 struct sch_gpio *sch = gpiochip_get_data(gc); in sch_gpio_get()
98 struct sch_gpio *sch = gpiochip_get_data(gc); in sch_gpio_set()
108 struct sch_gpio *sch = gpiochip_get_data(gc); in sch_gpio_direction_out()
129 struct sch_gpio *sch = gpiochip_get_data(gc); in sch_gpio_get_direction()
149 struct sch_gpio *sch; in sch_gpio_probe()