Home
last modified time | relevance | path

Searched refs:phy_notify (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/phy/
H A Dphy.h61 union phy_notify { union
145 int (*notify_phystate)(struct phy *phy, union phy_notify state);
269 int phy_notify_state(struct phy *phy, union phy_notify state);
427 static inline int phy_notify_state(struct phy *phy, union phy_notify state) in phy_notify_state()
/linux/drivers/phy/samsung/
H A Dphy-samsung-ufs.c221 union phy_notify state) in samsung_ufs_phy_notify_state()
/linux/drivers/phy/
H A Dphy-core.c533 int phy_notify_state(struct phy *phy, union phy_notify state) in phy_notify_state()