Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/function/
H A Duvc_v4l2.h16 extern const struct v4l2_ioctl_ops uvc_v4l2_ioctl_ops;
H A Duvc_v4l2.c545 const struct v4l2_ioctl_ops uvc_v4l2_ioctl_ops = { variable
H A Df_uvc.c442 uvc->vdev.ioctl_ops = &uvc_v4l2_ioctl_ops; in uvc_register_video()