Home
last modified time | relevance | path

Searched refs:video_sync (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/drivers/video/
Dvidconsole-uclass.c89 video_sync(dev->parent); in vidconsole_back()
116 video_sync(dev->parent); in vidconsole_newline()
239 video_sync(dev->parent); in vidconsole_escape_char()
395 video_sync(dev->parent); in vidconsole_putc()
404 video_sync(dev->parent); in vidconsole_puts()
493 video_sync(dev->parent); in do_video_puts()
Dvideo-uclass.c131 void video_sync(struct udevice *vid) in video_sync() function
165 video_sync(dev); in video_sync_all()
Dvideo_bmp.c348 video_sync(dev); in video_bmp_display()
/external/u-boot/include/
Dvideo.h135 void video_sync(struct udevice *vid);
/external/u-boot/test/dm/
Dvideo.c172 video_sync(con->parent); in dm_test_video_ansi()