Searched refs:VGAMode (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/sm7xx/
H A Dsmtcfb.c146 if (VGAMode[j].mmSizeX == ppar_info->width &&
147 VGAMode[j].mmSizeY == ppar_info->height &&
148 VGAMode[j].bpp == sfb->fb.var.bits_per_pixel &&
149 VGAMode[j].hz == ppar_info->hz) {
151 smdbg("\nVGAMode[j].mmSizeX = %d VGAMode[j].mmSizeY ="
152 "%d VGAMode[j].bpp = %d"
153 "VGAMode[j].hz=%d\n",
154 VGAMode[j].mmSizeX, VGAMode[j].mmSizeY,
155 VGAMode[
[all...]
H A Dsmtcfb.h136 struct ModeInit VGAMode[] = { variable in typeref:struct:ModeInit
793 #define numVGAModes (sizeof(VGAMode) / sizeof(struct ModeInit))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/sm7xx/
H A Dsmtcfb.c146 if (VGAMode[j].mmSizeX == ppar_info->width &&
147 VGAMode[j].mmSizeY == ppar_info->height &&
148 VGAMode[j].bpp == sfb->fb.var.bits_per_pixel &&
149 VGAMode[j].hz == ppar_info->hz) {
151 smdbg("\nVGAMode[j].mmSizeX = %d VGAMode[j].mmSizeY ="
152 "%d VGAMode[j].bpp = %d"
153 "VGAMode[j].hz=%d\n",
154 VGAMode[j].mmSizeX, VGAMode[j].mmSizeY,
155 VGAMode[
[all...]
H A Dsmtcfb.h136 struct ModeInit VGAMode[] = { variable in typeref:struct:ModeInit
793 #define numVGAModes (sizeof(VGAMode) / sizeof(struct ModeInit))

Completed in 114 milliseconds