Home
last modified time | relevance | path

Searched refs:usb_find_endpoint (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/core/
H A Dusb.c211 * usb_find_endpoint() - Given an endpoint address, search for the endpoint's
220 static const struct usb_host_endpoint *usb_find_endpoint( in usb_find_endpoint() function
252 ep = usb_find_endpoint(intf, *ep_addrs); in usb_check_bulk_endpoints()
278 ep = usb_find_endpoint(intf, *ep_addrs); in usb_check_int_endpoints()
/kernel/linux/linux-6.6/drivers/usb/core/
H A Dusb.c211 * usb_find_endpoint() - Given an endpoint address, search for the endpoint's
220 static const struct usb_host_endpoint *usb_find_endpoint( in usb_find_endpoint() function
252 ep = usb_find_endpoint(intf, *ep_addrs); in usb_check_bulk_endpoints()
278 ep = usb_find_endpoint(intf, *ep_addrs); in usb_check_int_endpoints()

Completed in 4 milliseconds