Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/breakpoints/
A Dstep_after_suspend_test.c166 bool do_suspend = true; in main() local
178 do_suspend = false; in main()
197 if (do_suspend) in main()
/linux-6.3-rc2/tools/testing/selftests/cpufreq/
A Dmain.sh118 do_suspend "suspend" 1
122 do_suspend "hibernate" 1
A Dcpufreq.sh206 do_suspend() function
/linux-6.3-rc2/drivers/usb/musb/
A 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
A Dmusb_virthub.c51 int musb_port_suspend(struct musb *musb, bool do_suspend) in musb_port_suspend() argument
65 if (do_suspend) { in musb_port_suspend()
/linux-6.3-rc2/arch/arm/include/asm/
A Dproc-fns.h77 void (*do_suspend)(void *); member
144 #define cpu_do_suspend PROC_VTABLE(do_suspend)
/linux-6.3-rc2/drivers/xen/
A Dmanage.c97 static void do_suspend(void) in do_suspend() function
216 { "suspend", true, do_suspend },
/linux-6.3-rc2/arch/powerpc/platforms/pseries/
A Dmobility.c536 static int do_suspend(void) in do_suspend() function
596 ret = do_suspend(); in do_join()
/linux-6.3-rc2/arch/arm/kernel/
A Dasm-offsets.c133 DEFINE(CPU_DO_SUSPEND, offsetof(struct processor, do_suspend)); in main()
/linux-6.3-rc2/drivers/net/phy/
A Dphy.c1379 bool needs_aneg = false, do_suspend = false; in phy_state_machine() local
1422 do_suspend = true; in phy_state_machine()
1430 else if (do_suspend) in phy_state_machine()
/linux-6.3-rc2/tools/perf/
A Dbuiltin-record.c354 int i, do_suspend; in record__aio_sync() local
357 do_suspend = 0; in record__aio_sync()
371 do_suspend = 1; in record__aio_sync()
374 if (!do_suspend) in record__aio_sync()
/linux-6.3-rc2/drivers/md/
A Ddm-ioctl.c1113 static int do_suspend(struct dm_ioctl *param) in do_suspend() function
1229 return do_suspend(param); in dev_suspend()

Completed in 21 milliseconds