Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dxhci-mem.c1876 kfree(xhci->usb2_ports); in xhci_mem_cleanup()
1882 xhci->usb2_ports = NULL; in xhci_mem_cleanup()
2269 xhci->usb2_ports = kmalloc(sizeof(*xhci->usb2_ports)* in xhci_setup_port_arrays()
2271 if (!xhci->usb2_ports) in xhci_setup_port_arrays()
2281 xhci->usb2_ports[port_index] = in xhci_setup_port_arrays()
2287 xhci->usb2_ports[port_index]); in xhci_setup_port_arrays()
Dxhci-hub.c98 portsc = readl(xhci->usb2_ports[i]); in xhci_usb2_hub_descriptor()
415 *port_array = xhci->usb2_ports; in xhci_get_ports()
Dxhci.h1586 __le32 __iomem **usb2_ports; member
Dxhci.c891 port_array = xhci->usb2_ports; in xhci_disable_port_wake_on_bits()
4003 addr = xhci->usb2_ports[port1 - 1]; in xhci_find_raw_port_number()
4166 port_array = xhci->usb2_ports; in xhci_set_usb2_hardware_lpm()
Dxhci-ring.c1547 port_array = xhci->usb2_ports; in handle_port_status()