Home
last modified time | relevance | path

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

/linux-6.6.21/tools/testing/selftests/breakpoints/
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.6.21/tools/testing/selftests/cpufreq/
Dmain.sh118 do_suspend "suspend" 1
122 do_suspend "hibernate" 1
Dcpufreq.sh206 do_suspend() function
/linux-6.6.21/arch/arm/include/asm/
Dproc-fns.h77 void (*do_suspend)(void *); member
144 #define cpu_do_suspend PROC_VTABLE(do_suspend)
/linux-6.6.21/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
65 if (do_suspend) { in musb_port_suspend()
/linux-6.6.21/drivers/xen/
Dmanage.c97 static void do_suspend(void) in do_suspend() function
216 { "suspend", true, do_suspend },
/linux-6.6.21/arch/powerpc/platforms/pseries/
Dmobility.c529 static int do_suspend(void) in do_suspend() function
589 ret = do_suspend(); in do_join()
/linux-6.6.21/arch/arm/kernel/
Dasm-offsets.c132 DEFINE(CPU_DO_SUSPEND, offsetof(struct processor, do_suspend)); in main()
/linux-6.6.21/drivers/net/phy/
Dphy.c1444 bool needs_aneg = false, do_suspend = false; in phy_state_machine() local
1490 do_suspend = true; in phy_state_machine()
1499 } else if (do_suspend) { in phy_state_machine()
/linux-6.6.21/tools/perf/
Dbuiltin-record.c353 int i, do_suspend; in record__aio_sync() local
356 do_suspend = 0; in record__aio_sync()
370 do_suspend = 1; in record__aio_sync()
373 if (!do_suspend) in record__aio_sync()
/linux-6.6.21/drivers/md/
Ddm-ioctl.c1120 static int do_suspend(struct dm_ioctl *param) in do_suspend() function
1236 return do_suspend(param); in dev_suspend()