Home
last modified time | relevance | path

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

/openbmc/u-boot/board/compulab/common/
H A Domap3_display.c177 int res_specified = 0; in parse_mode() local
202 res_specified = 1; in parse_mode()
206 if (res_specified) { in parse_mode()
/openbmc/linux/drivers/video/fbdev/core/
H A Dmodedb.c651 int res_specified = 0, bpp_specified = 0, refresh_specified = 0; in fb_find_mode() local
723 res_specified = 1; in fb_find_mode()
783 (res_specified && res_matches(db[i], xres, yres))) && in fb_find_mode()
/openbmc/linux/drivers/video/fbdev/
H A Dpxafb.c1857 int res_specified = 0, bpp_specified = 0; in parse_opt_mode() local
1886 res_specified = 1; in parse_opt_mode()
1889 if (res_specified) { in parse_opt_mode()