Lines Matching refs:f7188x_gpio_bank
69 struct f7188x_gpio_bank { struct
78 struct f7188x_gpio_bank *bank; argument
173 static struct f7188x_gpio_bank f71869_gpio_bank[] = {
183 static struct f7188x_gpio_bank f71869a_gpio_bank[] = {
194 static struct f7188x_gpio_bank f71882_gpio_bank[] = {
202 static struct f7188x_gpio_bank f71889a_gpio_bank[] = {
213 static struct f7188x_gpio_bank f71889_gpio_bank[] = {
224 static struct f7188x_gpio_bank f81866_gpio_bank[] = {
237 static struct f7188x_gpio_bank f81804_gpio_bank[] = {
247 static struct f7188x_gpio_bank f81865_gpio_bank[] = {
260 struct f7188x_gpio_bank *bank = gpiochip_get_data(chip); in f7188x_gpio_get_direction()
282 struct f7188x_gpio_bank *bank = gpiochip_get_data(chip); in f7188x_gpio_direction_in()
303 struct f7188x_gpio_bank *bank = gpiochip_get_data(chip); in f7188x_gpio_get()
328 struct f7188x_gpio_bank *bank = gpiochip_get_data(chip); in f7188x_gpio_direction_out()
356 struct f7188x_gpio_bank *bank = gpiochip_get_data(chip); in f7188x_gpio_set()
380 struct f7188x_gpio_bank *bank = gpiochip_get_data(chip); in f7188x_gpio_set_config()
461 struct f7188x_gpio_bank *bank = &data->bank[i]; in f7188x_gpio_probe()