Searched refs:res_specified (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
H A D | modedb.c | 648 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 D | modedb.c | 651 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 D | pxafb.c | 1861 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 D | pxafb.c | 1857 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