Searched refs:do_suspend (Results 1 – 5 of 5) sorted by relevance
66 extern int musb_port_suspend(struct musb *musb, bool do_suspend);97 static inline int musb_port_suspend(struct musb *musb, bool do_suspend) in musb_port_suspend() argument
51 int musb_port_suspend(struct musb *musb, bool do_suspend) in musb_port_suspend() argument66 if (do_suspend) { in musb_port_suspend()
97 static void do_suspend(void) in do_suspend() function216 { "suspend", true, do_suspend },
1186 bool needs_aneg = false, do_suspend = false; in phy_state_machine() local1229 do_suspend = true; in phy_state_machine()1237 else if (do_suspend) in phy_state_machine()
1095 static int do_suspend(struct dm_ioctl *param) in do_suspend() function1211 return do_suspend(param); in dev_suspend()