Home
last modified time | relevance | path

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

1234567

/linux-6.14.4/drivers/phy/ti/
Dphy-da8xx-usb.c212 d_phy->usb11_phy = devm_phy_create(dev, node, &da8xx_usb11_phy_ops); in da8xx_usb_phy_probe()
218 d_phy->usb20_phy = devm_phy_create(dev, node, &da8xx_usb20_phy_ops); in da8xx_usb_phy_probe()
/linux-6.14.4/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.14.4/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-ns-usb2.c115 usb2->phy = devm_phy_create(dev, NULL, &ops); in bcm_ns_usb2_probe()
Dphy-bcm-kona-usb2.c110 gphy = devm_phy_create(dev, NULL, &ops); in bcm_kona_usb2_probe()
/linux-6.14.4/drivers/phy/marvell/
Dphy-mmp3-hsic.c52 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.c99 phy = devm_phy_create(&pdev->dev, NULL, &phy_mvebu_sata_ops); in phy_mvebu_sata_probe()
/linux-6.14.4/drivers/phy/qualcomm/
Dphy-ath79-usb.c82 phy = devm_phy_create(&pdev->dev, NULL, &ath79_usb_phy_ops); in ath79_usb_phy_probe()
Dphy-qcom-ipq4019-usb.c122 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.14.4/drivers/phy/samsung/
Dphy-exynos-dp-video.c96 phy = devm_phy_create(dev, NULL, &exynos_dp_video_phy_ops); in exynos_dp_video_phy_probe()
/linux-6.14.4/drivers/phy/
Dphy-nxp-ptn3222.c86 ptn3222->phy = devm_phy_create(dev, dev->of_node, &ptn3222_ops); in ptn3222_probe()
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.c126 phy = devm_phy_create(dev, dev->of_node, in can_transceiver_phy_probe()
/linux-6.14.4/drivers/phy/renesas/
Dphy-rcar-gen3-pcie.c105 phy->phy = devm_phy_create(dev, NULL, &r8a77980_phy_pcie_ops); in rcar_gen3_phy_pcie_probe()
/linux-6.14.4/drivers/phy/rockchip/
Dphy-rockchip-dp.c120 phy = devm_phy_create(dev, np, &rockchip_dp_phy_ops); in rockchip_dp_phy_probe()
/linux-6.14.4/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.c141 priv->phy = devm_phy_create(dev, np, &phy_g12a_mipi_dphy_analog_ops); in phy_g12a_mipi_dphy_analog_probe()
/linux-6.14.4/drivers/phy/st/
Dphy-stih407-usb.c139 phy = devm_phy_create(dev, NULL, &stih407_usb2_picophy_data); in stih407_usb2_picophy_probe()
/linux-6.14.4/drivers/phy/nuvoton/
Dphy-ma35d1-usb2.c113 phy = devm_phy_create(&pdev->dev, NULL, &ma35_usb_phy_ops); in ma35_usb_phy_probe()
/linux-6.14.4/include/linux/phy/
Dphy.h278 struct phy *devm_phy_create(struct device *dev, struct device_node *node,
515 static inline struct phy *devm_phy_create(struct device *dev, in devm_phy_create() function
/linux-6.14.4/drivers/phy/starfive/
Dphy-jh7110-usb.c134 phy->phy = devm_phy_create(dev, NULL, &jh7110_usb2_phy_ops); in jh7110_usb_phy_probe()
/linux-6.14.4/drivers/phy/tegra/
Dphy-tegra194-p2u.c133 generic_phy = devm_phy_create(dev, NULL, &ops); in tegra_p2u_probe()

1234567