res_patch_table  1839 drivers/video/fbdev/via/hw.c 		for (j = 0; j < res_patch_table[0].table_length; j++) {
res_patch_table  1840 drivers/video/fbdev/via/hw.c 			index = res_patch_table[0].io_reg_table[j].index;
res_patch_table  1841 drivers/video/fbdev/via/hw.c 			port = res_patch_table[0].io_reg_table[j].port;
res_patch_table  1842 drivers/video/fbdev/via/hw.c 			value = res_patch_table[0].io_reg_table[j].value;
res_patch_table  1843 drivers/video/fbdev/via/hw.c 			mask = res_patch_table[0].io_reg_table[j].mask;
res_patch_table   228 drivers/video/fbdev/via/viamode.c struct patch_table res_patch_table[] = {
res_patch_table   336 drivers/video/fbdev/via/viamode.c int NUM_TOTAL_PATCH_MODE = ARRAY_SIZE(res_patch_table);
res_patch_table    41 drivers/video/fbdev/via/viamode.h extern struct patch_table res_patch_table[];