Home
last modified time | relevance | path

Searched refs:video_flush (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/drivers/
Dvideo.h574 static inline int video_flush(const struct device *dev, enum video_endpoint_id ep, bool cancel) in video_flush() function
627 video_flush(dev, VIDEO_EP_ALL, true); in video_stream_stop()
/Zephyr-latest/tests/drivers/video/api/src/
Dvideo_emul.c178 zexpect_ok(video_flush(rx_dev, VIDEO_EP_OUT, false)); in ZTEST()