Home
last modified time | relevance | path

Searched refs:XHCI_PROTOCOL_HAS_PAIR (Results 1 – 3 of 3) sorted by relevance

/DragonOS-0.1.2/kernel/src/driver/usb/xhci/
Dinternal.h61 …AS_PAIR(cid, pid) ((xhci_hc[cid].ports[pid].flags & XHCI_PROTOCOL_HAS_PAIR) == XHCI_PROTOCOL_HAS_P…
Dxhci.h492 #define XHCI_PROTOCOL_HAS_PAIR (1 << 2) // 当前位被置位,意味着当前端口具有一个与之配对的端口 macro
Dxhci.c493 xhci_hc[id].ports[i].flags |= XHCI_PROTOCOL_HAS_PAIR; in xhci_hc_pair_ports()
496 xhci_hc[id].ports[j].flags |= XHCI_PROTOCOL_HAS_PAIR; in xhci_hc_pair_ports()