Home
last modified time | relevance | path

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

/linux-6.15/include/linux/phy/
H A Dulpi_phy.h14 phy = phy_create(&ulpi->dev, NULL, ops); in ulpi_phy_create()
H A Dphy.h274 struct phy *phy_create(struct device *dev, struct device_node *node,
496 static inline struct phy *phy_create(struct device *dev, in phy_create() function
/linux-6.15/Documentation/translations/zh_CN/driver-api/phy/
H A Dphy.rst81 struct phy *phy_create(struct device *dev, struct device_node *node,
184 pm_runtime_disable。请注意,此子系统创建的 phy 设备将是调用 phy_create
/linux-6.15/drivers/phy/
H A Dphy-core.c975 struct phy *phy_create(struct device *dev, struct device_node *node, in phy_create() function
1040 EXPORT_SYMBOL_GPL(phy_create);
1062 phy = phy_create(dev, node, ops); in devm_phy_create()
/linux-6.15/Documentation/driver-api/phy/
H A Dphy.rst82 struct phy *phy_create(struct device *dev, struct device_node *node,
194 phy_create (PHY provider device).
/linux-6.15/drivers/phy/tegra/
H A Dxusb.c216 pad->lanes[i] = phy_create(&pad->dev, np, ops); in tegra_xusb_pad_register()