Searched refs:ep_addrs (Results 1 – 4 of 4) sorted by relevance
248 const struct usb_interface *intf, const u8 *ep_addrs) in usb_check_bulk_endpoints() argument252 for (; *ep_addrs; ++ep_addrs) { in usb_check_bulk_endpoints()253 ep = usb_find_endpoint(intf, *ep_addrs); in usb_check_bulk_endpoints()274 const struct usb_interface *intf, const u8 *ep_addrs) in usb_check_int_endpoints() argument278 for (; *ep_addrs; ++ep_addrs) { in usb_check_int_endpoints()279 ep = usb_find_endpoint(intf, *ep_addrs); in usb_check_int_endpoints()
1126 static const u8 ep_addrs[] = { in cxacru_bind() local1177 ret = usb_check_int_endpoints(intf, ep_addrs); in cxacru_bind()1179 ret = usb_check_bulk_endpoints(intf, ep_addrs); in cxacru_bind()
310 const struct usb_interface *intf, const u8 *ep_addrs);312 const struct usb_interface *intf, const u8 *ep_addrs);
1842 u8 ep_addrs[3] = { in usbnet_probe() local1855 if (status == 0 && !usb_check_bulk_endpoints(udev, ep_addrs)) in usbnet_probe()