Lines Matching full:padctl
238 struct tegra_xusb_padctl *padctl; member
525 struct tegra_xusb_padctl *padctl = tegra->padctl; in tegra_xusb_mbox_handle() local
573 err = tegra_xusb_padctl_usb3_save_context(padctl, msg->data); in tegra_xusb_mbox_handle()
596 err = tegra_xusb_padctl_hsic_set_idle(padctl, port, in tegra_xusb_mbox_handle()
624 err = tegra_xusb_padctl_usb3_set_lfps_detect(padctl, in tegra_xusb_mbox_handle()
1274 struct tegra_xusb_padctl *padctl = tegra->padctl; in is_usb3_otg_phy() local
1280 port = tegra_xusb_padctl_get_usb3_companion(padctl, i); in is_usb3_otg_phy()
1343 tegra->padctl, in tegra_xhci_id_notify()
1447 tegra->padctl = tegra_xusb_padctl_get(&pdev->dev); in tegra_xusb_probe()
1448 if (IS_ERR(tegra->padctl)) in tegra_xusb_probe()
1449 return PTR_ERR(tegra->padctl); in tegra_xusb_probe()
1451 np = of_parse_phandle(pdev->dev.of_node, "nvidia,xusb-padctl", 0); in tegra_xusb_probe()
1702 dev_err(&pdev->dev, "failed to request padctl IRQ: %d\n", err); in tegra_xusb_probe()
1754 tegra_xusb_padctl_put(tegra->padctl); in tegra_xusb_probe()
1785 tegra_xusb_padctl_put(tegra->padctl); in tegra_xusb_remove()
1890 struct tegra_xusb_padctl *padctl = tegra->padctl; in tegra_xhci_enable_phy_sleepwalk_wake() local
1926 tegra_xusb_padctl_enable_phy_sleepwalk(padctl, phy, speed); in tegra_xhci_enable_phy_sleepwalk_wake()
1927 tegra_xusb_padctl_enable_phy_wake(padctl, phy); in tegra_xhci_enable_phy_sleepwalk_wake()
1934 struct tegra_xusb_padctl *padctl = tegra->padctl; in tegra_xhci_disable_phy_wake() local
1941 tegra_xusb_padctl_disable_phy_wake(padctl, tegra->phys[i]); in tegra_xhci_disable_phy_wake()
1947 struct tegra_xusb_padctl *padctl = tegra->padctl; in tegra_xhci_disable_phy_sleepwalk() local
1954 tegra_xusb_padctl_disable_phy_sleepwalk(padctl, tegra->phys[i]); in tegra_xhci_disable_phy_sleepwalk()
2137 dev_err(dev, "failed to enable padctl wakes\n"); in tegra_xusb_suspend()
2166 dev_err(dev, "failed to disable padctl wakes\n"); in tegra_xusb_resume()