Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/gadget/function/
H A Duvc_v4l2.c218 struct uvc_device *uvc = video_get_drvdata(vdev); in uvc_v4l2_querycap() local
232 struct uvc_device *uvc = video_get_drvdata(vdev); in uvc_v4l2_get_format() local
251 struct uvc_device *uvc = video_get_drvdata(vdev); in uvc_v4l2_try_format() local
309 struct uvc_device *uvc = video_get_drvdata(vdev); in uvc_v4l2_set_format() local
330 struct uvc_device *uvc = video_get_drvdata(vdev); in uvc_v4l2_g_parm() local
357 struct uvc_device *uvc = video_get_drvdata(vdev); in uvc_v4l2_s_parm() local
381 struct uvc_device *uvc = video_get_drvdata(vdev); in uvc_v4l2_enum_frameintervals() local
420 struct uvc_device *uvc = video_get_drvdata(vdev); in uvc_v4l2_enum_framesizes() local
446 struct uvc_device *uvc = video_get_drvdata(vdev); in uvc_v4l2_enum_format() local
470 struct uvc_device *uvc = video_get_drvdata(vdev); in uvc_v4l2_reqbufs() 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
279 struct uvc_device *uvc = to_uvc(f); in uvc_function_get_alt() local
294 struct uvc_device *uvc = to_uvc(f); in uvc_function_set_alt() local
378 struct uvc_device *uvc = to_uvc(f); in uvc_function_disable() local
399 uvc_function_connect(struct uvc_device *uvc) in uvc_function_connect()
431 uvc_register_video(struct uvc_device *uvc) in uvc_register_video()
648 struct uvc_device *uvc = to_uvc(f); in uvc_function_bind() local
975 struct uvc_device *uvc = to_uvc(f); in uvc_free() local
988 struct uvc_device *uvc = to_uvc(f); in uvc_function_unbind() 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 int uvcg_video_init(struct uvc_video *video, struct uvc_device *uvc) in uvcg_video_init()
H A Duvc.h93 struct uvc_device *uvc; member