Searched refs:ath79_gpio_chip (Results 1 – 1 of 1) sorted by relevance
131 static struct gpio_chip ath79_gpio_chip = { variable203 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()