Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-mem.c2292 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()
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.h1733 u8 psi_count; member