Searched refs:dir_in (Results 1 – 2 of 2) sorted by relevance
649 uint8_t dir_in; in usb_hw_ep_find_match() local659 dir_in = 1; in usb_hw_ep_find_match()663 dir_in = 1; in usb_hw_ep_find_match()666 dir_in = 0; in usb_hw_ep_find_match()679 if (dir_in || pf->is_simplex) { in usb_hw_ep_find_match()698 if (!usb_hw_ep_match(pf, ep->needs_ep_type, dir_in)) { in usb_hw_ep_find_match()703 if (dir_in) in usb_hw_ep_find_match()725 if (dir_in) { in usb_hw_ep_find_match()
2649 int dir_in; in pci_xhci_dev_intr() local2652 dir_in = epctx & 0x80; in pci_xhci_dev_intr()2656 epid = (epid * 2) + (dir_in ? 1 : 0); in pci_xhci_dev_intr()