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:vreg_info
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/ufs/host/
H
A
D
ufs-mediatek.c
786
struct ufs_vreg_info *info = &hba->
vreg_info
;
in ufs_mtk_vreg_fix_vcc()
793
if (hba->
vreg_info
.vcc)
in ufs_mtk_vreg_fix_vcc()
828
struct ufs_vreg_info *info = &hba->
vreg_info
;
in ufs_mtk_vreg_fix_vccqx()
1256
if (hba->
vreg_info
.vccq)
in ufs_mtk_vccqx_set_lpm()
1257
vccqx = hba->
vreg_info
.vccq;
in ufs_mtk_vccqx_set_lpm()
1259
vccqx = hba->
vreg_info
.vccq2;
in ufs_mtk_vccqx_set_lpm()
1276
if (!hba->
vreg_info
.vccq && !hba->
vreg_info
.vccq2)
in ufs_mtk_dev_vreg_set_lpm()
1280
if (!hba->
vreg_info
.vcc)
in ufs_mtk_dev_vreg_set_lpm()
1288
if (lpm && hba->
vreg_info
in ufs_mtk_dev_vreg_set_lpm()
[all...]
H
A
D
ufshcd-pltfrm.c
176
struct ufs_vreg_info *info = &hba->
vreg_info
;
in ufshcd_parse_regulator_info()
/kernel/linux/linux-5.10/drivers/scsi/ufs/
H
A
D
ufs-mediatek.c
813
if (!hba->
vreg_info
.vccq2 || !hba->
vreg_info
.vcc)
in ufs_mtk_vreg_set_lpm()
816
if (lpm && !hba->
vreg_info
.vcc->enabled)
in ufs_mtk_vreg_set_lpm()
817
regulator_set_mode(hba->
vreg_info
.vccq2->reg,
in ufs_mtk_vreg_set_lpm()
820
regulator_set_mode(hba->
vreg_info
.vccq2->reg,
in ufs_mtk_vreg_set_lpm()
H
A
D
ufshcd.c
5651
ufshcd_config_vreg_hpm(hba, hba->
vreg_info
.vccq);
in ufshcd_err_handling_prepare()
5652
ufshcd_config_vreg_hpm(hba, hba->
vreg_info
.vccq2);
in ufshcd_err_handling_prepare()
6982
if (!hba->
vreg_info
.vcc || !hba->
vreg_info
.vccq ||
in ufshcd_find_max_sup_active_icc_level()
6983
!hba->
vreg_info
.vccq2) {
in ufshcd_find_max_sup_active_icc_level()
6990
if (hba->
vreg_info
.vcc && hba->
vreg_info
.vcc->max_uA)
in ufshcd_find_max_sup_active_icc_level()
6992
hba->
vreg_info
.vcc->max_uA,
in ufshcd_find_max_sup_active_icc_level()
6996
if (hba->
vreg_info
.vccq && hba->
vreg_info
in ufshcd_find_max_sup_active_icc_level()
[all...]
H
A
D
ufshcd-pltfrm.c
193
struct ufs_vreg_info *info = &hba->
vreg_info
;
in ufshcd_parse_regulator_info()
H
A
D
ufshcd.h
664
* @
vreg_info
: UFS device voltage regulator information
771
struct ufs_vreg_info
vreg_info
;
member
/kernel/linux/linux-6.6/drivers/ufs/core/
H
A
D
ufshcd.c
6251
ufshcd_config_vreg_hpm(hba, hba->
vreg_info
.vccq);
in ufshcd_err_handling_prepare()
6252
ufshcd_config_vreg_hpm(hba, hba->
vreg_info
.vccq2);
in ufshcd_err_handling_prepare()
7809
if (!hba->
vreg_info
.vcc || !hba->
vreg_info
.vccq ||
in ufshcd_find_max_sup_active_icc_level()
7810
!hba->
vreg_info
.vccq2) {
in ufshcd_find_max_sup_active_icc_level()
7823
if (hba->
vreg_info
.vcc->max_uA)
in ufshcd_find_max_sup_active_icc_level()
7825
hba->
vreg_info
.vcc->max_uA,
in ufshcd_find_max_sup_active_icc_level()
7829
if (hba->
vreg_info
.vccq->max_uA)
in ufshcd_find_max_sup_active_icc_level()
7831
hba->
vreg_info
.vccq->max_uA,
in ufshcd_find_max_sup_active_icc_level()
7835
if (hba->
vreg_info
in ufshcd_find_max_sup_active_icc_level()
[all...]
/kernel/linux/linux-6.6/include/ufs/
H
A
D
ufshcd.h
866
* @
vreg_info
: UFS device voltage regulator information
1016
struct ufs_vreg_info
vreg_info
;
member
Completed in 32 milliseconds