Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/video/fbdev/via/
Dvia-gpio.c66 #define VIAFB_NUM_GPIOS ARRAY_SIZE(viafb_all_gpios) macro
76 struct viafb_gpio *active_gpios[VIAFB_NUM_GPIOS];
77 const char *gpio_names[VIAFB_NUM_GPIOS];
225 gpio < viafb_all_gpios + VIAFB_NUM_GPIOS; gpio++) in viafb_gpio_probe()