Searched refs:ep_addrs (Results 1 – 4 of 4) sorted by relevance
247 const struct usb_interface *intf, const u8 *ep_addrs) in usb_check_bulk_endpoints() argument251 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() argument277 for (; *ep_addrs; ++ep_addrs) { in usb_check_int_endpoints()278 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()
308 const struct usb_interface *intf, const u8 *ep_addrs);310 const struct usb_interface *intf, const u8 *ep_addrs);
1808 u8 ep_addrs[3] = { in usbnet_probe() local1821 if (status == 0 && !usb_check_bulk_endpoints(udev, ep_addrs)) in usbnet_probe()