Searched refs:of_get_fb_videomode (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/drivers/video/fbdev/ |
D | clps711x-fb.c | 275 ret = of_get_fb_videomode(disp, &cfb->mode, OF_USE_NATIVE_MODE); in clps711x_fb_probe()
|
D | wm8505fb.c | 308 ret = of_get_fb_videomode(pdev->dev.of_node, &mode, OF_USE_NATIVE_MODE); in wm8505fb_probe()
|
D | vt8500lcdfb.c | 339 ret = of_get_fb_videomode(pdev->dev.of_node, &of_mode, in vt8500lcd_probe()
|
D | imxfb.c | 754 ret = of_get_fb_videomode(np, of_mode, OF_USE_NATIVE_MODE); in imxfb_of_read_mode()
|
/linux-6.6.21/drivers/video/fbdev/core/ |
D | fbmon.c | 1379 int of_get_fb_videomode(struct device_node *np, struct fb_videomode *fb, in of_get_fb_videomode() function 1399 EXPORT_SYMBOL_GPL(of_get_fb_videomode);
|
/linux-6.6.21/include/linux/ |
D | fb.h | 765 extern int of_get_fb_videomode(struct device_node *np,
|