Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/function/
H A Duvc_v4l2.c85 static struct uvcg_format *find_format_by_index(struct uvc_device *uvc, int index) in find_format_by_index() argument
102 static struct uvcg_frame *find_frame_by_index(struct uvc_device *uvc, in find_frame_by_index() argument
124 static struct uvcg_format *find_format_by_pix(struct uvc_device *uvc, in find_format_by_pix() argument
145 static struct uvcg_frame *find_closest_frame_by_size(struct uvc_device *uvc, in find_closest_frame_by_size() argument
194 uvc_send_response(struct uvc_device * uvc,struct uvc_request_data * data) uvc_send_response() argument
218 struct uvc_device *uvc = video_get_drvdata(vdev); uvc_v4l2_querycap() local
232 struct uvc_device *uvc = video_get_drvdata(vdev); uvc_v4l2_get_format() local
251 struct uvc_device *uvc = video_get_drvdata(vdev); uvc_v4l2_try_format() local
309 struct uvc_device *uvc = video_get_drvdata(vdev); uvc_v4l2_set_format() local
330 struct uvc_device *uvc = video_get_drvdata(vdev); uvc_v4l2_g_parm() local
357 struct uvc_device *uvc = video_get_drvdata(vdev); uvc_v4l2_s_parm() local
381 struct uvc_device *uvc = video_get_drvdata(vdev); uvc_v4l2_enum_frameintervals() local
420 struct uvc_device *uvc = video_get_drvdata(vdev); uvc_v4l2_enum_framesizes() local
446 struct uvc_device *uvc = video_get_drvdata(vdev); uvc_v4l2_enum_format() local
470 struct uvc_device *uvc = video_get_drvdata(vdev); uvc_v4l2_reqbufs() local
483 struct uvc_device *uvc = video_get_drvdata(vdev); uvc_v4l2_querybuf() local
493 struct uvc_device *uvc = video_get_drvdata(vdev); uvc_v4l2_qbuf() local
511 struct uvc_device *uvc = video_get_drvdata(vdev); uvc_v4l2_dqbuf() local
521 struct uvc_device *uvc = video_get_drvdata(vdev); uvc_v4l2_streamon() local
547 struct uvc_device *uvc = video_get_drvdata(vdev); uvc_v4l2_streamoff() local
570 struct uvc_device *uvc = video_get_drvdata(fh->vdev); uvc_v4l2_subscribe_event() local
593 uvc_v4l2_disable(struct uvc_device * uvc) uvc_v4l2_disable() argument
606 struct uvc_device *uvc = video_get_drvdata(fh->vdev); uvc_v4l2_unsubscribe_event() local
627 struct uvc_device *uvc = video_get_drvdata(vdev); uvc_v4l2_ioctl_default() local
667 struct uvc_device *uvc = video_get_drvdata(vdev); uvc_v4l2_open() local
687 struct uvc_device *uvc = video_get_drvdata(vdev); uvc_v4l2_release() local
708 struct uvc_device *uvc = video_get_drvdata(vdev); uvc_v4l2_mmap() local
717 struct uvc_device *uvc = video_get_drvdata(vdev); uvc_v4l2_poll() local
728 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
266 uvc_function_setup_continue(struct uvc_device * uvc,int disable_ep) uvc_function_setup_continue() argument
279 struct uvc_device *uvc = to_uvc(f); uvc_function_get_alt() local
294 struct uvc_device *uvc = to_uvc(f); uvc_function_set_alt() local
378 struct uvc_device *uvc = to_uvc(f); uvc_function_disable() local
399 uvc_function_connect(struct uvc_device * uvc) uvc_function_connect() argument
408 uvc_function_disconnect(struct uvc_device * uvc) uvc_function_disconnect() argument
423 struct uvc_device *uvc = dev_get_drvdata(dev); function_name_show() local
431 uvc_register_video(struct uvc_device * uvc) uvc_register_video() argument
500 uvc_copy_descriptors(struct uvc_device * uvc,enum usb_device_speed speed) uvc_copy_descriptors() argument
648 struct uvc_device *uvc = to_uvc(f); uvc_function_bind() local
975 struct uvc_device *uvc = to_uvc(f); uvc_free() local
988 struct uvc_device *uvc = to_uvc(f); uvc_function_unbind() local
1036 struct uvc_device *uvc; uvc_alloc() local
[all...]
H A Duvc_video.c32 struct uvc_device *uvc = container_of(video, struct uvc_device, video); in uvc_video_encode_header() local
500 struct uvc_device *uvc = container_of(video, struct uvc_device, video); in uvc_video_prep_requests() local
806 uvcg_video_init(struct uvc_video * video,struct uvc_device * uvc) uvcg_video_init() argument
[all...]
H A Duvc.h93 struct uvc_device *uvc; member