Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/ath79/
Dgpio.c131 static struct gpio_chip ath79_gpio_chip = { variable
203 ath79_gpio_chip.ngpio = ath79_gpio_count; in ath79_gpio_init()
205 ath79_gpio_chip.direction_input = ar934x_gpio_direction_input; in ath79_gpio_init()
206 ath79_gpio_chip.direction_output = ar934x_gpio_direction_output; in ath79_gpio_init()
209 err = gpiochip_add(&ath79_gpio_chip); in ath79_gpio_init()