Home
last modified time | relevance | path

Searched refs:devm_phy_create (Results 1 – 25 of 117) sorted by relevance

12345

/drivers/phy/ti/
Dphy-da8xx-usb.c172 d_phy->usb11_phy = devm_phy_create(dev, node, &da8xx_usb11_phy_ops); in da8xx_usb_phy_probe()
178 d_phy->usb20_phy = devm_phy_create(dev, node, &da8xx_usb20_phy_ops); in da8xx_usb_phy_probe()
/drivers/phy/broadcom/
Dphy-bcm-sr-usb.c255 phy_cfg[idx].phy = devm_phy_create(dev, node, in bcm_usb_phy_create()
272 phy_cfg->phy = devm_phy_create(dev, node, &sr_phy_ops); in bcm_usb_phy_create()
Dphy-bcm-ns-usb3.c234 usb3->phy = devm_phy_create(dev, NULL, &ops); in bcm_ns_usb3_mdio_probe()
344 usb3->phy = devm_phy_create(dev, NULL, &ops); in bcm_ns_usb3_probe()
Dphy-bcm-ns2-pcie.c61 phy = devm_phy_create(dev, dev->of_node, &ns2_pci_phy_ops); in ns2_pci_phy_probe()
Dphy-bcm-kona-usb2.c112 gphy = devm_phy_create(dev, NULL, &ops); in bcm_kona_usb2_probe()
Dphy-bcm-ns-usb2.c107 usb2->phy = devm_phy_create(dev, NULL, &ops); in bcm_ns_usb2_probe()
Dphy-bcm-cygnus-pcie.c175 p->phy = devm_phy_create(dev, child, &cygnus_pcie_phy_ops); in cygnus_pcie_phy_probe()
/drivers/phy/samsung/
Dphy-exynos-dp-video.c95 phy = devm_phy_create(dev, NULL, &exynos_dp_video_phy_ops); in exynos_dp_video_phy_probe()
/drivers/phy/qualcomm/
Dphy-ath79-usb.c81 phy = devm_phy_create(&pdev->dev, NULL, &ath79_usb_phy_ops); in ath79_usb_phy_probe()
Dphy-qcom-ipq4019-usb.c125 phy->phy = devm_phy_create(dev, NULL, of_device_get_match_data(dev)); in ipq4019_usb_phy_probe()
Dphy-qcom-usb-hsic.c132 uphy->phy = devm_phy_create(&ulpi->dev, ulpi->dev.of_node, in qcom_usb_hsic_phy_probe()
/drivers/phy/tegra/
Dphy-tegra194-p2u.c88 generic_phy = devm_phy_create(dev, NULL, &ops); in tegra_p2u_probe()
/drivers/phy/marvell/
Dphy-armada375-usb2.c120 phy = devm_phy_create(dev, NULL, &armada375_usb_phy_ops); in armada375_usb_phy_probe()
Dphy-mvebu-sata.c100 phy = devm_phy_create(&pdev->dev, NULL, &phy_mvebu_sata_ops); in phy_mvebu_sata_probe()
/drivers/phy/renesas/
Dphy-rcar-gen3-pcie.c108 phy->phy = devm_phy_create(dev, NULL, &r8a77980_phy_pcie_ops); in rcar_gen3_phy_pcie_probe()
/drivers/phy/
Dphy-lpc18xx-usb-otg.c114 lpc->phy = devm_phy_create(&pdev->dev, NULL, &lpc18xx_usb_otg_phy_ops); in lpc18xx_usb_otg_phy_probe()
Dphy-pistachio-usb.c167 phy = devm_phy_create(p_phy->dev, NULL, &pistachio_usb_phy_ops); in pistachio_usb_phy_probe()
/drivers/phy/rockchip/
Dphy-rockchip-dp.c120 phy = devm_phy_create(dev, np, &rockchip_dp_phy_ops); in rockchip_dp_phy_probe()
/drivers/phy/st/
Dphy-stih407-usb.c139 phy = devm_phy_create(dev, NULL, &stih407_usb2_picophy_data); in stih407_usb2_picophy_probe()
/drivers/phy/hisilicon/
Dphy-hi6220-usb.c138 phy = devm_phy_create(dev, NULL, &hi6220_phy_ops); in hi6220_phy_probe()
Dphy-hisi-inno-usb2.c148 phy = devm_phy_create(dev, child, &hisi_inno_phy_ops); in hisi_inno_phy_probe()
/drivers/phy/amlogic/
Dphy-meson-axg-mipi-pcie-analog.c152 priv->phy = devm_phy_create(dev, np, &phy_axg_mipi_pcie_analog_ops); in phy_axg_mipi_pcie_analog_probe()
Dphy-meson-axg-pcie.c140 priv->phy = devm_phy_create(dev, np, &phy_axg_pcie_ops); in phy_axg_pcie_probe()
/drivers/phy/allwinner/
Dphy-sun9i-usb.c164 phy->phy = devm_phy_create(dev, NULL, &sun9i_usb_phy_ops); in sun9i_usb_phy_probe()
Dphy-sun50i-usb3.c161 phy->phy = devm_phy_create(dev, NULL, &sun50i_usb3_phy_ops); in sun50i_usb3_phy_probe()

12345