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

/linux-4.4.14/drivers/gpio/
H A Dgpio-f7188x.c54 struct f7188x_gpio_bank { struct
63 struct f7188x_gpio_bank *bank;
153 static struct f7188x_gpio_bank f71869_gpio_bank[] = {
163 static struct f7188x_gpio_bank f71869a_gpio_bank[] = {
174 static struct f7188x_gpio_bank f71882_gpio_bank[] = {
182 static struct f7188x_gpio_bank f71889_gpio_bank[] = {
196 struct f7188x_gpio_bank *bank = f7188x_gpio_direction_in()
197 container_of(chip, struct f7188x_gpio_bank, chip); f7188x_gpio_direction_in()
218 struct f7188x_gpio_bank *bank = f7188x_gpio_get()
219 container_of(chip, struct f7188x_gpio_bank, chip); f7188x_gpio_get()
244 struct f7188x_gpio_bank *bank = f7188x_gpio_direction_out()
245 container_of(chip, struct f7188x_gpio_bank, chip); f7188x_gpio_direction_out()
273 struct f7188x_gpio_bank *bank = f7188x_gpio_set()
274 container_of(chip, struct f7188x_gpio_bank, chip); f7188x_gpio_set()
334 struct f7188x_gpio_bank *bank = &data->bank[i]; f7188x_gpio_probe()
352 struct f7188x_gpio_bank *bank = &data->bank[i]; f7188x_gpio_probe()
365 struct f7188x_gpio_bank *bank = &data->bank[i]; f7188x_gpio_remove()

Completed in 131 milliseconds