Lines Matching refs:f7188x_gpio_bank
54 struct f7188x_gpio_bank { struct
63 struct f7188x_gpio_bank *bank; argument
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 = in f7188x_gpio_direction_in()
197 container_of(chip, struct f7188x_gpio_bank, chip); in f7188x_gpio_direction_in()
218 struct f7188x_gpio_bank *bank = in f7188x_gpio_get()
219 container_of(chip, struct f7188x_gpio_bank, chip); in f7188x_gpio_get()
244 struct f7188x_gpio_bank *bank = in f7188x_gpio_direction_out()
245 container_of(chip, struct f7188x_gpio_bank, chip); in f7188x_gpio_direction_out()
273 struct f7188x_gpio_bank *bank = in f7188x_gpio_set()
274 container_of(chip, struct f7188x_gpio_bank, chip); in f7188x_gpio_set()
334 struct f7188x_gpio_bank *bank = &data->bank[i]; in f7188x_gpio_probe()
352 struct f7188x_gpio_bank *bank = &data->bank[i]; in f7188x_gpio_probe()
365 struct f7188x_gpio_bank *bank = &data->bank[i]; in f7188x_gpio_remove()