Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dxhci-mem.c1872 kfree(xhci->usb2_ports); in xhci_mem_cleanup()
1878 xhci->usb2_ports = NULL; in xhci_mem_cleanup()
2301 xhci->usb2_ports = kmalloc(sizeof(*xhci->usb2_ports)* in xhci_setup_port_arrays()
2303 if (!xhci->usb2_ports) in xhci_setup_port_arrays()
2313 xhci->usb2_ports[port_index] = in xhci_setup_port_arrays()
2319 xhci->usb2_ports[port_index]); in xhci_setup_port_arrays()
Dxhci-hub.c199 portsc = readl(xhci->usb2_ports[i]); in xhci_usb2_hub_descriptor()
516 *port_array = xhci->usb2_ports; in xhci_get_ports()
Dxhci.h1644 __le32 __iomem **usb2_ports; member
Dxhci.c875 port_array = xhci->usb2_ports; in xhci_disable_port_wake_on_bits()
3991 addr = xhci->usb2_ports[port1 - 1]; in xhci_find_raw_port_number()
4154 port_array = xhci->usb2_ports; in xhci_set_usb2_hardware_lpm()
Dxhci-ring.c1547 port_array = xhci->usb2_ports; in handle_port_status()