Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/pinctrl/
Dpinctrl-at91.c34 struct at91_gpio_chip { struct
37 struct at91_gpio_chip *next; /* Bank sharing same clock */ argument
46 static struct at91_gpio_chip *gpio_chips[MAX_GPIO_BANKS]; argument
917 struct at91_gpio_chip *at91_chip; in at91_gpio_request_enable()
1415 struct at91_gpio_chip *at91_gpio = gpiochip_get_data(chip); in at91_gpio_get_direction()
1429 struct at91_gpio_chip *at91_gpio = gpiochip_get_data(chip); in at91_gpio_direction_input()
1439 struct at91_gpio_chip *at91_gpio = gpiochip_get_data(chip); in at91_gpio_get()
1451 struct at91_gpio_chip *at91_gpio = gpiochip_get_data(chip); in at91_gpio_set()
1461 struct at91_gpio_chip *at91_gpio = gpiochip_get_data(chip); in at91_gpio_set_multiple()
1476 struct at91_gpio_chip *at91_gpio = gpiochip_get_data(chip); in at91_gpio_direction_output()
[all …]