Home
last modified time | relevance | path

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

/drivers/usb/musb/
Dmusb_host.h66 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
Dmusb_virthub.c51 int musb_port_suspend(struct musb *musb, bool do_suspend) in musb_port_suspend() argument
66 if (do_suspend) { in musb_port_suspend()
/drivers/xen/
Dmanage.c97 static void do_suspend(void) in do_suspend() function
216 { "suspend", true, do_suspend },
/drivers/net/phy/
Dphy.c1186 bool needs_aneg = false, do_suspend = false; in phy_state_machine() local
1229 do_suspend = true; in phy_state_machine()
1237 else if (do_suspend) in phy_state_machine()
/drivers/md/
Ddm-ioctl.c1095 static int do_suspend(struct dm_ioctl *param) in do_suspend() function
1211 return do_suspend(param); in dev_suspend()