Symbol: devm_phy_create
drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c
1463
dsi->dphy = devm_phy_create(dev, NULL, &dw_mipi_dsi_dphy_ops);
drivers/media/platform/sunxi/sun8i-a83t-mipi-csi2/sun8i_a83t_dphy.c
57
csi2_dev->dphy = devm_phy_create(dev, NULL, &sun8i_a83t_dphy_ops);
drivers/phy/allwinner/phy-sun4i-usb.c
847
phy->phy = devm_phy_create(dev, NULL, &sun4i_usb_phy_ops);
drivers/phy/allwinner/phy-sun50i-usb3.c
160
phy->phy = devm_phy_create(dev, NULL, &sun50i_usb3_phy_ops);
drivers/phy/allwinner/phy-sun6i-mipi-dphy.c
589
dphy->phy = devm_phy_create(&pdev->dev, NULL, &sun6i_dphy_ops);
drivers/phy/allwinner/phy-sun9i-usb.c
162
phy->phy = devm_phy_create(dev, NULL, &sun9i_usb_phy_ops);
drivers/phy/amlogic/phy-meson-axg-mipi-dphy.c
379
phy = devm_phy_create(dev, NULL, &phy_meson_axg_mipi_dphy_ops);
drivers/phy/amlogic/phy-meson-axg-mipi-pcie-analog.c
220
priv->phy = devm_phy_create(dev, np, &phy_axg_mipi_pcie_analog_ops);
drivers/phy/amlogic/phy-meson-axg-pcie.c
156
priv->phy = devm_phy_create(dev, np, &phy_axg_pcie_ops);
drivers/phy/amlogic/phy-meson-g12a-mipi-dphy-analog.c
141
priv->phy = devm_phy_create(dev, np, &phy_g12a_mipi_dphy_analog_ops);
drivers/phy/amlogic/phy-meson-g12a-usb2.c
341
phy = devm_phy_create(dev, NULL, &phy_meson_g12a_usb2_ops);
drivers/phy/amlogic/phy-meson-g12a-usb3-pcie.c
418
priv->phy = devm_phy_create(dev, np, &phy_g12a_usb3_pcie_ops);
drivers/phy/amlogic/phy-meson-gxl-usb2.c
267
phy = devm_phy_create(dev, NULL, &phy_meson_gxl_usb2_ops);
drivers/phy/amlogic/phy-meson8-hdmi-tx.c
131
phy = devm_phy_create(&pdev->dev, np, &phy_meson8_hdmi_tx_ops);
drivers/phy/amlogic/phy-meson8b-usb2.c
276
phy = devm_phy_create(&pdev->dev, NULL, &phy_meson8b_usb2_ops);
drivers/phy/apple/atc.c
1970
*phys[i].phy = devm_phy_create(atcphy->dev, NULL, phys[i].ops);
drivers/phy/broadcom/phy-bcm-cygnus-pcie.c
159
p->phy = devm_phy_create(dev, child, &cygnus_pcie_phy_ops);
drivers/phy/broadcom/phy-bcm-kona-usb2.c
110
gphy = devm_phy_create(dev, NULL, &ops);
drivers/phy/broadcom/phy-bcm-ns-usb2.c
115
usb2->phy = devm_phy_create(dev, NULL, &ops);
drivers/phy/broadcom/phy-bcm-ns-usb3.c
218
usb3->phy = devm_phy_create(dev, NULL, &ops);
drivers/phy/broadcom/phy-bcm-ns2-pcie.c
49
phy = devm_phy_create(dev, dev->of_node, &ns2_pci_phy_ops);
drivers/phy/broadcom/phy-bcm-ns2-usbdrd.c
381
data->phy = devm_phy_create(dev, dev->of_node, &ops);
drivers/phy/broadcom/phy-bcm-sr-pcie.c
261
p->phy = devm_phy_create(dev, NULL, ops);
drivers/phy/broadcom/phy-bcm-sr-usb.c
255
phy_cfg[idx].phy = devm_phy_create(dev, node,
drivers/phy/broadcom/phy-bcm-sr-usb.c
272
phy_cfg->phy = devm_phy_create(dev, node, &sr_phy_ops);
drivers/phy/broadcom/phy-bcm63xx-usbh.c
414
phy = devm_phy_create(dev, NULL, &bcm63xx_usbh_phy_ops);
drivers/phy/broadcom/phy-brcm-sata.c
807
port->phy = devm_phy_create(dev, child, &phy_ops);
drivers/phy/broadcom/phy-brcm-usb.c
421
gphy = devm_phy_create(dev, NULL, &brcm_usb_phy_ops);
drivers/phy/broadcom/phy-brcm-usb.c
432
gphy = devm_phy_create(dev, NULL, &brcm_usb_phy_ops);
drivers/phy/cadence/cdns-dphy-rx.c
255
dphy->phy = devm_phy_create(dev, NULL, &cdns_dphy_rx_ops);
drivers/phy/cadence/cdns-dphy.c
501
dphy->phy = devm_phy_create(&pdev->dev, NULL, &cdns_dphy_ops);
drivers/phy/cadence/phy-cadence-salvo.c
361
salvo_phy->phy = devm_phy_create(dev, NULL, &cdns_salvo_phy_ops);
drivers/phy/cadence/phy-cadence-sierra.c
1475
gphy = devm_phy_create(dev, child, &ops);
drivers/phy/cadence/phy-cadence-sierra.c
1477
gphy = devm_phy_create(dev, child, &noop_ops);
drivers/phy/cadence/phy-cadence-torrent.c
3051
gphy = devm_phy_create(dev, child, &cdns_torrent_phy_ops);
drivers/phy/freescale/phy-fsl-imx8-mipi-dphy.c
726
phy = devm_phy_create(dev, np, &mixel_dphy_phy_ops);
drivers/phy/freescale/phy-fsl-imx8m-pcie.c
270
imx8_phy->phy = devm_phy_create(dev, NULL, &imx8_pcie_phy_ops);
drivers/phy/freescale/phy-fsl-imx8mq-usb.c
720
imx_phy->phy = devm_phy_create(dev, NULL, phy_ops);
drivers/phy/freescale/phy-fsl-imx8qm-hsio.c
586
phy = devm_phy_create(&pdev->dev, NULL, &imx_hsio_ops);
drivers/phy/freescale/phy-fsl-imx8qm-lvds-phy.c
363
phy = devm_phy_create(dev, NULL, &mixel_lvds_phy_ops);
drivers/phy/freescale/phy-fsl-lynx-28g.c
1144
phy = devm_phy_create(priv->dev, dn, &lynx_28g_ops);
drivers/phy/hisilicon/phy-hi3660-usb3.c
208
phy = devm_phy_create(dev, NULL, &hi3660_phy_ops);
drivers/phy/hisilicon/phy-hi3670-pcie.c
817
generic_phy = devm_phy_create(dev, dev->of_node, &hi3670_phy_ops);
drivers/phy/hisilicon/phy-hi3670-usb3.c
636
phy = devm_phy_create(dev, NULL, &hi3670_phy_ops);
drivers/phy/hisilicon/phy-hi6220-usb.c
139
phy = devm_phy_create(dev, NULL, &hi6220_phy_ops);
drivers/phy/hisilicon/phy-hisi-inno-usb2.c
175
phy = devm_phy_create(dev, child, &hisi_inno_phy_ops);
drivers/phy/hisilicon/phy-histb-combphy.c
256
priv->phy = devm_phy_create(dev, NULL, &histb_combphy_ops);
drivers/phy/hisilicon/phy-hix5hd2-sata.c
159
phy = devm_phy_create(dev, NULL, &hix5hd2_sata_phy_ops);
drivers/phy/ingenic/phy-ingenic-usb.c
351
priv->phy = devm_phy_create(dev, NULL, &ingenic_usb_phy_ops);
drivers/phy/intel/phy-intel-keembay-emmc.c
280
generic_phy = devm_phy_create(dev, np, &ops);
drivers/phy/intel/phy-intel-keembay-usb.c
264
generic_phy = devm_phy_create(dev, dev->of_node, &ops);
drivers/phy/intel/phy-intel-lgm-combo.c
551
iphy->phy = devm_phy_create(dev, NULL, &intel_cbphy_ops);
drivers/phy/intel/phy-intel-lgm-emmc.c
253
generic_phy = devm_phy_create(dev, np, &ops);
drivers/phy/lantiq/phy-lantiq-rcu-usb2.c
228
priv->phy = devm_phy_create(dev, dev->of_node, &ltq_rcu_usb2_phy_ops);
drivers/phy/lantiq/phy-lantiq-vrx200-pcie.c
459
priv->phy = devm_phy_create(dev, dev->of_node,
drivers/phy/marvell/phy-armada375-usb2.c
118
phy = devm_phy_create(dev, NULL, &armada375_usb_phy_ops);
drivers/phy/marvell/phy-armada38x-comphy.c
239
phy = devm_phy_create(&pdev->dev, child, &a38x_comphy_ops);
drivers/phy/marvell/phy-berlin-sata.c
254
phy = devm_phy_create(dev, NULL, &phy_berlin_sata_ops);
drivers/phy/marvell/phy-berlin-usb.c
184
phy = devm_phy_create(&pdev->dev, NULL, &phy_berlin_usb_ops);
drivers/phy/marvell/phy-mmp3-hsic.c
52
phy = devm_phy_create(dev, NULL, &mmp3_hsic_phy_ops);
drivers/phy/marvell/phy-mmp3-usb.c
263
mmp3_usb_phy->phy = devm_phy_create(dev, NULL, &mmp3_usb_phy_ops);
drivers/phy/marvell/phy-mvebu-a3700-comphy.c
1329
phy = devm_phy_create(&pdev->dev, child,
drivers/phy/marvell/phy-mvebu-a3700-utmi.c
242
utmi->phy = devm_phy_create(dev, NULL, utmi->caps->ops);
drivers/phy/marvell/phy-mvebu-cp110-comphy.c
1060
phy = devm_phy_create(&pdev->dev, child, &mvebu_comphy_ops);
drivers/phy/marvell/phy-mvebu-cp110-utmi.c
368
phy = devm_phy_create(dev, child, utmi->ops);
drivers/phy/marvell/phy-mvebu-sata.c
99
phy = devm_phy_create(&pdev->dev, NULL, &phy_mvebu_sata_ops);
drivers/phy/marvell/phy-pxa-28nm-hsic.c
182
mv_phy->phy = devm_phy_create(&pdev->dev, pdev->dev.of_node, &hsic_ops);
drivers/phy/marvell/phy-pxa-28nm-usb2.c
313
mv_phy->phy = devm_phy_create(&pdev->dev, pdev->dev.of_node, &usb_ops);
drivers/phy/marvell/phy-pxa-usb.c
309
pxa_usb_phy->phy = devm_phy_create(dev, NULL, &pxa_usb_phy_ops);
drivers/phy/mediatek/phy-mtk-dp.c
180
phy = devm_phy_create(dev, NULL, &mtk_dp_phy_dev_ops);
drivers/phy/mediatek/phy-mtk-hdmi.c
161
phy = devm_phy_create(dev, NULL, mtk_hdmi_phy_dev_get_ops(hdmi_phy));
drivers/phy/mediatek/phy-mtk-mipi-csi-0-5.c
258
phy = devm_phy_create(dev, NULL, &mtk_cdphy_ops);
drivers/phy/mediatek/phy-mtk-mipi-dsi.c
165
phy = devm_phy_create(dev, NULL, &mtk_mipi_tx_ops);
drivers/phy/mediatek/phy-mtk-pcie.c
214
pcie_phy->phy = devm_phy_create(dev, dev->of_node, &mtk_pcie_phy_ops);
drivers/phy/mediatek/phy-mtk-tphy.c
1627
phy = devm_phy_create(dev, child_np, &mtk_tphy_ops);
drivers/phy/mediatek/phy-mtk-ufs.c
172
generic_phy = devm_phy_create(dev, NULL, &ufs_mtk_phy_ops);
drivers/phy/mediatek/phy-mtk-xfi-tphy.c
423
phy = devm_phy_create(&pdev->dev, NULL, &mtk_xfi_tphy_ops);
drivers/phy/mediatek/phy-mtk-xsphy.c
563
phy = devm_phy_create(dev, child_np, &mtk_xsphy_ops);
drivers/phy/microchip/lan966x_serdes.c
549
*phy = devm_phy_create(ctrl->dev, NULL, &serdes_ops);
drivers/phy/microchip/sparx5_serdes.c
2440
*phy = devm_phy_create(priv->dev, NULL, &sparx5_serdes_ops);
drivers/phy/motorola/phy-cpcap-usb.c
647
generic_phy = devm_phy_create(ddata->dev, NULL, &ops);
drivers/phy/motorola/phy-mapphone-mdm6600.c
604
ddata->generic_phy = devm_phy_create(ddata->dev, NULL, &gpio_usb_ops);
drivers/phy/mscc/phy-ocelot-serdes.c
476
*phy = devm_phy_create(ctrl->dev, NULL, &serdes_ops);
drivers/phy/nuvoton/phy-ma35d1-usb2.c
113
phy = devm_phy_create(&pdev->dev, NULL, &ma35_usb_phy_ops);
drivers/phy/phy-airoha-pcie.c
1240
pcie_phy->phy = devm_phy_create(dev, dev->of_node, &airoha_pcie_phy_ops);
drivers/phy/phy-can-transceiver.c
200
phy = devm_phy_create(dev, dev->of_node, &can_transceiver_phy_ops);
drivers/phy/phy-core.c
1095
EXPORT_SYMBOL_GPL(devm_phy_create);
drivers/phy/phy-google-usb.c
222
phy = devm_phy_create(dev, NULL, &google_usb2_phy_ops);
drivers/phy/phy-lpc18xx-usb-otg.c
114
lpc->phy = devm_phy_create(&pdev->dev, NULL, &lpc18xx_usb_otg_phy_ops);
drivers/phy/phy-nxp-ptn3222.c
86
ptn3222->phy = devm_phy_create(dev, dev->of_node, &ptn3222_ops);
drivers/phy/phy-pistachio-usb.c
167
phy = devm_phy_create(p_phy->dev, NULL, &pistachio_usb_phy_ops);
drivers/phy/phy-snps-eusb2.c
594
generic_phy = devm_phy_create(dev, NULL, &snps_eusb2_hsphy_ops);
drivers/phy/phy-spacemit-k1-pcie.c
636
k1_phy->phy = devm_phy_create(dev, NULL, &k1_pcie_phy_ops);
drivers/phy/phy-xgene.c
1694
ctx->phy = devm_phy_create(ctx->dev, NULL, &xgene_phy_ops);
drivers/phy/qualcomm/phy-ath79-usb.c
82
phy = devm_phy_create(&pdev->dev, NULL, &ath79_usb_phy_ops);
drivers/phy/qualcomm/phy-qcom-apq8064-sata.c
216
generic_phy = devm_phy_create(dev, NULL, &qcom_apq8064_sata_phy_ops);
drivers/phy/qualcomm/phy-qcom-edp.c
1334
edp->phy = devm_phy_create(dev, pdev->dev.of_node, &qcom_edp_ops);
drivers/phy/qualcomm/phy-qcom-eusb2-repeater.c
279
rptr->phy = devm_phy_create(dev, np, &eusb2_repeater_ops);
drivers/phy/qualcomm/phy-qcom-ipq4019-usb.c
122
phy->phy = devm_phy_create(dev, NULL, of_device_get_match_data(dev));
drivers/phy/qualcomm/phy-qcom-ipq806x-sata.c
143
generic_phy = devm_phy_create(dev, NULL, &qcom_ipq806x_sata_phy_ops);
drivers/phy/qualcomm/phy-qcom-ipq806x-usb.c
535
generic_phy = devm_phy_create(phy_dwc3->dev, pdev->dev.of_node, &data->ops);
drivers/phy/qualcomm/phy-qcom-m31-eusb2.c
275
phy->phy = devm_phy_create(dev, NULL, &m31eusb2_phy_gen_ops);
drivers/phy/qualcomm/phy-qcom-m31.c
301
qphy->phy = devm_phy_create(dev, NULL, &m31usb_phy_gen_ops);
drivers/phy/qualcomm/phy-qcom-pcie2.c
300
phy = devm_phy_create(dev, dev->of_node, &qcom_pcie2_ops);
drivers/phy/qualcomm/phy-qcom-qmp-combo.c
4950
qmp->usb_phy = devm_phy_create(dev, usb_np, &qmp_combo_usb_phy_ops);
drivers/phy/qualcomm/phy-qcom-qmp-combo.c
4959
qmp->dp_phy = devm_phy_create(dev, dp_np, &qmp_combo_dp_phy_ops);
drivers/phy/qualcomm/phy-qcom-qmp-pcie-msm8996.c
699
generic_phy = devm_phy_create(dev, np, &qmp_pcie_msm8996_ops);
drivers/phy/qualcomm/phy-qcom-qmp-pcie.c
5380
qmp->phy = devm_phy_create(dev, np, &qmp_pcie_phy_ops);
drivers/phy/qualcomm/phy-qcom-qmp-ufs.c
2239
qmp->phy = devm_phy_create(dev, np, &qcom_qmp_ufs_phy_ops);
drivers/phy/qualcomm/phy-qcom-qmp-usb-legacy.c
1294
qmp->phy = devm_phy_create(dev, np, &qmp_usb_legacy_phy_ops);
drivers/phy/qualcomm/phy-qcom-qmp-usb.c
2428
qmp->phy = devm_phy_create(dev, np, &qmp_usb_phy_ops);
drivers/phy/qualcomm/phy-qcom-qmp-usbc.c
1976
qmp->usb_phy = devm_phy_create(dev, np, &qmp_usbc_usb_phy_ops);
drivers/phy/qualcomm/phy-qcom-qmp-usbc.c
1986
qmp->dp_phy = devm_phy_create(dev, np, &qmp_usbc_dp_phy_ops);
drivers/phy/qualcomm/phy-qcom-qusb2.c
1108
generic_phy = devm_phy_create(dev, NULL, &qusb2_phy_gen_ops);
drivers/phy/qualcomm/phy-qcom-sgmii-eth.c
338
phy = devm_phy_create(dev, NULL, &qcom_dwmac_sgmii_phy_ops);
drivers/phy/qualcomm/phy-qcom-snps-femto-v2.c
610
generic_phy = devm_phy_create(dev, NULL, &qcom_snps_hsphy_gen_ops);
drivers/phy/qualcomm/phy-qcom-uniphy-pcie-28lp.c
302
generic_phy = devm_phy_create(phy->dev, NULL, &pcie_ops);
drivers/phy/qualcomm/phy-qcom-usb-hs-28nm.c
355
phy = devm_phy_create(dev, dev->of_node, &qcom_snps_hsphy_ops);
drivers/phy/qualcomm/phy-qcom-usb-hs.c
255
uphy->phy = devm_phy_create(&ulpi->dev, ulpi->dev.of_node,
drivers/phy/qualcomm/phy-qcom-usb-hsic.c
132
uphy->phy = devm_phy_create(&ulpi->dev, ulpi->dev.of_node,
drivers/phy/qualcomm/phy-qcom-usb-ss.c
217
phy = devm_phy_create(dev, dev->of_node, &qcom_ssphy_ops);
drivers/phy/ralink/phy-mt7621-pci.c
322
phy->phy = devm_phy_create(dev, dev->of_node, &mt7621_pci_phy_ops);
drivers/phy/ralink/phy-ralink-usb.c
210
phy->phy = devm_phy_create(dev, NULL, &ralink_usb_phy_ops);
drivers/phy/realtek/phy-rtk-usb2.c
1039
generic_phy = devm_phy_create(rtk_phy->dev, NULL, &ops);
drivers/phy/realtek/phy-rtk-usb3.c
593
generic_phy = devm_phy_create(rtk_phy->dev, NULL, &ops);
drivers/phy/renesas/phy-rcar-gen2.c
404
phy->phy = devm_phy_create(dev, NULL,
drivers/phy/renesas/phy-rcar-gen3-pcie.c
105
phy->phy = devm_phy_create(dev, NULL, &r8a77980_phy_pcie_ops);
drivers/phy/renesas/phy-rcar-gen3-usb2.c
1028
channel->rphys[i].phy = devm_phy_create(dev, NULL,
drivers/phy/renesas/phy-rcar-gen3-usb3.c
175
r->phy = devm_phy_create(dev, NULL, &rcar_gen3_phy_usb3_ops);
drivers/phy/renesas/phy-rzg3e-usb3.c
184
phy = devm_phy_create(dev, NULL, &rzg3e_phy_usb3_ops);
drivers/phy/renesas/r8a779f0-ether-serdes.c
449
channel->phy = devm_phy_create(&pdev->dev, NULL,
drivers/phy/rockchip/phy-rockchip-dp.c
120
phy = devm_phy_create(dev, np, &rockchip_dp_phy_ops);
drivers/phy/rockchip/phy-rockchip-dphy-rx0.c
360
phy = devm_phy_create(dev, np, &rk_dphy_ops);
drivers/phy/rockchip/phy-rockchip-emmc.c
396
generic_phy = devm_phy_create(dev, dev->of_node, &ops);
drivers/phy/rockchip/phy-rockchip-inno-csidphy.c
498
phy = devm_phy_create(dev, NULL, &rockchip_inno_csidphy_ops);
drivers/phy/rockchip/phy-rockchip-inno-dsidphy.c
814
phy = devm_phy_create(dev, NULL, &inno_dsidphy_ops);
drivers/phy/rockchip/phy-rockchip-inno-hdmi.c
1388
inno->phy = devm_phy_create(inno->dev, NULL, &inno_hdmi_phy_ops);
drivers/phy/rockchip/phy-rockchip-inno-usb2.c
1460
phy = devm_phy_create(dev, child_np, &rockchip_usb2phy_ops);
drivers/phy/rockchip/phy-rockchip-naneng-combphy.c
435
priv->phy = devm_phy_create(dev, NULL, &rockchip_combphy_ops);
drivers/phy/rockchip/phy-rockchip-pcie.c
310
rk_phy->phys[i].phy = devm_phy_create(dev, dev->of_node, &ops);
drivers/phy/rockchip/phy-rockchip-samsung-dcphy.c
1614
samsung->phy = devm_phy_create(dev, NULL, &samsung_mipi_dcphy_ops);
drivers/phy/rockchip/phy-rockchip-samsung-hdptx.c
2497
hdptx->phy = devm_phy_create(dev, NULL, &rk_hdptx_phy_ops);
drivers/phy/rockchip/phy-rockchip-snps-pcie3.c
315
priv->phy = devm_phy_create(dev, NULL, &rockchip_p3phy_ops);
drivers/phy/rockchip/phy-rockchip-typec.c
1167
phy = devm_phy_create(dev, child_np,
drivers/phy/rockchip/phy-rockchip-typec.c
1170
phy = devm_phy_create(dev, child_np,
drivers/phy/rockchip/phy-rockchip-usb.c
281
rk_phy->phy = devm_phy_create(base->dev, child, &ops);
drivers/phy/rockchip/phy-rockchip-usbdp.c
1515
udphy->phy_u3 = devm_phy_create(dev, dev->of_node, &rk_udphy_usb3_phy_ops);
drivers/phy/rockchip/phy-rockchip-usbdp.c
1522
udphy->phy_dp = devm_phy_create(dev, dev->of_node, &rk_udphy_dp_phy_ops);
drivers/phy/samsung/phy-exynos-dp-video.c
96
phy = devm_phy_create(dev, NULL, &exynos_dp_video_phy_ops);
drivers/phy/samsung/phy-exynos-mipi-video.c
374
struct phy *phy = devm_phy_create(dev, NULL,
drivers/phy/samsung/phy-exynos-pcie.c
172
generic_phy = devm_phy_create(dev, dev->of_node, &exynos5433_phy_ops);
drivers/phy/samsung/phy-exynos5-usbdrd.c
3023
struct phy *phy = devm_phy_create(dev, NULL, drv_data->phy_ops);
drivers/phy/samsung/phy-exynos5250-sata.c
209
sata_phy->phy = devm_phy_create(dev, NULL, &exynos_sata_phy_ops);
drivers/phy/samsung/phy-samsung-ufs.c
318
gen_phy = devm_phy_create(dev, NULL, &samsung_ufs_phy_ops);
drivers/phy/samsung/phy-samsung-usb2.c
225
p->phy = devm_phy_create(dev, NULL, &samsung_usb2_phy_ops);
drivers/phy/socionext/phy-uniphier-ahci.c
447
phy = devm_phy_create(dev, dev->of_node, &uniphier_ahciphy_ops);
drivers/phy/socionext/phy-uniphier-pcie.c
269
phy = devm_phy_create(dev, dev->of_node, &uniphier_pciephy_ops);
drivers/phy/socionext/phy-uniphier-usb2.c
147
priv->phy = devm_phy_create(dev, child, &uniphier_u2phy_ops);
drivers/phy/socionext/phy-uniphier-usb3hs.c
383
phy = devm_phy_create(dev, dev->of_node, &uniphier_u3hsphy_ops);
drivers/phy/socionext/phy-uniphier-usb3ss.c
274
phy = devm_phy_create(dev, dev->of_node, &uniphier_u3ssphy_ops);
drivers/phy/sophgo/phy-cv1800-usb2.c
137
phy->phy = devm_phy_create(dev, NULL, &cv1800_usb_phy_ops);
drivers/phy/spacemit/phy-k1-usb2.c
188
sphy->phy = devm_phy_create(dev, NULL, &spacemit_usb2phy_ops);
drivers/phy/st/phy-miphy28lp.c
1206
phy = devm_phy_create(&pdev->dev, child, &miphy28lp_ops);
drivers/phy/st/phy-spear1310-miphy.c
227
priv->phy = devm_phy_create(dev, NULL, &spear1310_miphy_ops);
drivers/phy/st/phy-spear1340-miphy.c
259
priv->phy = devm_phy_create(dev, NULL, &spear1340_miphy_ops);
drivers/phy/st/phy-stih407-usb.c
129
phy = devm_phy_create(dev, NULL, &stih407_usb2_picophy_data);
drivers/phy/st/phy-stm32-combophy.c
551
combophy->phy = devm_phy_create(dev, NULL, &stm32_combophy_phy_data);
drivers/phy/st/phy-stm32-usbphyc.c
698
phy = devm_phy_create(dev, child, &stm32_usbphyc_phy_ops);
drivers/phy/starfive/phy-jh7110-dphy-rx.c
187
dphy->phy = devm_phy_create(&pdev->dev, NULL, &stf_dphy_ops);
drivers/phy/starfive/phy-jh7110-dphy-tx.c
421
dphy->phy = devm_phy_create(&pdev->dev, NULL, &stf_dphy_ops);
drivers/phy/starfive/phy-jh7110-pcie.c
152
phy->phy = devm_phy_create(dev, NULL, &jh7110_pcie_phy_ops);
drivers/phy/starfive/phy-jh7110-usb.c
141
phy->phy = devm_phy_create(dev, NULL, &jh7110_usb2_phy_ops);
drivers/phy/sunplus/phy-sunplus-usb2.c
276
phy = devm_phy_create(&pdev->dev, NULL, &sp_uphy_ops);
drivers/phy/tegra/phy-tegra194-p2u.c
133
generic_phy = devm_phy_create(dev, NULL, &ops);
drivers/phy/ti/phy-am654-serdes.c
807
phy = devm_phy_create(dev, NULL, &ops);
drivers/phy/ti/phy-da8xx-usb.c
213
d_phy->usb11_phy = devm_phy_create(dev, node, &da8xx_usb11_phy_ops);
drivers/phy/ti/phy-da8xx-usb.c
219
d_phy->usb20_phy = devm_phy_create(dev, node, &da8xx_usb20_phy_ops);
drivers/phy/ti/phy-dm816x-usb.c
226
generic_phy = devm_phy_create(phy->dev, NULL, &ops);
drivers/phy/ti/phy-gmii-sel.c
408
if_phy->if_phy = devm_phy_create(dev,
drivers/phy/ti/phy-omap-usb2.c
496
generic_phy = devm_phy_create(phy->dev, NULL, &ops);
drivers/phy/ti/phy-ti-pipe3.c
839
generic_phy = devm_phy_create(dev, NULL, &ops);
drivers/phy/ti/phy-twl4030-usb.c
726
phy = devm_phy_create(twl->dev, NULL, &ops);
drivers/phy/xilinx/phy-zynqmp.c
1023
phy = devm_phy_create(&pdev->dev, np, &xpsgtr_phyops);
drivers/pinctrl/tegra/pinctrl-tegra-xusb.c
921
phy = devm_phy_create(&pdev->dev, NULL, &pcie_phy_ops);
drivers/pinctrl/tegra/pinctrl-tegra-xusb.c
930
phy = devm_phy_create(&pdev->dev, NULL, &sata_phy_ops);
include/linux/phy/phy.h
295
struct phy *devm_phy_create(struct device *dev, struct device_node *node,