Home
last modified time | relevance | path

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

/linux-6.15/Documentation/translations/zh_CN/driver-api/phy/
H A Dphy.rst54 情况下,可以使用低级别的 of_phy_provider_register_full() 和
59 #define of_phy_provider_register_full(dev, children, xlate) \
/linux-6.15/Documentation/driver-api/phy/
H A Dphy.rst55 level of_phy_provider_register_full() and devm_of_phy_provider_register_full()
60 #define of_phy_provider_register_full(dev, children, xlate) \
/linux-6.15/include/linux/phy/
H A Dphy.h209 #define of_phy_provider_register_full(dev, children, xlate) \ macro
/linux-6.15/drivers/phy/tegra/
H A Dxusb.c234 pad->provider = of_phy_provider_register_full(&pad->dev, children, in tegra_xusb_pad_register()