Home
last modified time | relevance | path

Searched refs:videomode_from_timings (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/video/
H A Dvideomode.c31 int videomode_from_timings(const struct display_timings *disp, in videomode_from_timings() function
44 EXPORT_SYMBOL_GPL(videomode_from_timings);
H A Dof_videomode.c45 ret = videomode_from_timings(disp, vm, index); in of_get_videomode()
/linux/include/video/
H A Dvideomode.h54 int videomode_from_timings(const struct display_timings *disp,
/linux/drivers/video/fbdev/
H A Dpxafb.c2119 ret = videomode_from_timings(timings, &vm, i); in of_get_pxafb_display()