Home
last modified time | relevance | path

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

/linux/drivers/phy/samsung/
H A Dphy-samsung-ufs.c274 .notify_phystate = samsung_ufs_phy_notify_state,
/linux/drivers/phy/
H A Dphy-core.c537 if (!phy || !phy->ops->notify_phystate) in phy_notify_state()
541 ret = phy->ops->notify_phystate(phy, state); in phy_notify_state()
/linux/include/linux/phy/
H A Dphy.h145 int (*notify_phystate)(struct phy *phy, union phy_notify state); member