Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/pinctrl/
Dpinctrl-at91.c50 struct at91_gpio_chip { struct
53 struct at91_gpio_chip *next; argument
65 static struct at91_gpio_chip *gpio_chips[MAX_GPIO_BANKS]; argument
935 struct at91_gpio_chip *at91_chip; in at91_gpio_request_enable()
1433 struct at91_gpio_chip *at91_gpio = gpiochip_get_data(chip); in at91_gpio_get_direction()
1447 struct at91_gpio_chip *at91_gpio = gpiochip_get_data(chip); in at91_gpio_direction_input()
1457 struct at91_gpio_chip *at91_gpio = gpiochip_get_data(chip); in at91_gpio_get()
1469 struct at91_gpio_chip *at91_gpio = gpiochip_get_data(chip); in at91_gpio_set()
1479 struct at91_gpio_chip *at91_gpio = gpiochip_get_data(chip); in at91_gpio_set_multiple()
1494 struct at91_gpio_chip *at91_gpio = gpiochip_get_data(chip); in at91_gpio_direction_output()
[all …]