Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/class/video/
A Dusbd_video.h25 …int8_t busid, uint8_t ep, uint8_t *ep_buf, uint8_t *stream_buf, uint32_t stream_len, bool do_copy);
A Dusbd_video.c28 bool do_copy; member
795 if (g_usbd_video[busid].do_copy) { in usbd_video_stream_split_transfer()
818 if (g_usbd_video[busid].do_copy) { in usbd_video_stream_split_transfer()
831 …uint8_t busid, uint8_t ep, uint8_t *ep_buf, uint8_t *stream_buf, uint32_t stream_len, bool do_copy) in usbd_video_stream_start_write() argument
844 g_usbd_video[busid].do_copy = do_copy; in usbd_video_stream_start_write()

Completed in 8 milliseconds