Home
last modified time | relevance | path

Searched refs:psi_count (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/drivers/usb/host/
H A 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()
H A Dxhci-mem.c2015 port_cap->psi_count = XHCI_EXT_PORT_PSIC(temp); in xhci_add_in_port()
2017 if (port_cap->psi_count) { in xhci_add_in_port()
2018 port_cap->psi = kcalloc_node(port_cap->psi_count, in xhci_add_in_port()
2022 port_cap->psi_count = 0; in xhci_add_in_port()
2025 for (i = 0; i < port_cap->psi_count; i++) { in xhci_add_in_port()
H A Dxhci.h1730 u8 psi_count; member
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-mem.c2205 port_cap->psi_count = XHCI_EXT_PORT_PSIC(temp); in xhci_add_in_port()
2207 if (port_cap->psi_count) { in xhci_add_in_port()
2208 port_cap->psi = kcalloc_node(port_cap->psi_count, in xhci_add_in_port()
2212 port_cap->psi_count = 0; in xhci_add_in_port()
2215 for (i = 0; i < port_cap->psi_count; i++) { in xhci_add_in_port()
H A Dxhci-hub.c79 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()
H A Dxhci.h1717 u8 psi_count; member

Completed in 22 milliseconds