Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:in_suspend
(Results
1 - 25
of
71
) sorted by relevance
1
2
3
/kernel/linux/linux-5.10/kernel/power/
H
A
D
hibernate.c
47
__visible int
in_suspend
__nosavedata;
317
in_suspend
= 1;
in create_image()
327
if (!
in_suspend
) {
in create_image()
345
if (!
in_suspend
)
in create_image()
351
dpm_resume_start(
in_suspend
?
in create_image()
415
if (error || !
in_suspend
)
in hibernation_snapshot()
418
msg =
in_suspend
? (error ? PMSG_RECOVER : PMSG_THAW) : PMSG_RESTORE;
in hibernation_snapshot()
421
if (error || !
in_suspend
)
in hibernation_snapshot()
746
if (
in_suspend
) {
in hibernate()
765
in_suspend
in hibernate()
[all...]
H
A
D
power.h
101
extern int
in_suspend
;
H
A
D
user.c
309
error = put_user(
in_suspend
, (int __user *)arg);
in snapshot_ioctl()
/kernel/linux/linux-6.6/kernel/power/
H
A
D
hibernate.c
48
__visible int
in_suspend
__nosavedata;
324
in_suspend
= 1;
in create_image()
334
if (!
in_suspend
) {
in create_image()
352
if (!
in_suspend
)
in create_image()
358
dpm_resume_start(
in_suspend
?
in create_image()
422
if (error || !
in_suspend
)
in hibernation_snapshot()
425
msg =
in_suspend
? (error ? PMSG_RECOVER : PMSG_THAW) : PMSG_RESTORE;
in hibernation_snapshot()
428
if (error || !
in_suspend
)
in hibernation_snapshot()
758
if (
in_suspend
) {
in hibernate()
777
in_suspend
in hibernate()
[all...]
H
A
D
power.h
98
extern int
in_suspend
;
H
A
D
user.c
313
error = put_user(
in_suspend
, (int __user *)arg);
in snapshot_ioctl()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/
H
A
D
amdgpu_pm.c
105
if (adev->
in_suspend
&& !adev->in_runpm)
in amdgpu_get_power_dpm_state()
136
if (adev->
in_suspend
&& !adev->in_runpm)
in amdgpu_set_power_dpm_state()
233
if (adev->
in_suspend
&& !adev->in_runpm)
in amdgpu_get_power_dpm_force_performance_level()
272
if (adev->
in_suspend
&& !adev->in_runpm)
in amdgpu_set_power_dpm_force_performance_level()
334
if (adev->
in_suspend
&& !adev->in_runpm)
in amdgpu_get_pp_num_states()
372
if (adev->
in_suspend
&& !adev->in_runpm)
in amdgpu_get_pp_cur_state()
411
if (adev->
in_suspend
&& !adev->in_runpm)
in amdgpu_get_pp_force_state()
434
if (adev->
in_suspend
&& !adev->in_runpm)
in amdgpu_set_pp_force_state()
504
if (adev->
in_suspend
&& !adev->in_runpm)
in amdgpu_get_pp_table()
540
if (adev->
in_suspend
in amdgpu_set_pp_table()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/ufs/
H
A
D
ufs-hisi.c
417
if (host->
in_suspend
) {
in ufs_hisi_suspend()
427
host->
in_suspend
= true;
in ufs_hisi_suspend()
436
if (!host->
in_suspend
)
in ufs_hisi_resume()
444
host->
in_suspend
= false;
in ufs_hisi_resume()
H
A
D
ufs-hisi.h
103
bool
in_suspend
;
member
/kernel/linux/linux-6.6/drivers/ufs/host/
H
A
D
ufs-hisi.c
418
if (host->
in_suspend
) {
in ufs_hisi_suspend()
428
host->
in_suspend
= true;
in ufs_hisi_suspend()
437
if (!host->
in_suspend
)
in ufs_hisi_resume()
445
host->
in_suspend
= false;
in ufs_hisi_resume()
H
A
D
ufs-hisi.h
90
bool
in_suspend
;
member
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H
A
D
suspend.h
27
extern int
in_suspend
;
/kernel/linux/linux-6.6/arch/arm64/kernel/
H
A
D
hibernate.c
42
* defined as "__visible int
in_suspend
__nosavedata" in
45
extern int
in_suspend
;
375
in_suspend
= 0;
in swsusp_arch_suspend()
/kernel/linux/linux-5.10/arch/x86/power/
H
A
D
hibernate_asm_32.S
109
movl %eax,
in_suspend
/kernel/linux/linux-6.6/arch/x86/power/
H
A
D
hibernate_asm_32.S
109
movl %eax,
in_suspend
/kernel/linux/linux-5.10/arch/arm64/kernel/
H
A
D
hibernate.c
48
* defined as "__visible int
in_suspend
__nosavedata" in
51
extern int
in_suspend
;
442
in_suspend
= 0;
in swsusp_arch_suspend()
/kernel/linux/linux-5.10/drivers/mfd/
H
A
D
sm501.c
75
unsigned int
in_suspend
;
member
242
if (sm->
in_suspend
)
in sm501_mdelay()
1465
sm->
in_suspend
= 1;
in sm501_plat_suspend()
1508
sm->
in_suspend
= 0;
in sm501_plat_resume()
/kernel/linux/linux-5.10/drivers/thermal/
H
A
D
thermal_core.c
41
static atomic_t
in_suspend
;
variable
554
if (atomic_read(&
in_suspend
))
in thermal_zone_device_update()
1633
atomic_set(&
in_suspend
, 1);
in thermal_pm_notify()
1638
atomic_set(&
in_suspend
, 0);
in thermal_pm_notify()
/kernel/linux/linux-6.6/drivers/mfd/
H
A
D
sm501.c
75
unsigned int
in_suspend
;
member
242
if (sm->
in_suspend
)
in sm501_mdelay()
1463
sm->
in_suspend
= 1;
in sm501_plat_suspend()
1506
sm->
in_suspend
= 0;
in sm501_plat_resume()
/kernel/linux/linux-6.6/arch/riscv/kernel/
H
A
D
hibernate.c
161
in_suspend
= 0;
in swsusp_arch_suspend()
/kernel/linux/linux-5.10/sound/pci/trident/
H
A
D
trident.h
368
unsigned int
in_suspend
: 1; /* 1 during suspend/resume */
member
/kernel/linux/linux-6.6/sound/pci/trident/
H
A
D
trident.h
367
unsigned int
in_suspend
: 1; /* 1 during suspend/resume */
member
/kernel/linux/linux-5.10/drivers/net/ethernet/davicom/
H
A
D
dm9000.c
106
unsigned int
in_suspend
:1;
member
271
if (db->
in_suspend
|| db->in_timeout)
in dm9000_msleep()
1732
db->
in_suspend
= 1;
in dm9000_drv_suspend()
1764
db->
in_suspend
= 0;
in dm9000_drv_resume()
/kernel/linux/linux-6.6/drivers/net/ethernet/davicom/
H
A
D
dm9000.c
105
unsigned int
in_suspend
:1;
member
267
if (db->
in_suspend
|| db->in_timeout)
in dm9000_msleep()
1731
db->
in_suspend
= 1;
in dm9000_drv_suspend()
1763
db->
in_suspend
= 0;
in dm9000_drv_resume()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H
A
D
hardwaremanager.c
85
&& !amdgpu_passthrough(adev) && adev->
in_suspend
) {
in phm_enable_dynamic_state_management()
Completed in 27 milliseconds
1
2
3