Home
last modified time | relevance | path

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

123456

/linux-6.1.9/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()
/linux-6.1.9/drivers/media/platform/sunxi/sun8i-a83t-mipi-csi2/
Dsun8i_a83t_dphy.c57 csi2_dev->dphy = devm_phy_create(dev, NULL, &sun8i_a83t_dphy_ops); in sun8i_a83t_dphy_register()
/linux-6.1.9/drivers/phy/marvell/
Dphy-mmp3-hsic.c53 phy = devm_phy_create(dev, NULL, &mmp3_hsic_phy_ops); in mmp3_hsic_phy_probe()
Dphy-armada375-usb2.c118 phy = devm_phy_create(dev, NULL, &armada375_usb_phy_ops); in armada375_usb_phy_probe()
Dphy-mvebu-sata.c98 phy = devm_phy_create(&pdev->dev, NULL, &phy_mvebu_sata_ops); in phy_mvebu_sata_probe()
/linux-6.1.9/drivers/phy/broadcom/
Dphy-bcm-ns2-pcie.c49 phy = devm_phy_create(dev, dev->of_node, &ns2_pci_phy_ops); in ns2_pci_phy_probe()
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-kona-usb2.c110 gphy = devm_phy_create(dev, NULL, &ops); in bcm_kona_usb2_probe()
Dphy-bcm-ns-usb2.c139 usb2->phy = devm_phy_create(dev, NULL, &ops); in bcm_ns_usb2_probe()
/linux-6.1.9/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()
/linux-6.1.9/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.c123 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()
/linux-6.1.9/drivers/phy/renesas/
Dphy-rcar-gen3-pcie.c106 phy->phy = devm_phy_create(dev, NULL, &r8a77980_phy_pcie_ops); in rcar_gen3_phy_pcie_probe()
/linux-6.1.9/drivers/phy/amlogic/
Dphy-meson8-hdmi-tx.c131 phy = devm_phy_create(&pdev->dev, np, &phy_meson8_hdmi_tx_ops); in phy_meson8_hdmi_tx_probe()
Dphy-meson-g12a-mipi-dphy-analog.c140 priv->phy = devm_phy_create(dev, np, &phy_g12a_mipi_dphy_analog_ops); in phy_g12a_mipi_dphy_analog_probe()
/linux-6.1.9/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-can-transceiver.c121 phy = devm_phy_create(dev, dev->of_node, in can_transceiver_phy_probe()
/linux-6.1.9/drivers/phy/rockchip/
Dphy-rockchip-dp.c120 phy = devm_phy_create(dev, np, &rockchip_dp_phy_ops); in rockchip_dp_phy_probe()
/linux-6.1.9/drivers/phy/st/
Dphy-stih407-usb.c139 phy = devm_phy_create(dev, NULL, &stih407_usb2_picophy_data); in stih407_usb2_picophy_probe()
/linux-6.1.9/drivers/phy/tegra/
Dphy-tegra194-p2u.c119 generic_phy = devm_phy_create(dev, NULL, &ops); in tegra_p2u_probe()
/linux-6.1.9/include/linux/phy/
Dphy.h268 struct phy *devm_phy_create(struct device *dev, struct device_node *node,
490 static inline struct phy *devm_phy_create(struct device *dev, in devm_phy_create() function
/linux-6.1.9/drivers/phy/hisilicon/
Dphy-hi6220-usb.c138 phy = devm_phy_create(dev, NULL, &hi6220_phy_ops); in hi6220_phy_probe()
Dphy-hisi-inno-usb2.c151 phy = devm_phy_create(dev, child, &hisi_inno_phy_ops); in hisi_inno_phy_probe()
/linux-6.1.9/drivers/phy/mediatek/
Dphy-mtk-dp.c180 phy = devm_phy_create(dev, NULL, &mtk_dp_phy_dev_ops); in mtk_dp_phy_probe()

123456