Searched refs:g_video_buf (Results 1 – 1 of 1) sorted by relevance
28 USB_NOCACHE_RAM_SECTION USB_MEM_ALIGNX uint8_t g_video_buf[USB_ALIGN_UP(128, CONFIG_USB_ALIGN_SIZE)… variable79 ret = usbh_control_transfer(video_class->hport, setup, g_video_buf); in usbh_video_get()91 memcpy(buf, g_video_buf, len); in usbh_video_get()113 memcpy(g_video_buf, buf, len); in usbh_video_set()115 ret = usbh_control_transfer(video_class->hport, setup, g_video_buf); in usbh_video_set()
Completed in 27 milliseconds