Lines Matching refs:u_phy
248 phy->pad_clk = devm_clk_get(phy->u_phy.dev, "utmi-pads"); in utmip_pad_open()
616 dev_err(phy->u_phy.dev, "gpio %d not set to 0\n", in ulpi_phy_power_on()
623 dev_err(phy->u_phy.dev, "gpio %d not set to 1\n", in ulpi_phy_power_on()
714 struct tegra_usb_phy *phy = container_of(x, struct tegra_usb_phy, u_phy); in tegra_usb_phy_suspend()
725 phy->clk = devm_clk_get(phy->u_phy.dev, "ulpi-link"); in ulpi_open()
731 err = devm_gpio_request(phy->u_phy.dev, phy->reset_gpio, in ulpi_open()
734 dev_err(phy->u_phy.dev, "request failed for gpio: %d\n", in ulpi_open()
741 dev_err(phy->u_phy.dev, "gpio %d direction not set to output\n", in ulpi_open()
748 dev_err(phy->u_phy.dev, "otg_ulpi_create returned NULL\n"); in ulpi_open()
763 phy->pll_u = devm_clk_get(phy->u_phy.dev, "pll_u"); in tegra_usb_phy_init()
789 dev_err(phy->u_phy.dev, in tegra_usb_phy_init()
812 struct tegra_usb_phy *phy = container_of(x, struct tegra_usb_phy, u_phy); in tegra_usb_phy_preresume()
821 struct tegra_usb_phy *phy = container_of(x, struct tegra_usb_phy, u_phy); in tegra_usb_phy_postresume()
831 struct tegra_usb_phy *phy = container_of(x, struct tegra_usb_phy, u_phy); in tegra_ehci_phy_restore_start()
840 struct tegra_usb_phy *phy = container_of(x, struct tegra_usb_phy, u_phy); in tegra_ehci_phy_restore_end()
1051 tegra_phy->u_phy.dev = &pdev->dev; in tegra_usb_phy_probe()
1056 tegra_phy->u_phy.set_suspend = tegra_usb_phy_suspend; in tegra_usb_phy_probe()
1060 err = usb_add_phy_dev(&tegra_phy->u_phy); in tegra_usb_phy_probe()
1073 usb_remove_phy(&tegra_phy->u_phy); in tegra_usb_phy_remove()