Home
last modified time | relevance | path

Searched defs:uvc (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A Duvc_video.c344 int uvcg_video_init(struct uvc_video *video, struct uvc_device *uvc) in uvcg_video_init() argument
H A Duvc_v4l2.c33 uvc_send_response(struct uvc_device *uvc, struct uvc_request_data *data) in uvc_send_response() argument
67 struct uvc_device *uvc = video_get_drvdata(vdev); in uvc_v4l2_querycap() local
81 struct uvc_device *uvc = video_get_drvdata(vdev); in uvc_v4l2_get_format() local
100 struct uvc_device *uvc = video_get_drvdata(vdev); uvc_v4l2_set_format() local
141 struct uvc_device *uvc = video_get_drvdata(vdev); uvc_v4l2_reqbufs() local
154 struct uvc_device *uvc = video_get_drvdata(vdev); uvc_v4l2_querybuf() local
164 struct uvc_device *uvc = video_get_drvdata(vdev); uvc_v4l2_qbuf() local
181 struct uvc_device *uvc = video_get_drvdata(vdev); uvc_v4l2_dqbuf() local
191 struct uvc_device *uvc = video_get_drvdata(vdev); uvc_v4l2_streamon() local
217 struct uvc_device *uvc = video_get_drvdata(vdev); uvc_v4l2_streamoff() local
230 struct uvc_device *uvc = video_get_drvdata(fh->vdev); uvc_v4l2_subscribe_event() local
253 uvc_v4l2_disable(struct uvc_device *uvc) uvc_v4l2_disable() argument
266 struct uvc_device *uvc = video_get_drvdata(fh->vdev); uvc_v4l2_unsubscribe_event() local
287 struct uvc_device *uvc = video_get_drvdata(vdev); uvc_v4l2_ioctl_default() local
321 struct uvc_device *uvc = video_get_drvdata(vdev); uvc_v4l2_open() local
341 struct uvc_device *uvc = video_get_drvdata(vdev); uvc_v4l2_release() local
362 struct uvc_device *uvc = video_get_drvdata(vdev); uvc_v4l2_mmap() local
371 struct uvc_device *uvc = video_get_drvdata(vdev); uvc_v4l2_poll() local
382 struct uvc_device *uvc = video_get_drvdata(vdev); uvcg_v4l2_get_unmapped_area() local
[all...]
H A Df_uvc.c207 struct uvc_device *uvc = req->context; in uvc_function_ep0_complete() local
226 struct uvc_device *uvc = to_uvc(f); in uvc_function_setup() local
253 void uvc_function_setup_continue(struct uvc_device *uvc) in uvc_function_setup_continue() argument
263 struct uvc_device *uvc = to_uvc(f); uvc_function_get_alt() local
278 struct uvc_device *uvc = to_uvc(f); uvc_function_set_alt() local
363 struct uvc_device *uvc = to_uvc(f); uvc_function_disable() local
383 uvc_function_connect(struct uvc_device *uvc) uvc_function_connect() argument
392 uvc_function_disconnect(struct uvc_device *uvc) uvc_function_disconnect() argument
407 struct uvc_device *uvc = dev_get_drvdata(dev); function_name_show() local
415 uvc_register_video(struct uvc_device *uvc) uvc_register_video() argument
463 uvc_copy_descriptors(struct uvc_device *uvc, enum usb_device_speed speed) uvc_copy_descriptors() argument
589 struct uvc_device *uvc = to_uvc(f); uvc_function_bind() local
880 struct uvc_device *uvc = to_uvc(f); uvc_free() local
891 struct uvc_device *uvc = to_uvc(f); uvc_function_unbind() local
931 struct uvc_device *uvc; uvc_alloc() local
[all...]
H A Duvc.h78 struct uvc_device *uvc; member
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Duvc_video.c31 struct uvc_device *uvc = container_of(video, struct uvc_device, video); in uvc_video_encode_header() local
256 struct uvc_device *uvc = video->uvc; in uvc_video_complete() local
536 uvcg_video_init(struct uvc_video *video, struct uvc_device *uvc) uvcg_video_init() argument
[all...]
H A Duvc_v4l2.c76 static struct uvcg_format *find_format_by_index(struct uvc_device *uvc, int index) in find_format_by_index() argument
93 static struct uvcg_frame *find_frame_by_index(struct uvc_device *uvc, in find_frame_by_index() argument
115 static struct uvcg_format *find_format_by_pix(struct uvc_device *uvc, in find_format_by_pix() argument
133 static struct uvcg_frame *find_closest_frame_by_size(struct uvc_device *uvc, in find_closest_frame_by_size() argument
182 uvc_send_response(struct uvc_device *uvc, struct uvc_request_data *data) uvc_send_response() argument
206 struct uvc_device *uvc = video_get_drvdata(vdev); uvc_v4l2_querycap() local
220 struct uvc_device *uvc = video_get_drvdata(vdev); uvc_v4l2_get_format() local
239 struct uvc_device *uvc = video_get_drvdata(vdev); uvc_v4l2_try_format() local
279 struct uvc_device *uvc = video_get_drvdata(vdev); uvc_v4l2_set_format() local
301 struct uvc_device *uvc = video_get_drvdata(vdev); uvc_v4l2_enum_frameintervals() local
340 struct uvc_device *uvc = video_get_drvdata(vdev); uvc_v4l2_enum_framesizes() local
366 struct uvc_device *uvc = video_get_drvdata(vdev); uvc_v4l2_enum_format() local
387 struct uvc_device *uvc = video_get_drvdata(vdev); uvc_v4l2_reqbufs() local
400 struct uvc_device *uvc = video_get_drvdata(vdev); uvc_v4l2_querybuf() local
410 struct uvc_device *uvc = video_get_drvdata(vdev); uvc_v4l2_qbuf() local
428 struct uvc_device *uvc = video_get_drvdata(vdev); uvc_v4l2_dqbuf() local
438 struct uvc_device *uvc = video_get_drvdata(vdev); uvc_v4l2_streamon() local
464 struct uvc_device *uvc = video_get_drvdata(vdev); uvc_v4l2_streamoff() local
477 struct uvc_device *uvc = video_get_drvdata(fh->vdev); uvc_v4l2_subscribe_event() local
500 uvc_v4l2_disable(struct uvc_device *uvc) uvc_v4l2_disable() argument
513 struct uvc_device *uvc = video_get_drvdata(fh->vdev); uvc_v4l2_unsubscribe_event() local
534 struct uvc_device *uvc = video_get_drvdata(vdev); uvc_v4l2_ioctl_default() local
572 struct uvc_device *uvc = video_get_drvdata(vdev); uvc_v4l2_open() local
592 struct uvc_device *uvc = video_get_drvdata(vdev); uvc_v4l2_release() local
613 struct uvc_device *uvc = video_get_drvdata(vdev); uvc_v4l2_mmap() local
622 struct uvc_device *uvc = video_get_drvdata(vdev); uvc_v4l2_poll() local
633 struct uvc_device *uvc = video_get_drvdata(vdev); uvcg_v4l2_get_unmapped_area() local
[all...]
H A Duvc.h87 struct uvc_device *uvc; member
H A Df_uvc.c207 struct uvc_device *uvc = req->context; in uvc_function_ep0_complete() local
226 struct uvc_device *uvc = to_uvc(f); in uvc_function_setup() local
266 uvc_function_setup_continue(struct uvc_device *uvc) uvc_function_setup_continue() argument
276 struct uvc_device *uvc = to_uvc(f); uvc_function_get_alt() local
291 struct uvc_device *uvc = to_uvc(f); uvc_function_set_alt() local
379 struct uvc_device *uvc = to_uvc(f); uvc_function_disable() local
400 uvc_function_connect(struct uvc_device *uvc) uvc_function_connect() argument
409 uvc_function_disconnect(struct uvc_device *uvc) uvc_function_disconnect() argument
424 struct uvc_device *uvc = dev_get_drvdata(dev); function_name_show() local
432 uvc_register_video(struct uvc_device *uvc) uvc_register_video() argument
501 uvc_copy_descriptors(struct uvc_device *uvc, enum usb_device_speed speed) uvc_copy_descriptors() argument
646 struct uvc_device *uvc = to_uvc(f); uvc_function_bind() local
966 struct uvc_device *uvc = to_uvc(f); uvc_free() local
979 struct uvc_device *uvc = to_uvc(f); uvc_function_unbind() local
1025 struct uvc_device *uvc; uvc_alloc() local
[all...]

Completed in 5 milliseconds