Home
last modified time | relevance | path

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

/linux-6.12.1/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.c2043 port_cap->psi_count = XHCI_EXT_PORT_PSIC(temp); in xhci_add_in_port()
2045 if (port_cap->psi_count) { in xhci_add_in_port()
2046 port_cap->psi = kcalloc_node(port_cap->psi_count, in xhci_add_in_port()
2050 port_cap->psi_count = 0; in xhci_add_in_port()
2053 for (i = 0; i < port_cap->psi_count; i++) { in xhci_add_in_port()
Dxhci.h1448 u8 psi_count; member