Home
last modified time | relevance | path

Searched refs:usb3_ports (Results 1 – 5 of 5) sorted by relevance

/drivers/usb/host/
Dxhci-mem.c1856 kfree(xhci->usb3_ports); in xhci_mem_cleanup()
2231 xhci->usb3_ports = kmalloc(sizeof(*xhci->usb3_ports)* in xhci_setup_port_arrays()
2233 if (!xhci->usb3_ports) in xhci_setup_port_arrays()
2239 xhci->usb3_ports[port_index] = in xhci_setup_port_arrays()
2244 xhci->usb3_ports[port_index]); in xhci_setup_port_arrays()
Dxhci-hub.c150 portsc = xhci_readl(xhci, xhci->usb3_ports[i]); in xhci_usb3_hub_descriptor()
403 *port_array = xhci->usb3_ports; in xhci_get_ports()
Dxhci.h1526 __le32 __iomem **usb3_ports; member
Dxhci.c414 temp = xhci_readl(xhci, xhci->usb3_ports[i]); in compliance_mode_recovery()
3812 addr = xhci->usb3_ports[port1 - 1]; in xhci_find_raw_port_number()
Dxhci-ring.c1640 port_array = xhci->usb3_ports; in handle_port_status()