best_x            373 drivers/video/fbdev/pxafb.c 	unsigned int best_x = 0xffffffff, best_y = 0xffffffff;
best_x            379 drivers/video/fbdev/pxafb.c 		    modelist[i].xres < best_x &&
best_x            382 drivers/video/fbdev/pxafb.c 			best_x = modelist[i].xres;
best_x            443 drivers/video/fbdev/w100fb.c 	unsigned int best_x = 0xffffffff, best_y = 0xffffffff;
best_x            448 drivers/video/fbdev/w100fb.c 				modelist[i].xres < best_x && modelist[i].yres < best_y) {
best_x            449 drivers/video/fbdev/w100fb.c 			best_x = modelist[i].xres;
best_x            453 drivers/video/fbdev/w100fb.c 		        modelist[i].xres < best_y && modelist[i].yres < best_x) {
best_x            454 drivers/video/fbdev/w100fb.c 			best_x = modelist[i].yres;
best_x            461 drivers/video/fbdev/w100fb.c 		*x = best_x;