Home
last modified time | relevance | path

Searched refs:uvc_v4l2_fops (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/usb/gadget/function/
H A Duvc_v4l2.h17 extern const struct v4l2_file_operations uvc_v4l2_fops;
H A Duvc_v4l2.c639 const struct v4l2_file_operations uvc_v4l2_fops = { variable
H A Df_uvc.c441 uvc->vdev.fops = &uvc_v4l2_fops; in uvc_register_video()