Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dcfg802154.h138 #define to_phy(_dev) container_of(_dev, struct wpan_phy, dev) macro
/linux-4.1.27/drivers/phy/
Dphy-qcom-ufs-qmp-14nm.c170 struct phy *generic_phy = to_phy(dev); in ufs_qcom_phy_qmp_14nm_remove()
Dphy-qcom-ufs-qmp-20nm.c226 struct phy *generic_phy = to_phy(dev); in ufs_qcom_phy_qmp_20nm_remove()
Dphy-core.c469 phy = to_phy(dev); in of_phy_simple_xlate()
878 phy = to_phy(dev); in phy_release()
/linux-4.1.27/include/linux/phy/
Dphy.h93 #define to_phy(a) (container_of((a), struct phy, dev)) macro