Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpio/
Dgpio-sch.c22 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()
[all …]