Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/phy/
H A Dphy-tegra-usb.c1201 if (!tegra_phy->pad_regs) { in utmi_phy_probe()
1208 if (!tegra_phy->config) in utmi_phy_probe()
1211 config = tegra_phy->config; in utmi_phy_probe()
1351 tegra_phy = devm_kzalloc(&pdev->dev, sizeof(*tegra_phy), GFP_KERNEL); in tegra_usb_phy_probe()
1352 if (!tegra_phy) in tegra_usb_phy_probe()
1370 if (!tegra_phy->regs) { in tegra_usb_phy_probe()
1375 tegra_phy->is_legacy_phy = in tegra_usb_phy_probe()
1390 if (IS_ERR(tegra_phy->vbus)) in tegra_usb_phy_probe()
1429 tegra_phy->pad_rst = reset; in tegra_usb_phy_probe()
1468 tegra_phy->ulpi = phy; in tegra_usb_phy_probe()
[all …]