Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/host/
Dxhci-mem.c2179 port_cap->psi_count = XHCI_EXT_PORT_PSIC(temp); in xhci_add_in_port()
2181 if (port_cap->psi_count) { in xhci_add_in_port()
2182 port_cap->psi = kcalloc_node(port_cap->psi_count, in xhci_add_in_port()
2186 port_cap->psi_count = 0; in xhci_add_in_port()
2189 for (i = 0; i < port_cap->psi_count; i++) { in xhci_add_in_port()
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()
Dxhci.h1708 u8 psi_count; member