Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/base/
H A Dproperty.c1113 struct fwnode_handle *ep = NULL, *best_ep = NULL; in fwnode_graph_get_endpoint_by_id() local
1152 (best_ep && best_ep_id < fwnode_ep.id)) in fwnode_graph_get_endpoint_by_id()
1155 fwnode_handle_put(best_ep); in fwnode_graph_get_endpoint_by_id()
1156 best_ep = fwnode_handle_get(ep); in fwnode_graph_get_endpoint_by_id()
1160 return best_ep; in fwnode_graph_get_endpoint_by_id()
/kernel/linux/linux-6.6/drivers/base/
H A Dproperty.c1192 struct fwnode_handle *ep, *best_ep = NULL; in fwnode_graph_get_endpoint_by_id() local
1223 (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()
/kernel/linux/linux-5.10/drivers/media/usb/uvc/
H A Duvc_video.c1862 struct usb_host_endpoint *best_ep = NULL; in uvc_video_start_transfer() local
1895 best_ep = ep; in uvc_video_start_transfer()
1899 if (best_ep == NULL) { in uvc_video_start_transfer()
1923 ret = uvc_init_video_isoc(stream, best_ep, gfp_flags); in uvc_video_start_transfer()
/kernel/linux/linux-6.6/drivers/media/usb/uvc/
H A Duvc_video.c1926 struct usb_host_endpoint *best_ep = NULL; in uvc_video_start_transfer() local
1960 best_ep = ep; in uvc_video_start_transfer()
1964 if (best_ep == NULL) { in uvc_video_start_transfer()
1989 ret = uvc_init_video_isoc(stream, best_ep, gfp_flags); in uvc_video_start_transfer()

Completed in 10 milliseconds