Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/usb/uvc/
Duvc_video.c1607 struct usb_host_endpoint *best_ep = NULL; in uvc_init_video() local
1640 best_ep = ep; in uvc_init_video()
1644 if (best_ep == NULL) { in uvc_init_video()
1657 ret = uvc_init_video_isoc(stream, best_ep, gfp_flags); in uvc_init_video()