Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/breakpoints/
Dstep_after_suspend_test.c165 bool do_suspend = true; in main() local
177 do_suspend = false; in main()
193 if (do_suspend) in main()
/Linux-v5.4/tools/testing/selftests/cpufreq/
Dmain.sh118 do_suspend "suspend" 1
122 do_suspend "hibernate" 1
Dcpufreq.sh206 do_suspend() function
/Linux-v5.4/arch/arm/include/asm/
Dproc-fns.h77 void (*do_suspend)(void *); member
144 #define cpu_do_suspend PROC_VTABLE(do_suspend)
/Linux-v5.4/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-v5.4/drivers/xen/
Dmanage.c97 static void do_suspend(void) in do_suspend() function
215 { "suspend", true, do_suspend },
/Linux-v5.4/drivers/net/phy/
Dphy.c898 bool needs_aneg = false, do_suspend = false; in phy_state_machine() local
923 do_suspend = true; in phy_state_machine()
931 else if (do_suspend) in phy_state_machine()
/Linux-v5.4/arch/arm/kernel/
Dasm-offsets.c151 DEFINE(CPU_DO_SUSPEND, offsetof(struct processor, do_suspend)); in main()
/Linux-v5.4/tools/perf/
Dbuiltin-record.c223 int i, do_suspend; in record__aio_sync() local
226 do_suspend = 0; in record__aio_sync()
240 do_suspend = 1; in record__aio_sync()
243 if (!do_suspend) in record__aio_sync()
/Linux-v5.4/drivers/md/
Ddm-ioctl.c1005 static int do_suspend(struct dm_ioctl *param) in do_suspend() function
1110 return do_suspend(param); in dev_suspend()