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:pwr_tx
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ufs/
H
A
D
ufshcd-pltfrm.c
327
agreed_pwr->
pwr_tx
= agreed_pwr->pwr_rx;
in ufshcd_get_pwr_dev_param()
336
agreed_pwr->
pwr_tx
= agreed_pwr->pwr_rx;
in ufshcd_get_pwr_dev_param()
H
A
D
ufshcd.h
258
u32
pwr_tx
;
member
1005
(pwr_info->
pwr_tx
== FAST_MODE ||
1006
pwr_info->
pwr_tx
== FASTAUTO_MODE);
H
A
D
ufshcd.c
565
names[hba->pwr_info.
pwr_tx
],
in ufshcd_print_pwr_info()
3736
if (orig_pwr_info.
pwr_tx
== FAST_MODE ||
in ufshcd_dme_get_attr()
3738
temp_pwr_info.
pwr_tx
= FASTAUTO_MODE;
in ufshcd_dme_get_attr()
3741
} else if (orig_pwr_info.
pwr_tx
== SLOW_MODE ||
in ufshcd_dme_get_attr()
3743
temp_pwr_info.
pwr_tx
= SLOWAUTO_MODE;
in ufshcd_dme_get_attr()
4043
hba->pwr_info.
pwr_tx
= SLOWAUTO_MODE;
in ufshcd_init_pwr_info()
4058
pwr_info->
pwr_tx
= FAST_MODE;
in ufshcd_get_max_pwr_mode()
4103
pwr_info->
pwr_tx
= SLOW_MODE;
in ufshcd_get_max_pwr_mode()
4122
pwr_mode->
pwr_tx
== hba->pwr_info.
pwr_tx
in ufshcd_change_power_mode()
[all...]
H
A
D
ufs-exynos.c
1104
hba->pwr_info.
pwr_tx
= cur_mode & 0xf;
in exynos_ufs_post_hibern8()
/kernel/linux/linux-6.6/drivers/ufs/host/
H
A
D
ufshcd-pltfrm.c
257
agreed_pwr->
pwr_tx
= agreed_pwr->pwr_rx;
in ufshcd_get_pwr_dev_param()
266
agreed_pwr->
pwr_tx
= agreed_pwr->pwr_rx;
in ufshcd_get_pwr_dev_param()
H
A
D
ufs-mediatek.c
983
if (dev_req_params->
pwr_tx
!= FAST_MODE &&
in ufs_mtk_pmc_via_fastauto()
H
A
D
ufs-exynos.c
1281
hba->pwr_info.
pwr_tx
= cur_mode & 0xf;
in exynos_ufs_post_hibern8()
/kernel/linux/linux-6.6/include/ufs/
H
A
D
ufshcd.h
284
u32
pwr_tx
;
member
1350
(pwr_info->
pwr_tx
== FAST_MODE ||
1351
pwr_info->
pwr_tx
== FASTAUTO_MODE);
/kernel/linux/linux-6.6/drivers/ufs/core/
H
A
D
ufshcd.c
663
names[hba->pwr_info.
pwr_tx
],
in ufshcd_print_pwr_info()
4052
if (orig_pwr_info.
pwr_tx
== FAST_MODE ||
in ufshcd_dme_get_attr()
4054
temp_pwr_info.
pwr_tx
= FASTAUTO_MODE;
in ufshcd_dme_get_attr()
4057
} else if (orig_pwr_info.
pwr_tx
== SLOW_MODE ||
in ufshcd_dme_get_attr()
4059
temp_pwr_info.
pwr_tx
= SLOWAUTO_MODE;
in ufshcd_dme_get_attr()
4357
hba->pwr_info.
pwr_tx
= SLOWAUTO_MODE;
in ufshcd_init_pwr_info()
4375
pwr_info->
pwr_tx
= FASTAUTO_MODE;
in ufshcd_get_max_pwr_mode()
4378
pwr_info->
pwr_tx
= FAST_MODE;
in ufshcd_get_max_pwr_mode()
4424
pwr_info->
pwr_tx
= SLOW_MODE;
in ufshcd_get_max_pwr_mode()
4443
pwr_mode->
pwr_tx
in ufshcd_change_power_mode()
[all...]
Completed in 27 milliseconds