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

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

Completed in 39 milliseconds