Searched refs:of_get_fb_videomode (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/video/fbdev/ |
H A D | clps711x-fb.c | 273 ret = of_get_fb_videomode(disp, &cfb->mode, OF_USE_NATIVE_MODE); in clps711x_fb_probe()
|
H A D | wm8505fb.c | 310 ret = of_get_fb_videomode(pdev->dev.of_node, &mode, OF_USE_NATIVE_MODE); in wm8505fb_probe()
|
H A D | vt8500lcdfb.c | 341 ret = of_get_fb_videomode(pdev->dev.of_node, &of_mode, in vt8500lcd_probe()
|
H A D | imxfb.c | 755 ret = of_get_fb_videomode(np, of_mode, OF_USE_NATIVE_MODE); in imxfb_of_read_mode()
|
/linux/drivers/video/fbdev/core/ |
H A D | fbmon.c | 1380 int of_get_fb_videomode(struct device_node *np, struct fb_videomode *fb, in of_get_fb_videomode() function 1400 EXPORT_SYMBOL_GPL(of_get_fb_videomode);
|
/linux/include/linux/ |
H A D | fb.h | 785 extern int of_get_fb_videomode(struct device_node *np,
|