Home
last modified time | relevance | path

Searched refs:suspendmode (Results 1 – 8 of 8) sorted by relevance

/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/power/pm-graph/
H A Dsleepgraph.py133 suspendmode = 'mem' variable in SystemValues
388 args['mode'] = self.suspendmode
2973 if sv.suspendmode == 'freeze':
4791 mode = sv.suspendmode
5352 mode = sv.suspendmode
5392 if(sv.suspendmode == 'mem' or sv.suspendmode == 'command'):
6388 sysvals.suspendmode = value
6609 sysvals.suspendmode = val
6907 mode = sysvals.suspendmode
6917 sysvals.suspendmode = mode
[all …]
H A Dbootgraph.py62 suspendmode = 'boot' variable in SystemValues
/dports/multimedia/libv4l/linux-5.13-rc2/tools/power/pm-graph/
H A Dsleepgraph.py133 suspendmode = 'mem' variable in SystemValues
388 args['mode'] = self.suspendmode
2973 if sv.suspendmode == 'freeze':
4791 mode = sv.suspendmode
5352 mode = sv.suspendmode
5392 if(sv.suspendmode == 'mem' or sv.suspendmode == 'command'):
6388 sysvals.suspendmode = value
6609 sysvals.suspendmode = val
6907 mode = sysvals.suspendmode
6917 sysvals.suspendmode = mode
[all …]
H A Dbootgraph.py62 suspendmode = 'boot' variable in SystemValues
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/power/pm-graph/
H A Dsleepgraph.py133 suspendmode = 'mem' variable in SystemValues
388 args['mode'] = self.suspendmode
2973 if sv.suspendmode == 'freeze':
4791 mode = sv.suspendmode
5352 mode = sv.suspendmode
5392 if(sv.suspendmode == 'mem' or sv.suspendmode == 'command'):
6388 sysvals.suspendmode = value
6609 sysvals.suspendmode = val
6907 mode = sysvals.suspendmode
6917 sysvals.suspendmode = mode
[all …]
H A Dbootgraph.py62 suspendmode = 'boot' variable in SystemValues
/dports/math/xldlas/xldlas/
H A Dtips.c69 int suspendmode; /* Whether or not system is in suspend mode currently. */ member
533 theStatusPtr->suspendmode = 0; in tooltips_getstatus()
542 theStatusPtr->suspendmode = 0; in tooltips_getstatus()
557 theStatusPtr->suspendmode = 0; in tooltips_getstatus()
560 theStatusPtr->suspendmode = 1; in tooltips_getstatus()
564 theStatusPtr->suspendmode = -1; in tooltips_getstatus()
/dports/audio/openal-soft/openal-soft-1.21.1/alc/
H A Dalc.cpp1038 if(auto suspendmode = al::getenv("__ALSOFT_SUSPEND_CONTEXT")) in alc_initconfig() local
1040 if(al::strcasecmp(suspendmode->c_str(), "ignore") == 0) in alc_initconfig()
1046 ERR("Unhandled context suspend behavior setting: \"%s\"\n", suspendmode->c_str()); in alc_initconfig()