Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpio/
Dgpio-aggregator.c250 struct gpiochip_fwd { struct
268 struct gpiochip_fwd *fwd = gpiochip_get_data(chip); in gpio_fwd_get_direction() argument
275 struct gpiochip_fwd *fwd = gpiochip_get_data(chip); in gpio_fwd_direction_input()
283 struct gpiochip_fwd *fwd = gpiochip_get_data(chip); in gpio_fwd_direction_output()
290 struct gpiochip_fwd *fwd = gpiochip_get_data(chip); in gpio_fwd_get()
296 static int gpio_fwd_get_multiple(struct gpiochip_fwd *fwd, unsigned long *mask, in gpio_fwd_get_multiple()
325 struct gpiochip_fwd *fwd = gpiochip_get_data(chip); in gpio_fwd_get_multiple_locked()
344 struct gpiochip_fwd *fwd = gpiochip_get_data(chip); in gpio_fwd_delay()
365 struct gpiochip_fwd *fwd = gpiochip_get_data(chip); in gpio_fwd_set()
376 static void gpio_fwd_set_multiple(struct gpiochip_fwd *fwd, unsigned long *mask, in gpio_fwd_set_multiple()
[all …]