Home
last modified time | relevance | path

Searched refs:of_phy_get (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/phy/
H A Dphy.h247 struct phy *of_phy_get(struct device_node *np, const char *con_id);
442 static inline struct phy *of_phy_get(struct device_node *np, const char *con_id) in of_phy_get() function
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-mvebu.c86 phy = of_phy_get(dev->of_node, "usb3-phy"); in xhci_mvebu_a3700_plat_setup()
/OK3568_Linux_fs/kernel/drivers/phy/
H A Dphy-core.c547 struct phy *of_phy_get(struct device_node *np, const char *con_id) in of_phy_get() function
566 EXPORT_SYMBOL_GPL(of_phy_get);
794 phy = of_phy_get(np, con_id); in devm_of_phy_get()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/vehicle/
H A Dvehicle_cif.c5032 dcphy = of_phy_get(cif->phy_node, "dcphy"); in vehicle_cif_init()