Searched refs:bmOutAlloc (Results 1 – 2 of 2) sorted by relevance
687 if (ues->bmOutAlloc[n / 8] & (1 << (n % 8))) { in usb_hw_ep_find_match()733 ues->bmOutAlloc[best_n / 8] |= in usb_hw_ep_find_match()841 ues->bmOutAlloc[ep_no / 8] |= in usb_hw_ep_get_needs()858 ues->bmOutAlloc[ep_no / 8] |= in usb_hw_ep_get_needs()
144 uint8_t bmOutAlloc[(USB_EP_MAX + 15) / 16]; member