Lines Matching refs:f7188x_gpio_bank
86 struct f7188x_gpio_bank { struct
95 struct f7188x_gpio_bank *bank; argument
194 static struct f7188x_gpio_bank f71869_gpio_bank[] = {
204 static struct f7188x_gpio_bank f71869a_gpio_bank[] = {
215 static struct f7188x_gpio_bank f71882_gpio_bank[] = {
223 static struct f7188x_gpio_bank f71889a_gpio_bank[] = {
234 static struct f7188x_gpio_bank f71889_gpio_bank[] = {
245 static struct f7188x_gpio_bank f81866_gpio_bank[] = {
258 static struct f7188x_gpio_bank f81804_gpio_bank[] = {
268 static struct f7188x_gpio_bank f81865_gpio_bank[] = {
278 static struct f7188x_gpio_bank nct6126d_gpio_bank[] = {
292 struct f7188x_gpio_bank *bank = gpiochip_get_data(chip); in f7188x_gpio_get_direction()
317 struct f7188x_gpio_bank *bank = gpiochip_get_data(chip); in f7188x_gpio_direction_in()
342 struct f7188x_gpio_bank *bank = gpiochip_get_data(chip); in f7188x_gpio_get()
367 struct f7188x_gpio_bank *bank = gpiochip_get_data(chip); in f7188x_gpio_direction_out()
399 struct f7188x_gpio_bank *bank = gpiochip_get_data(chip); in f7188x_gpio_set()
426 struct f7188x_gpio_bank *bank = gpiochip_get_data(chip); in f7188x_gpio_set_config()
511 struct f7188x_gpio_bank *bank = &data->bank[i]; in f7188x_gpio_probe()