Searched refs:host_rst (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/usb/host/
H A Dxhci-tegra.c287 struct reset_control *host_rst; member in struct:tegra_xusb
1195 tegra->host_rst);
1236 tegra->host_rst);
1671 tegra->host_rst = devm_reset_control_get(&pdev->dev,
1673 if (IS_ERR(tegra->host_rst)) {
1674 err = PTR_ERR(tegra->host_rst);

Completed in 480 milliseconds