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:rpm_lvl
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ufs/
H
A
D
ufs-sysfs.c
51
hba->
rpm_lvl
= value;
in ufs_sysfs_pm_lvl_store()
63
return sprintf(buf, "%d\n", hba->
rpm_lvl
);
in rpm_lvl_show()
78
ufs_pm_lvl_states[hba->
rpm_lvl
].dev_state));
in rpm_target_dev_state_show()
87
ufs_pm_lvl_states[hba->
rpm_lvl
].link_state));
in rpm_target_link_state_show()
185
static DEVICE_ATTR_RW(
rpm_lvl
);
H
A
D
ufs-hisi.c
460
hba->
rpm_lvl
= UFS_PM_LVL_1;
in ufs_hisi_set_pm_lvl()
H
A
D
ufshcd.h
704
enum ufs_pm_level
rpm_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()
9259
hba->
rpm_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
59
hba->
rpm_lvl
= value;
in ufs_sysfs_pm_lvl_store()
71
return sysfs_emit(buf, "%d\n", hba->
rpm_lvl
);
in rpm_lvl_show()
86
ufs_pm_lvl_states[hba->
rpm_lvl
].dev_state));
in rpm_target_dev_state_show()
95
ufs_pm_lvl_states[hba->
rpm_lvl
].link_state));
in rpm_target_link_state_show()
332
static DEVICE_ATTR_RW(
rpm_lvl
);
H
A
D
ufshcd.c
9521
hba->
rpm_lvl
: hba->spm_lvl;
in __ufshcd_wl_suspend()
10426
hba->
rpm_lvl
= ufs_get_desired_pm_lvl_for_dev_link_state(
in ufshcd_init()
/kernel/linux/linux-6.6/drivers/ufs/host/
H
A
D
ufshcd-pci.c
413
hba->
rpm_lvl
= UFS_PM_LVL_6;
in ufs_intel_lkf_late_init()
416
hba->
rpm_lvl
= UFS_PM_LVL_5;
in ufs_intel_lkf_late_init()
H
A
D
ufs-hisi.c
461
hba->
rpm_lvl
= UFS_PM_LVL_1;
in ufs_hisi_set_pm_lvl()
/kernel/linux/linux-6.6/include/ufs/
H
A
D
ufshcd.h
811
* @
rpm_lvl
: desired UFS power management level during runtime PM.
939
enum ufs_pm_level
rpm_lvl
;
member
Completed in 31 milliseconds