Home
last modified time | relevance | path

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

/linux/drivers/gpio/
H A Dgpio-sch.c39 struct sch_gpio { struct
50 static unsigned int sch_gpio_offset(struct sch_gpio *sch, unsigned int gpio, in sch_gpio_offset() argument
63 static unsigned int sch_gpio_bit(struct sch_gpio *sch, unsigned int gpio) in sch_gpio_bit()
70 static int sch_gpio_reg_get(struct sch_gpio *sch, unsigned int gpio, unsigned int reg) in sch_gpio_reg_get()
83 static void sch_gpio_reg_set(struct sch_gpio *sch, unsigned int gpio, unsigned int reg, in sch_gpio_reg_set()
104 struct sch_gpio *sch = gpiochip_get_data(gc); in sch_gpio_direction_in()
115 struct sch_gpio *sch = gpiochip_get_data(gc); in sch_gpio_get()
122 struct sch_gpio *sch = gpiochip_get_data(gc); in sch_gpio_set()
133 struct sch_gpio *sch = gpiochip_get_data(gc); in sch_gpio_direction_out()
155 struct sch_gpio *sch = gpiochip_get_data(gc); in sch_gpio_get_direction()
[all …]