Searched refs:of_phy_simple_xlate (Results 1 – 20 of 20) sorted by relevance
/linux-4.1.27/include/linux/phy/ |
D | phy.h | 139 struct phy *of_phy_simple_xlate(struct device *dev, 277 static inline struct phy *of_phy_simple_xlate(struct device *dev, in of_phy_simple_xlate() function
|
/linux-4.1.27/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-rockchip-usb.c | 134 phy_provider = devm_of_phy_provider_register(dev, of_phy_simple_xlate); in rockchip_usb_phy_probe()
|
D | phy-bcm-kona-usb2.c | 130 of_phy_simple_xlate); in bcm_kona_usb2_probe()
|
D | phy-mvebu-sata.c | 111 of_phy_simple_xlate); in phy_mvebu_sata_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-sun9i-usb.c | 180 phy_provider = devm_of_phy_provider_register(dev, of_phy_simple_xlate); in sun9i_usb_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-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-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-dm816x-usb.c | 255 of_phy_simple_xlate); in dm816x_usb_phy_probe()
|
D | phy-core.c | 461 struct phy *of_phy_simple_xlate(struct device *dev, struct of_phandle_args in of_phy_simple_xlate() function 480 EXPORT_SYMBOL_GPL(of_phy_simple_xlate);
|
D | phy-omap-usb2.c | 266 of_phy_simple_xlate); in omap_usb2_probe()
|
D | phy-ti-pipe3.c | 412 of_phy_simple_xlate); in ti_pipe3_probe()
|
D | phy-twl4030-usb.c | 697 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.1.27/Documentation/ |
D | phy.txt | 29 of_phy_simple_xlate. If the PHY provider implements multiple instances, it
|