Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/rb532/
Dgpio.c40 struct rb532_gpio_chip { struct
89 struct rb532_gpio_chip *gpch; in rb532_gpio_get()
91 gpch = container_of(chip, struct rb532_gpio_chip, chip); in rb532_gpio_get()
101 struct rb532_gpio_chip *gpch; in rb532_gpio_set()
103 gpch = container_of(chip, struct rb532_gpio_chip, chip); in rb532_gpio_set()
112 struct rb532_gpio_chip *gpch; in rb532_gpio_direction_input()
114 gpch = container_of(chip, struct rb532_gpio_chip, chip); in rb532_gpio_direction_input()
129 struct rb532_gpio_chip *gpch; in rb532_gpio_direction_output()
131 gpch = container_of(chip, struct rb532_gpio_chip, chip); in rb532_gpio_direction_output()
143 static struct rb532_gpio_chip rb532_gpio_chip[] = { variable
[all …]