Home
last modified time | relevance | path

Searched refs:phy_ctrl_wkup (Results 1 – 2 of 2) sorted by relevance

/drivers/usb/phy/
Dphy-am335x.c107 phy_ctrl_wkup(am_phy->phy_ctrl, am_phy->id, true); in am335x_phy_suspend()
121 phy_ctrl_wkup(am_phy->phy_ctrl, am_phy->id, false); in am335x_phy_resume()
Dphy-am335x-control.h17 static inline void phy_ctrl_wkup(struct phy_control *phy_ctrl, u32 id, bool on) in phy_ctrl_wkup() function