Searched refs:of_phy_simple_xlate (Results 1 – 26 of 26) sorted by relevance
/linux-4.4.14/include/linux/phy/ |
D | phy.h | 141 struct phy *of_phy_simple_xlate(struct device *dev, 286 static inline struct phy *of_phy_simple_xlate(struct device *dev, in of_phy_simple_xlate() function
|
/linux-4.4.14/drivers/phy/ |
D | phy-exynos-dp-video.c | 106 phy_provider = devm_of_phy_provider_register(dev, of_phy_simple_xlate); in exynos_dp_video_phy_probe()
|
D | phy-lpc18xx-usb-otg.c | 121 of_phy_simple_xlate); in lpc18xx_usb_otg_phy_probe()
|
D | phy-rockchip-usb.c | 144 phy_provider = devm_of_phy_provider_register(dev, of_phy_simple_xlate); in rockchip_usb_phy_probe()
|
D | phy-mvebu-sata.c | 111 of_phy_simple_xlate); in phy_mvebu_sata_probe()
|
D | phy-bcm-kona-usb2.c | 130 of_phy_simple_xlate); in bcm_kona_usb2_probe()
|
D | phy-stih407-usb.c | 152 phy_provider = devm_of_phy_provider_register(dev, of_phy_simple_xlate); in stih407_usb2_picophy_probe()
|
D | phy-stih41x-usb.c | 166 phy_provider = devm_of_phy_provider_register(dev, of_phy_simple_xlate); in stih41x_usb_phy_probe()
|
D | phy-bcm-cygnus-pcie.c | 190 provider = devm_of_phy_provider_register(dev, of_phy_simple_xlate); in cygnus_pcie_phy_probe()
|
D | phy-sun9i-usb.c | 180 phy_provider = devm_of_phy_provider_register(dev, of_phy_simple_xlate); in sun9i_usb_phy_probe()
|
D | phy-pistachio-usb.c | 179 of_phy_simple_xlate); in pistachio_usb_phy_probe()
|
D | phy-brcmstb-sata.c | 196 provider = devm_of_phy_provider_register(dev, of_phy_simple_xlate); in brcm_sata_phy_probe()
|
D | phy-hix5hd2-sata.c | 169 phy_provider = devm_of_phy_provider_register(dev, of_phy_simple_xlate); in hix5hd2_sata_phy_probe()
|
D | phy-pxa-28nm-hsic.c | 199 phy_provider = devm_of_phy_provider_register(&pdev->dev, of_phy_simple_xlate); in mv_hsic_phy_probe()
|
D | phy-berlin-usb.c | 202 devm_of_phy_provider_register(&pdev->dev, of_phy_simple_xlate); in phy_berlin_usb_probe()
|
D | phy-qcom-ipq806x-sata.c | 173 phy_provider = devm_of_phy_provider_register(dev, of_phy_simple_xlate); in qcom_ipq806x_sata_phy_probe()
|
D | phy-exynos5250-sata.c | 223 of_phy_simple_xlate); in exynos_sata_phy_probe()
|
D | phy-dm816x-usb.c | 255 of_phy_simple_xlate); in dm816x_usb_phy_probe()
|
D | phy-qcom-apq8064-sata.c | 251 phy_provider = devm_of_phy_provider_register(dev, of_phy_simple_xlate); in qcom_apq8064_sata_phy_probe()
|
D | phy-core.c | 469 struct phy *of_phy_simple_xlate(struct device *dev, struct of_phandle_args in of_phy_simple_xlate() function 488 EXPORT_SYMBOL_GPL(of_phy_simple_xlate);
|
D | phy-pxa-28nm-usb2.c | 334 phy_provider = devm_of_phy_provider_register(&pdev->dev, of_phy_simple_xlate); in mv_usb2_phy_probe()
|
D | phy-omap-usb2.c | 266 of_phy_simple_xlate); in omap_usb2_probe()
|
D | phy-ti-pipe3.c | 455 of_phy_simple_xlate); in ti_pipe3_probe()
|
D | phy-twl4030-usb.c | 693 of_phy_simple_xlate); in twl4030_usb_probe()
|
D | phy-qcom-ufs.c | 94 phy_provider = devm_of_phy_provider_register(dev, of_phy_simple_xlate); in ufs_qcom_phy_generic_probe()
|
/linux-4.4.14/Documentation/ |
D | phy.txt | 29 of_phy_simple_xlate. If the PHY provider implements multiple instances, it
|