Home
last modified time | relevance | path

Searched refs:rhub (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.6/drivers/usb/host/
Dxhci-hub.c286 struct xhci_hub *rhub; in xhci_usb2_hub_descriptor() local
288 rhub = &xhci->usb2_rhub; in xhci_usb2_hub_descriptor()
289 ports = rhub->num_ports; in xhci_usb2_hub_descriptor()
301 portsc = readl(rhub->ports[i]->addr); in xhci_usb2_hub_descriptor()
340 struct xhci_hub *rhub; in xhci_usb3_hub_descriptor() local
342 rhub = &xhci->usb3_rhub; in xhci_usb3_hub_descriptor()
343 ports = rhub->num_ports; in xhci_usb3_hub_descriptor()
358 portsc = readl(rhub->ports[i]->addr); in xhci_usb3_hub_descriptor()
586 hcd = port->rhub->hcd; in xhci_disable_port()
683 hcd = port->rhub->hcd; in xhci_set_port_power()
[all …]
Dxhci-mem.c1962 struct xhci_hub *rhub; in xhci_add_in_port() local
1971 rhub = &xhci->usb3_rhub; in xhci_add_in_port()
1991 rhub = &xhci->usb2_rhub; in xhci_add_in_port()
2050 rhub->maj_rev = major_revision; in xhci_add_in_port()
2052 if (rhub->min_rev < minor_revision) in xhci_add_in_port()
2053 rhub->min_rev = minor_revision; in xhci_add_in_port()
2073 if (hw_port->rhub) { in xhci_add_in_port()
2076 hw_port->rhub->maj_rev, major_revision); in xhci_add_in_port()
2080 if (hw_port->rhub != rhub && in xhci_add_in_port()
2082 hw_port->rhub->num_ports--; in xhci_add_in_port()
[all …]
Dxhci-pci.c560 struct xhci_hub *rhub = &xhci->usb3_rhub; in xhci_find_lpm_incapable_ports() local
565 if (hcd != rhub->hcd) in xhci_find_lpm_incapable_ports()
568 if (hdev->maxchild > rhub->num_ports) { in xhci_find_lpm_incapable_ports()
579 rhub->ports[i]->lpm_incapable = ret; in xhci_find_lpm_incapable_ports()
906 slot_id = xhci_find_slot_id_by_port(port->rhub->hcd, xhci, in xhci_pci_poweroff_late()
910 slot_id, port->rhub->hcd->self.busnum, port->hcd_portnum + 1); in xhci_pci_poweroff_late()
921 port->rhub->hcd->self.busnum, port->hcd_portnum + 1); in xhci_pci_poweroff_late()
Dxhci-tegra.c2066 struct xhci_hub *rhub; in tegra_xhci_enable_phy_sleepwalk_wake() local
2071 rhub = &xhci->usb3_rhub; in tegra_xhci_enable_phy_sleepwalk_wake()
2073 rhub = &xhci->usb2_rhub; in tegra_xhci_enable_phy_sleepwalk_wake()
2088 if (index >= rhub->num_ports) in tegra_xhci_enable_phy_sleepwalk_wake()
2094 portsc = readl(rhub->ports[index]->addr); in tegra_xhci_enable_phy_sleepwalk_wake()
2694 struct xhci_hub *rhub; in tegra_xhci_hub_control() local
2703 rhub = &xhci->usb2_rhub; in tegra_xhci_hub_control()
2704 bus_state = &rhub->bus_state; in tegra_xhci_hub_control()
2706 ports = rhub->ports; in tegra_xhci_hub_control()
2707 i = rhub->num_ports; in tegra_xhci_hub_control()
[all …]
Dxhci.c329 struct xhci_hub *rhub; in compliance_mode_recovery() local
334 rhub = &xhci->usb3_rhub; in compliance_mode_recovery()
335 hcd = rhub->hcd; in compliance_mode_recovery()
340 for (i = 0; i < rhub->num_ports; i++) { in compliance_mode_recovery()
341 temp = readl(rhub->ports[i]->addr); in compliance_mode_recovery()
360 if (xhci->port_status_u0 != ((1 << rhub->num_ports) - 1)) in compliance_mode_recovery()
777 struct xhci_hub *rhub, in xhci_disable_hub_port_wake() argument
786 for (i = 0; i < rhub->num_ports; i++) { in xhci_disable_hub_port_wake()
787 portsc = readl(rhub->ports[i]->addr); in xhci_disable_hub_port_wake()
800 writel(t2, rhub->ports[i]->addr); in xhci_disable_hub_port_wake()
[all …]
Dxhci-debugfs.c368 struct xhci_hcd *xhci = hcd_to_xhci(port->rhub->hcd); in xhci_port_write()
Dxhci-ring.c1887 if (!port || !port->rhub || port->hcd_portnum == DUPLICATE_ENTRY) { in handle_port_status()
1895 if (port->rhub == &xhci->usb3_rhub && xhci->shared_hcd == NULL) { in handle_port_status()
1901 hcd = port->rhub->hcd; in handle_port_status()
1902 bus_state = &port->rhub->bus_state; in handle_port_status()
Dxhci.h1739 struct xhci_hub *rhub; member