Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/phy/
Dphy-exynos-dp-video.c106 phy_provider = devm_of_phy_provider_register(dev, of_phy_simple_xlate); in exynos_dp_video_phy_probe()
Dphy-rockchip-usb.c134 phy_provider = devm_of_phy_provider_register(dev, of_phy_simple_xlate); in rockchip_usb_phy_probe()
Dphy-armada375-usb2.c136 phy_provider = devm_of_phy_provider_register(&pdev->dev, in armada375_usb_phy_probe()
Dphy-bcm-kona-usb2.c129 phy_provider = devm_of_phy_provider_register(dev, in bcm_kona_usb2_probe()
Dphy-mvebu-sata.c110 phy_provider = devm_of_phy_provider_register(&pdev->dev, in phy_mvebu_sata_probe()
Dphy-stih407-usb.c152 phy_provider = devm_of_phy_provider_register(dev, of_phy_simple_xlate); in stih407_usb2_picophy_probe()
Dphy-stih41x-usb.c166 phy_provider = devm_of_phy_provider_register(dev, of_phy_simple_xlate); in stih41x_usb_phy_probe()
Dphy-sun9i-usb.c180 phy_provider = devm_of_phy_provider_register(dev, of_phy_simple_xlate); in sun9i_usb_phy_probe()
Dphy-exynos-mipi-video.c173 phy_provider = devm_of_phy_provider_register(dev, in exynos_mipi_video_phy_probe()
Dphy-hix5hd2-sata.c169 phy_provider = devm_of_phy_provider_register(dev, of_phy_simple_xlate); in hix5hd2_sata_phy_probe()
Dphy-berlin-usb.c202 devm_of_phy_provider_register(&pdev->dev, of_phy_simple_xlate); in phy_berlin_usb_probe()
Dphy-qcom-ipq806x-sata.c173 phy_provider = devm_of_phy_provider_register(dev, of_phy_simple_xlate); in qcom_ipq806x_sata_phy_probe()
Dphy-spear1340-miphy.c272 devm_of_phy_provider_register(dev, spear1340_miphy_xlate); in spear1340_miphy_probe()
Dphy-spear1310-miphy.c240 devm_of_phy_provider_register(dev, spear1310_miphy_xlate); in spear1310_miphy_probe()
Dphy-exynos5250-sata.c222 phy_provider = devm_of_phy_provider_register(dev, in exynos_sata_phy_probe()
Dphy-qcom-apq8064-sata.c251 phy_provider = devm_of_phy_provider_register(dev, of_phy_simple_xlate); in qcom_apq8064_sata_phy_probe()
Dphy-dm816x-usb.c254 phy_provider = devm_of_phy_provider_register(phy->dev, in dm816x_usb_phy_probe()
Dphy-samsung-usb2.c224 phy_provider = devm_of_phy_provider_register(dev, in samsung_usb2_phy_probe()
Dphy-berlin-sata.c270 devm_of_phy_provider_register(dev, phy_berlin_sata_phy_xlate); in phy_berlin_sata_probe()
Dphy-sun4i-usb.c313 phy_provider = devm_of_phy_provider_register(dev, sun4i_usb_phy_xlate); in sun4i_usb_phy_probe()
Dphy-omap-usb2.c265 phy_provider = devm_of_phy_provider_register(phy->dev, in omap_usb2_probe()
Dphy-rcar-gen2.c318 provider = devm_of_phy_provider_register(dev, rcar_gen2_phy_xlate); in rcar_gen2_phy_probe()
Dphy-ti-pipe3.c411 phy_provider = devm_of_phy_provider_register(phy->dev, in ti_pipe3_probe()
Dphy-miphy365x.c603 provider = devm_of_phy_provider_register(&pdev->dev, miphy365x_xlate); in miphy365x_probe()
Dphy-exynos5-usbdrd.c760 phy_provider = devm_of_phy_provider_register(dev, in exynos5_usbdrd_phy_probe()
Dphy-twl4030-usb.c696 phy_provider = devm_of_phy_provider_register(twl->dev, in twl4030_usb_probe()
Dphy-qcom-ufs.c94 phy_provider = devm_of_phy_provider_register(dev, of_phy_simple_xlate); in ufs_qcom_phy_generic_probe()
Dphy-miphy28lp.c1261 provider = devm_of_phy_provider_register(&pdev->dev, miphy28lp_xlate); in miphy28lp_probe()
Dphy-xgene.c1713 phy_provider = devm_of_phy_provider_register(ctx->dev, xgene_phy_xlate); in xgene_phy_probe()
/linux-4.1.27/Documentation/
Dphy.txt36 #define devm_of_phy_provider_register(dev, xlate) \
39 of_phy_provider_register and devm_of_phy_provider_register macros can be used to
/linux-4.1.27/include/linux/phy/
Dphy.h98 #define devm_of_phy_provider_register(dev, xlate) \ macro
/linux-4.1.27/drivers/pinctrl/
Dpinctrl-tegra-xusb.c936 padctl->provider = devm_of_phy_provider_register(&pdev->dev, in tegra_xusb_padctl_probe()