Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/core/
H A Dusb.c247 const struct usb_interface *intf, const u8 *ep_addrs) in usb_check_bulk_endpoints() argument
251 for (; *ep_addrs; ++ep_addrs) { in usb_check_bulk_endpoints()
252 ep = usb_find_endpoint(intf, *ep_addrs); in usb_check_bulk_endpoints()
273 const struct usb_interface *intf, const u8 *ep_addrs) in usb_check_int_endpoints() argument
277 for (; *ep_addrs; ++ep_addrs) { in usb_check_int_endpoints()
278 ep = usb_find_endpoint(intf, *ep_addrs); in usb_check_int_endpoints()
/openbmc/linux/include/linux/
H A Dusb.h306 const struct usb_interface *intf, const u8 *ep_addrs);
308 const struct usb_interface *intf, const u8 *ep_addrs);
/openbmc/linux/drivers/net/usb/
H A Dusbnet.c1778 u8 ep_addrs[3] = { in usbnet_probe() local
1791 if (status == 0 && !usb_check_bulk_endpoints(udev, ep_addrs)) in usbnet_probe()