Searched refs:do_copy (Results 1 – 2 of 2) sorted by relevance
| /components/drivers/usb/cherryusb/class/video/ |
| A D | usbd_video.h | 25 …int8_t busid, uint8_t ep, uint8_t *ep_buf, uint8_t *stream_buf, uint32_t stream_len, bool do_copy);
|
| A D | usbd_video.c | 28 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