Lines Matching refs:usb3_rhub
67 if (xhci->usb3_rhub.min_rev >= 0x01) { in xhci_create_usb3_bos_desc()
69 if (xhci->usb3_rhub.psi_count) { in xhci_create_usb3_bos_desc()
71 ssa_count = xhci->usb3_rhub.psi_uid_count * 2; in xhci_create_usb3_bos_desc()
102 if (usb3_1 && xhci->usb3_rhub.psi_count) { in xhci_create_usb3_bos_desc()
114 bm_attrib |= (xhci->usb3_rhub.psi_uid_count - 1) << 5; in xhci_create_usb3_bos_desc()
127 for (i = 0; i < xhci->usb3_rhub.psi_count; i++) { in xhci_create_usb3_bos_desc()
128 psi = xhci->usb3_rhub.psi[i]; in xhci_create_usb3_bos_desc()
247 rhub = &xhci->usb3_rhub; in xhci_usb3_hub_descriptor()
549 return &xhci->usb3_rhub; in xhci_get_rhub()
626 for (i = 0; i < xhci->usb3_rhub.num_ports; i++) in xhci_enter_test_mode()
787 u32 all_ports_seen_u0 = ((1 << xhci->usb3_rhub.num_ports) - 1); in xhci_del_comp_mod_timer()