Searched refs:HCI_MAX_IFACE_NUM (Results 1 – 2 of 2) sorted by relevance
798 struct usb_endpoint_descriptor *bulk_out_ep[HCI_MAX_IFACE_NUM]; in hci_usb_probe()799 struct usb_endpoint_descriptor *isoc_out_ep[HCI_MAX_IFACE_NUM]; in hci_usb_probe()800 struct usb_endpoint_descriptor *bulk_in_ep[HCI_MAX_IFACE_NUM]; in hci_usb_probe()801 struct usb_endpoint_descriptor *isoc_in_ep[HCI_MAX_IFACE_NUM]; in hci_usb_probe()802 struct usb_endpoint_descriptor *intr_in_ep[HCI_MAX_IFACE_NUM]; in hci_usb_probe()840 ifn = MIN(udev->actconfig->bNumInterfaces, HCI_MAX_IFACE_NUM); in hci_usb_probe()
45 #define HCI_MAX_IFACE_NUM 3 macro