Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/media/usb/uvc/
Duvc_video.c1901 u16 uvc_endpoint_max_bpi(struct usb_device *dev, struct usb_host_endpoint *ep) in uvc_endpoint_max_bpi() function
1929 psize = uvc_endpoint_max_bpi(stream->dev->udev, ep); in uvc_init_video_isoc()
2070 psize = uvc_endpoint_max_bpi(stream->dev->udev, ep); in uvc_video_start_transfer()
Duvcvideo.h810 u16 uvc_endpoint_max_bpi(struct usb_device *dev, struct usb_host_endpoint *ep);
Duvc_driver.c773 psize = uvc_endpoint_max_bpi(dev->udev, ep); in uvc_parse_streaming()