Home
last modified time | relevance | path

Searched refs:usbh_video (Results 1 – 6 of 6) sorted by relevance

/components/drivers/usb/cherryusb/class/video/
A Dusbh_video.h40 struct usbh_video { struct
66 int usbh_video_get(struct usbh_video *video_class, uint8_t request, uint8_t intf, uint8_t entity_id… argument
67 int usbh_video_set(struct usbh_video *video_class, uint8_t request, uint8_t intf, uint8_t entity_id…
69 int usbh_video_open(struct usbh_video *video_class,
74 int usbh_video_close(struct usbh_video *video_class);
76 void usbh_video_list_info(struct usbh_video *video_class);
78 void usbh_video_run(struct usbh_video *video_class);
79 void usbh_video_stop(struct usbh_video *video_class);
A Dusbh_video.c32 static struct usbh_video g_video_class[CONFIG_USBHOST_MAX_VIDEO_CLASS];
35 static struct usbh_video *usbh_video_class_alloc(void) in usbh_video_class_alloc()
50 static void usbh_video_class_free(struct usbh_video *video_class) in usbh_video_class_free()
57 memset(video_class, 0, sizeof(struct usbh_video)); in usbh_video_class_free()
143 int usbh_video_open(struct usbh_video *video_class, in usbh_video_open()
281 int usbh_video_close(struct usbh_video *video_class) in usbh_video_close()
316 void usbh_video_list_info(struct usbh_video *video_class) in usbh_video_list_info()
372 struct usbh_video *video_class = usbh_video_class_alloc(); in usbh_video_ctrl_connect()
476 struct usbh_video *video_class = (struct usbh_video *)hport->config.intf[intf].priv; in usbh_video_ctrl_disconnect()
511 __WEAK void usbh_video_run(struct usbh_video *video_class) in usbh_video_run()
[all …]
/components/drivers/usb/cherryusb/
A DREADME_zh.md131 |usbh_video.c | ~5000 | 128 * x | 4 + sizeof(struct usbh_video) * x …
A DREADME.md129 |usbh_video.c | ~5000 | 128 * x | 4 + sizeof(struct usbh_video) * x …
A DSConscript282 src += Glob('class/video/usbh_video.c')
A Dcherryusb.cmake187 list(APPEND cherryusb_srcs ${CMAKE_CURRENT_LIST_DIR}/class/video/usbh_video.c)

Completed in 25 milliseconds