Home
last modified time | relevance | path

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

/third_party/NuttX/drivers/usbdev/gadget/
Dusbd_video.h105 typedef void *uvc_t; typedef
109 extern int uvc_open_device(uvc_t *hdl, struct uvc_open_param *param);
113 extern int uvc_close_device(uvc_t uvc);
128 extern int uvc_wait_host(uvc_t uvc, int wait_option, int *connected);
146 extern int uvc_get_state(uvc_t uvc, uint32_t *state);
166 typedef int (*uvc_continue_func)(uvc_t uvc, struct uvc_transfer_data *td, void *priv);
170 extern int uvc_video_tran_copy(uvc_t uvc, uvc_continue_func copy_func, void *priv);
174 extern int uvc_video_tran_nocp(uvc_t uvc, uvc_continue_func next_func, void *priv);
178 extern int uvc_video_stop(uvc_t uvc);
Dusbd_video.c96 static int uvc_check_handle(uvc_t hdl) in uvc_check_handle()
119 hdl != (uvc_t)uvc) in uvc_check_handle()
183 static int uvc_wait_host_sub(uvc_t hdl, int *connected) in uvc_wait_host_sub()
215 int uvc_wait_host(uvc_t hdl, int wait_option, int *connected) in uvc_wait_host()
249 int uvc_open_device(uvc_t *hdl, struct uvc_open_param *param) in uvc_open_device()
329 *hdl = (uvc_t)uvc; in uvc_open_device()
370 int uvc_video_stop(uvc_t hdl) in uvc_video_stop()
385 int uvc_close_device(uvc_t hdl) in uvc_close_device()
426 int uvc_get_state(uvc_t hdl, uint32_t *state) in uvc_get_state()
456 int uvc_video_tran_nocp(uvc_t hdl, uvc_continue_func next_func, void *priv) in uvc_video_tran_nocp()
[all …]