Home
last modified time | relevance | path

Searched refs:sch_gpio (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/drivers/gpio/
Dgpio-sch.c39 struct sch_gpio { struct
51 static unsigned int sch_gpio_offset(struct sch_gpio *sch, unsigned int gpio, in sch_gpio_offset() argument
64 static unsigned int sch_gpio_bit(struct sch_gpio *sch, unsigned int gpio) in sch_gpio_bit()
71 static int sch_gpio_reg_get(struct sch_gpio *sch, unsigned int gpio, unsigned int reg) in sch_gpio_reg_get()
84 static void sch_gpio_reg_set(struct sch_gpio *sch, unsigned int gpio, unsigned int reg, in sch_gpio_reg_set()
103 struct sch_gpio *sch = gpiochip_get_data(gc); in sch_gpio_direction_in()
114 struct sch_gpio *sch = gpiochip_get_data(gc); in sch_gpio_get()
121 struct sch_gpio *sch = gpiochip_get_data(gc); in sch_gpio_set()
132 struct sch_gpio *sch = gpiochip_get_data(gc); in sch_gpio_direction_out()
154 struct sch_gpio *sch = gpiochip_get_data(gc); in sch_gpio_get_direction()
[all …]