Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/host/
Dxhci-tegra.c250 struct reset_control *host_rst; member
1060 tegra->host_rst); in tegra_xusb_unpowergate_partitions()
1101 tegra->host_rst); in tegra_xusb_powergate_partitions()
1535 tegra->host_rst = devm_reset_control_get(&pdev->dev, in tegra_xusb_probe()
1537 if (IS_ERR(tegra->host_rst)) { in tegra_xusb_probe()
1538 err = PTR_ERR(tegra->host_rst); in tegra_xusb_probe()