Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/video/fbdev/core/
H A Dmodedb.c648 int res_specified = 0, bpp_specified = 0, refresh_specified = 0; in fb_find_mode() local
720 res_specified = 1; in fb_find_mode()
779 (res_specified && res_matches(db[i], xres, yres))) && in fb_find_mode()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 8 milliseconds