Home
last modified time | relevance | path

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

/drivers/usb/host/
Dxhci-mem.c1855 kfree(xhci->usb2_ports); in xhci_mem_cleanup()
2207 xhci->usb2_ports = kmalloc(sizeof(*xhci->usb2_ports)* in xhci_setup_port_arrays()
2209 if (!xhci->usb2_ports) in xhci_setup_port_arrays()
2219 xhci->usb2_ports[port_index] = in xhci_setup_port_arrays()
2224 xhci->usb2_ports[port_index]); in xhci_setup_port_arrays()
Dxhci-hub.c96 portsc = xhci_readl(xhci, xhci->usb2_ports[i]); in xhci_usb2_hub_descriptor()
406 *port_array = xhci->usb2_ports; in xhci_get_ports()
Dxhci.h1529 __le32 __iomem **usb2_ports; member
Dxhci.c3810 addr = xhci->usb2_ports[port1 - 1]; in xhci_find_raw_port_number()
3893 port_array = xhci->usb2_ports; in xhci_usb2_software_lpm_test()
4010 port_array = xhci->usb2_ports; in xhci_set_usb2_hardware_lpm()
Dxhci-ring.c1642 port_array = xhci->usb2_ports; in handle_port_status()