Searched refs:ss_rst (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/usb/host/
H A Dxhci-tegra.c288 struct reset_control *ss_rst; member in struct:tegra_xusb
1187 tegra->ss_rst);
1680 tegra->ss_rst = devm_reset_control_get(&pdev->dev, "xusb_ss");
1681 if (IS_ERR(tegra->ss_rst)) {
1682 err = PTR_ERR(tegra->ss_rst);

Completed in 124 milliseconds