Searched refs:psi_count (Results 1 – 3 of 3) sorted by relevance
2292 port_cap->psi_count = XHCI_EXT_PORT_PSIC(temp); in xhci_add_in_port()2294 if (port_cap->psi_count) { in xhci_add_in_port()2295 port_cap->psi = kcalloc_node(port_cap->psi_count, in xhci_add_in_port()2299 port_cap->psi_count = 0; in xhci_add_in_port()2302 for (i = 0; i < port_cap->psi_count; i++) { in xhci_add_in_port()
79 if (port_cap->psi_count) { in xhci_create_usb3_bos_desc()111 if (usb3_1 && port_cap->psi_count) { in xhci_create_usb3_bos_desc()136 for (i = 0; i < port_cap->psi_count; i++) { in xhci_create_usb3_bos_desc()
1733 u8 psi_count; member