Home
last modified time | relevance | path

Searched refs:paired_port_num (Results 1 – 2 of 2) sorted by relevance

/DragonOS-0.1.3/kernel/src/driver/usb/xhci/
Dxhci.h509 uint8_t paired_port_num; // 与当前端口所配对的另一个端口(相同物理接口的不同速度的port) member
Dxhci.c492 xhci_hc[id].ports[i].paired_port_num = j; in xhci_hc_pair_ports()
495 xhci_hc[id].ports[j].paired_port_num = i; in xhci_hc_pair_ports()
866 … xhci_hc[id].ports[xhci_hc[id].ports[port].paired_port_num].flags &= ~(XHCI_PROTOCOL_ACTIVE); in xhci_reset_port()
873 xhci_hc[id].ports[xhci_hc[id].ports[port].paired_port_num].flags |= XHCI_PROTOCOL_ACTIVE; in xhci_reset_port()