Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/via/
H A Dvia-gpio.c67 #define VIAFB_NUM_GPIOS ARRAY_SIZE(viafb_all_gpios) macro
77 struct viafb_gpio *active_gpios[VIAFB_NUM_GPIOS];
78 const char *gpio_names[VIAFB_NUM_GPIOS];
221 gpio < viafb_all_gpios + VIAFB_NUM_GPIOS; gpio++) in viafb_gpio_probe()