Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/phy/
Dphy-tegra-usb.c1045 static int utmi_phy_probe(struct tegra_usb_phy *tegra_phy, in utmi_phy_probe() argument
1052 tegra_phy->is_ulpi_phy = false; in utmi_phy_probe()
1064 tegra_phy->pad_regs = devm_ioremap(&pdev->dev, res->start, in utmi_phy_probe()
1066 if (!tegra_phy->pad_regs) { in utmi_phy_probe()
1071 tegra_phy->config = devm_kzalloc(&pdev->dev, sizeof(*config), in utmi_phy_probe()
1073 if (!tegra_phy->config) in utmi_phy_probe()
1076 config = tegra_phy->config; in utmi_phy_probe()
1108 if (tegra_phy->soc_config->requires_extra_tuning_parameters) { in utmi_phy_probe()
1162 struct tegra_usb_phy *tegra_phy; in tegra_usb_phy_probe() local
1170 tegra_phy = devm_kzalloc(&pdev->dev, sizeof(*tegra_phy), GFP_KERNEL); in tegra_usb_phy_probe()
[all …]