Home
last modified time | relevance | path

Searched defs:uvc (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Duvc_v4l2.c33 uvc_send_response(struct uvc_device *uvc, struct uvc_request_data *data) in uvc_send_response()
71 struct uvc_device *uvc = video_get_drvdata(vdev); in uvc_v4l2_querycap() local
85 struct uvc_device *uvc = video_get_drvdata(vdev); in uvc_v4l2_get_format() local
104 struct uvc_device *uvc = video_get_drvdata(vdev); in uvc_v4l2_set_format() local
145 struct uvc_device *uvc = video_get_drvdata(vdev); in uvc_v4l2_reqbufs() local
158 struct uvc_device *uvc = video_get_drvdata(vdev); in uvc_v4l2_querybuf() local
168 struct uvc_device *uvc = video_get_drvdata(vdev); in uvc_v4l2_qbuf() local
186 struct uvc_device *uvc = video_get_drvdata(vdev); in uvc_v4l2_dqbuf() local
196 struct uvc_device *uvc = video_get_drvdata(vdev); in uvc_v4l2_streamon() local
234 struct uvc_device *uvc = video_get_drvdata(vdev); in uvc_v4l2_streamoff() local
[all …]
H A Df_uvc.c274 struct uvc_device *uvc = req->context; in uvc_function_ep0_complete() local
297 struct uvc_device *uvc = to_uvc(f); in uvc_function_setup() local
329 void uvc_function_setup_continue(struct uvc_device *uvc) in uvc_function_setup_continue()
339 struct uvc_device *uvc = to_uvc(f); in uvc_function_get_alt() local
366 struct uvc_device *uvc = to_uvc(f); in uvc_function_set_alt() local
507 struct uvc_device *uvc = to_uvc(f); in uvc_function_disable() local
524 struct uvc_device *uvc = to_uvc(f); in uvc_function_suspend() local
536 struct uvc_device *uvc = to_uvc(f); in uvc_function_resume() local
551 uvc_function_connect(struct uvc_device *uvc) in uvc_function_connect()
560 uvc_function_disconnect(struct uvc_device *uvc) in uvc_function_disconnect()
[all …]
H A Duvc_video.c27 struct uvc_device *uvc = container_of(video, struct uvc_device, video); in uvc_using_zero_copy() local
225 struct uvc_device *uvc = video->uvc; in uvc_video_complete() local
409 struct uvc_device *uvc; in uvcg_video_enable() local
457 int uvcg_video_init(struct uvc_video *video, struct uvc_device *uvc) in uvcg_video_init()
H A Duvc_queue.c48 struct uvc_device *uvc = container_of(video, struct uvc_device, video); in uvc_queue_setup() local
95 static void *uvc_dma_buf_phys_to_virt(struct uvc_device *uvc, in uvc_dma_buf_phys_to_virt()
133 struct uvc_device *uvc = container_of(video, struct uvc_device, video); in uvc_buffer_mem_prepare() local
H A Duvc.h86 struct uvc_device *uvc; member