Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/host/
Dxhci-hub.c72 if (port_cap->psi_count) { in xhci_create_usb3x_bos_desc()
75 for (i = 0; i < port_cap->psi_count; i++) { in xhci_create_usb3x_bos_desc()
80 ssac = port_cap->psi_count + num_sym_ssa - 1; in xhci_create_usb3x_bos_desc()
138 if (!port_cap->psi_count) { in xhci_create_usb3x_bos_desc()
148 for (i = 0; i < port_cap->psi_count; i++) { in xhci_create_usb3x_bos_desc()
Dxhci-mem.c2163 port_cap->psi_count = XHCI_EXT_PORT_PSIC(temp); in xhci_add_in_port()
2165 if (port_cap->psi_count) { in xhci_add_in_port()
2166 port_cap->psi = kcalloc_node(port_cap->psi_count, in xhci_add_in_port()
2170 port_cap->psi_count = 0; in xhci_add_in_port()
2173 for (i = 0; i < port_cap->psi_count; i++) { in xhci_add_in_port()
Dxhci.h1726 u8 psi_count; member