Home
last modified time | relevance | path

Searched refs:phy_create (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/include/linux/phy/
Dulpi_phy.h14 phy = phy_create(&ulpi->dev, NULL, ops); in ulpi_phy_create()
Dphy.h193 struct phy *phy_create(struct device *dev, struct device_node *node,
370 static inline struct phy *phy_create(struct device *dev, in phy_create() function
/Linux-v4.19/drivers/phy/
Dphy-core.c753 struct phy *phy_create(struct device *dev, struct device_node *node, in phy_create() function
816 EXPORT_SYMBOL_GPL(phy_create);
838 phy = phy_create(dev, node, ops); in devm_phy_create()
/Linux-v4.19/Documentation/
Dphy.txt82 struct phy *phy_create(struct device *dev, struct device_node *node,
167 phy_create (PHY provider device).
/Linux-v4.19/drivers/phy/tegra/
Dxusb.c206 pad->lanes[i] = phy_create(&pad->dev, np, ops); in tegra_xusb_pad_register()