Searched refs:XHCI_PORT_IS_ACTIVE (Results 1 – 2 of 2) sorted by relevance
62 #define XHCI_PORT_IS_ACTIVE(cid, pid) ((xhci_hc[cid].ports[pid].flags & XHCI_PROTOCOL_ACTIVE) == XH… macro
1636 if (XHCI_PORT_IS_USB3(id, i) && XHCI_PORT_IS_ACTIVE(id, i)) in xhci_hc_start_ports()1662 if (XHCI_PORT_IS_USB2(id, i) && XHCI_PORT_IS_ACTIVE(id, i)) in xhci_hc_start_ports()