Searched refs:best_ep (Results 1 – 2 of 2) sorted by relevance
1192 struct fwnode_handle *ep, *best_ep = NULL; in fwnode_graph_get_endpoint_by_id() local1223 (best_ep && best_ep_id < fwnode_ep.id)) in fwnode_graph_get_endpoint_by_id()1226 fwnode_handle_put(best_ep); in fwnode_graph_get_endpoint_by_id()1227 best_ep = fwnode_handle_get(ep); in fwnode_graph_get_endpoint_by_id()1231 return best_ep; in fwnode_graph_get_endpoint_by_id()
2012 struct usb_host_endpoint *best_ep = NULL; in uvc_video_start_transfer() local2046 best_ep = ep; in uvc_video_start_transfer()2050 if (best_ep == NULL) { in uvc_video_start_transfer()2075 ret = uvc_init_video_isoc(stream, best_ep, gfp_flags); in uvc_video_start_transfer()