Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/breakpoints/
Dstep_after_suspend_test.c174 bool do_suspend = true; in main() local
185 do_suspend = false; in main()
194 if (do_suspend) in main()
/Linux-v4.19/tools/testing/selftests/cpufreq/
Dmain.sh118 do_suspend "suspend" 1
122 do_suspend "hibernate" 1
Dcpufreq.sh206 do_suspend() function
/Linux-v4.19/arch/arm/include/asm/
Dproc-fns.h80 void (*do_suspend)(void *); member
110 #define cpu_do_suspend processor.do_suspend
/Linux-v4.19/drivers/usb/musb/
Dmusb_host.h70 extern int musb_port_suspend(struct musb *musb, bool do_suspend);
102 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()
/Linux-v4.19/drivers/xen/
Dmanage.c96 static void do_suspend(void) in do_suspend() function
214 { "suspend", true, do_suspend },
/Linux-v4.19/drivers/net/phy/
Dphy.c937 bool needs_aneg = false, do_suspend = false; in phy_state_machine() local
1063 do_suspend = true; in phy_state_machine()
1111 else if (do_suspend) in phy_state_machine()
/Linux-v4.19/arch/arm/kernel/
Dasm-offsets.c150 DEFINE(CPU_DO_SUSPEND, offsetof(struct processor, do_suspend)); in main()
/Linux-v4.19/drivers/md/
Ddm-ioctl.c980 static int do_suspend(struct dm_ioctl *param) in do_suspend() function
1085 return do_suspend(param); in dev_suspend()