Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/compulab/common/
H A Domap3_display.c180 int res_specified = 0; in parse_mode() local
205 res_specified = 1; in parse_mode()
209 if (res_specified) { in parse_mode()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/core/
H A Dmodedb.c643 int res_specified = 0, bpp_specified = 0, refresh_specified = 0; in fb_find_mode() local
715 res_specified = 1; in fb_find_mode()
774 (res_specified && res_matches(db[i], xres, yres))) && in fb_find_mode()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dpxafb.c1861 int res_specified = 0, bpp_specified = 0; in parse_opt_mode() local
1890 res_specified = 1; in parse_opt_mode()
1893 if (res_specified) { in parse_opt_mode()