Searched refs:video_sync (Results 1 - 10 of 10) sorted by relevance

/u-boot/cmd/
H A Dvideo.c45 ret = video_sync(dev->parent, false);
/u-boot/include/
H A Dvideo.h128 * @video_sync: Synchronize FB with device. Some device like SPI based LCD
130 * For these devices implement video_sync hook to call a sync
132 * should return 0 on success video_sync and error code otherwise
135 int (*video_sync)(struct udevice *vid); member in struct:video_ops
251 * video_sync() - Sync a device's frame buffer with its hardware
263 int video_sync(struct udevice *vid, bool force);
268 * This calls video_sync() on all active video devices.
/u-boot/drivers/video/
H A Dvidconsole-uclass.c81 return video_sync(dev->parent, false);
106 ret = video_sync(dev->parent, false);
109 console_puts_select_stderr(true, "[vc err: video_sync]");
306 ret = video_sync(dev->parent, false);
309 console_puts_select_stderr(true, "[vc err: video_sync]");
534 ret = video_sync(dev->parent, false);
537 console_puts_select_stderr(true, "[vc err: video_sync]");
556 ret = video_sync(dev->parent, false);
559 console_puts_select_stderr(true, "[vc err: video_sync]");
H A Dvideo-uclass.c247 return video_sync(dev, false);
350 int video_sync(struct udevice *vid, bool force) function
355 if (ops && ops->video_sync) {
356 ret = ops->video_sync(vid);
395 ret = video_sync(dev, true);
H A Dmcde_simple.c125 .video_sync = mcde_simple_video_sync,
H A Dseps525.c309 .video_sync = seps525_sync,
H A Dvideo_bmp.c468 return video_sync(dev, false);
H A Dconsole_truetype.c948 return video_sync(vid, true);
/u-boot/boot/
H A Dexpo.c212 video_sync(dev, true);
/u-boot/test/dm/
H A Dvideo.c247 video_sync(con->parent, false);

Completed in 76 milliseconds