Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/base/
H A Dproperty.c1165 struct fwnode_handle *ep = NULL, *best_ep = NULL; in fwnode_graph_get_endpoint_by_id() local
1204 (best_ep && best_ep_id < fwnode_ep.id)) in fwnode_graph_get_endpoint_by_id()
1207 fwnode_handle_put(best_ep); in fwnode_graph_get_endpoint_by_id()
1208 best_ep = fwnode_handle_get(ep); in fwnode_graph_get_endpoint_by_id()
1212 return best_ep; in fwnode_graph_get_endpoint_by_id()
/OK3568_Linux_fs/kernel/drivers/media/usb/uvc/
H A Duvc_video.c1860 struct usb_host_endpoint *best_ep = NULL; in uvc_video_start_transfer() local
1893 best_ep = ep; in uvc_video_start_transfer()
1897 if (best_ep == NULL) { in uvc_video_start_transfer()
1910 ret = uvc_init_video_isoc(stream, best_ep, gfp_flags); in uvc_video_start_transfer()