Searched refs:mac_var_to_vmode (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/video/fbdev/ |
A D | macmodes.h | 55 extern int mac_var_to_vmode(const struct fb_var_screeninfo *var, int *vmode,
|
A D | macmodes.c | 303 int mac_var_to_vmode(const struct fb_var_screeninfo *var, int *vmode, in mac_var_to_vmode() function
|
A D | valkyriefb.c | 459 if (mac_var_to_vmode(var, &vmode, &cmode) != 0) { in valkyrie_var_to_par()
|
A D | platinumfb.c | 445 if (mac_var_to_vmode(var, &vmode, &cmode) != 0) { in platinum_var_to_par()
|
A D | controlfb.c | 547 if (mac_var_to_vmode(var, &par->vmode, &cmode)) in control_var_to_par()
|
Completed in 10 milliseconds