Home
last modified time | relevance | path

Searched defs:video_class (Results 1 – 2 of 2) sorted by relevance

/device/soc/hpmicro/sdk/hpm_sdk/middleware/cherryusb/class/video/
Dusbh_video.c46 static void usbh_video_class_free(struct usbh_video *video_class) in usbh_video_class_free()
56 int usbh_video_get(struct usbh_video *video_class, uint8_t request, uint8_t intf, uint8_t entity_id… in usbh_video_get()
88 int usbh_video_set(struct usbh_video *video_class, uint8_t request, uint8_t intf, uint8_t entity_id… in usbh_video_set()
106 int usbh_videostreaming_get_cur_probe(struct usbh_video *video_class) in usbh_videostreaming_get_cur_probe()
111 int usbh_videostreaming_set_cur_probe(struct usbh_video *video_class, uint8_t formatindex, uint8_t … in usbh_videostreaming_set_cur_probe()
120 int usbh_videostreaming_set_cur_commit(struct usbh_video *video_class, uint8_t formatindex, uint8_t… in usbh_videostreaming_set_cur_commit()
129 int usbh_video_open(struct usbh_video *video_class, in usbh_video_open()
262 int usbh_video_close(struct usbh_video *video_class) in usbh_video_close()
294 void usbh_video_list_info(struct usbh_video *video_class) in usbh_video_list_info()
350 struct usbh_video *video_class = usbh_video_class_alloc(); in usbh_video_ctrl_connect() local
[all …]
/device/soc/hpmicro/sdk/hpm_sdk/middleware/cherryusb/demo/
Dusb_host.c476 void usbh_video_run(struct usbh_video *video_class) in usbh_video_run()
480 void usbh_video_stop(struct usbh_video *video_class) in usbh_video_stop()