Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpio/
Dgpio-ath79.c21 struct ath79_gpio_ctrl { struct
27 #define to_ath79_gpio_ctrl(c) container_of(c, struct ath79_gpio_ctrl, chip) argument
32 struct ath79_gpio_ctrl *ctrl = to_ath79_gpio_ctrl(chip); in ath79_gpio_set_value()
42 struct ath79_gpio_ctrl *ctrl = to_ath79_gpio_ctrl(chip); in ath79_gpio_get_value()
50 struct ath79_gpio_ctrl *ctrl = to_ath79_gpio_ctrl(chip); in ath79_gpio_direction_input()
67 struct ath79_gpio_ctrl *ctrl = to_ath79_gpio_ctrl(chip); in ath79_gpio_direction_output()
88 struct ath79_gpio_ctrl *ctrl = to_ath79_gpio_ctrl(chip); in ar934x_gpio_direction_input()
105 struct ath79_gpio_ctrl *ctrl = to_ath79_gpio_ctrl(chip); in ar934x_gpio_direction_output()
143 struct ath79_gpio_ctrl *ctrl; in ath79_gpio_probe()