hw_ports 533 drivers/usb/host/xhci-debugfs.c port = &xhci->hw_ports[num_ports]; hw_ports 1919 drivers/usb/host/xhci-mem.c kfree(xhci->hw_ports); hw_ports 1929 drivers/usb/host/xhci-mem.c xhci->hw_ports = NULL; hw_ports 2212 drivers/usb/host/xhci-mem.c struct xhci_port *hw_port = &xhci->hw_ports[i]; hw_ports 2249 drivers/usb/host/xhci-mem.c if (xhci->hw_ports[i].rhub != rhub || hw_ports 2250 drivers/usb/host/xhci-mem.c xhci->hw_ports[i].hcd_portnum == DUPLICATE_ENTRY) hw_ports 2252 drivers/usb/host/xhci-mem.c xhci->hw_ports[i].hcd_portnum = port_index; hw_ports 2253 drivers/usb/host/xhci-mem.c rhub->ports[port_index] = &xhci->hw_ports[i]; hw_ports 2278 drivers/usb/host/xhci-mem.c xhci->hw_ports = kcalloc_node(num_ports, sizeof(*xhci->hw_ports), hw_ports 2280 drivers/usb/host/xhci-mem.c if (!xhci->hw_ports) hw_ports 2284 drivers/usb/host/xhci-mem.c xhci->hw_ports[i].addr = &xhci->op_regs->port_status_base + hw_ports 2286 drivers/usb/host/xhci-mem.c xhci->hw_ports[i].hw_portnum = i; hw_ports 1610 drivers/usb/host/xhci-ring.c port = &xhci->hw_ports[port_id - 1]; hw_ports 1879 drivers/usb/host/xhci.h struct xhci_port *hw_ports;