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:spm_lvl
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ufs/
H
A
D
ufshcd-pci.c
171
* To support S4 (suspend-to-disk) with
spm_lvl
other than 5, the base
in ufs_intel_resume()
260
int
spm_lvl
= hba->
spm_lvl
;
in ufshcd_pci_poweroff()
local
265
* Force
spm_lvl
to ensure that.
in ufshcd_pci_poweroff()
267
hba->
spm_lvl
= 5;
in ufshcd_pci_poweroff()
269
hba->
spm_lvl
=
spm_lvl
;
in ufshcd_pci_poweroff()
H
A
D
ufs-sysfs.c
53
hba->
spm_lvl
= value;
in ufs_sysfs_pm_lvl_store()
95
return sprintf(buf, "%d\n", hba->
spm_lvl
);
in spm_lvl_show()
110
ufs_pm_lvl_states[hba->
spm_lvl
].dev_state));
in spm_target_dev_state_show()
119
ufs_pm_lvl_states[hba->
spm_lvl
].link_state));
in spm_target_link_state_show()
188
static DEVICE_ATTR_RW(
spm_lvl
);
H
A
D
ufs-hisi.c
461
hba->
spm_lvl
= UFS_PM_LVL_3;
in ufs_hisi_set_pm_lvl()
H
A
D
ufshcd.h
706
enum ufs_pm_level
spm_lvl
;
member
H
A
D
ufshcd.c
8507
* mode based on the "rpm_lvl" (Runtime PM level) or "
spm_lvl
"
8527
hba->rpm_lvl : hba->
spm_lvl
;
in ufshcd_suspend()
8805
if ((ufs_get_pm_lvl_to_dev_pwr_mode(hba->
spm_lvl
) ==
in ufshcd_system_suspend()
8807
(ufs_get_pm_lvl_to_link_pwr_state(hba->
spm_lvl
) ==
in ufshcd_system_suspend()
9262
hba->
spm_lvl
= ufs_get_desired_pm_lvl_for_dev_link_state(
in ufshcd_init()
/kernel/linux/linux-6.6/drivers/ufs/core/
H
A
D
ufs-sysfs.c
61
hba->
spm_lvl
= value;
in ufs_sysfs_pm_lvl_store()
103
return sysfs_emit(buf, "%d\n", hba->
spm_lvl
);
in spm_lvl_show()
118
ufs_pm_lvl_states[hba->
spm_lvl
].dev_state));
in spm_target_dev_state_show()
127
ufs_pm_lvl_states[hba->
spm_lvl
].link_state));
in spm_target_link_state_show()
335
static DEVICE_ATTR_RW(
spm_lvl
);
H
A
D
ufshcd.c
9521
hba->rpm_lvl : hba->
spm_lvl
;
in __ufshcd_wl_suspend()
10429
hba->
spm_lvl
= ufs_get_desired_pm_lvl_for_dev_link_state(
in ufshcd_init()
10494
dev_pwr_mode = ufs_get_pm_lvl_to_dev_pwr_mode(hba->
spm_lvl
);
in ufshcd_rpm_ok_for_spm()
10495
link_state = ufs_get_pm_lvl_to_link_pwr_state(hba->
spm_lvl
);
in ufshcd_rpm_ok_for_spm()
/kernel/linux/linux-6.6/drivers/ufs/host/
H
A
D
ufshcd-pci.c
412
hba->
spm_lvl
= UFS_PM_LVL_6;
in ufs_intel_lkf_late_init()
415
hba->
spm_lvl
= UFS_PM_LVL_5;
in ufs_intel_lkf_late_init()
H
A
D
ufs-hisi.c
462
hba->
spm_lvl
= UFS_PM_LVL_3;
in ufs_hisi_set_pm_lvl()
/kernel/linux/linux-6.6/include/ufs/
H
A
D
ufshcd.h
812
* @
spm_lvl
: desired UFS power management level during system PM.
941
enum ufs_pm_level
spm_lvl
;
member
Completed in 32 milliseconds