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:cx_supply
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/remoteproc/
H
A
D
qcom_q6v5_pas.c
65
struct regulator *
cx_supply
;
member
267
if (adsp->
cx_supply
) {
in adsp_start()
268
ret = regulator_enable(adsp->
cx_supply
);
in adsp_start()
332
if (adsp->
cx_supply
)
in adsp_start()
333
regulator_disable(adsp->
cx_supply
);
in adsp_start()
355
if (adsp->
cx_supply
)
in qcom_pas_handover()
356
regulator_disable(adsp->
cx_supply
);
in qcom_pas_handover()
461
adsp->
cx_supply
= devm_regulator_get_optional(adsp->dev, "cx");
in adsp_init_regulator()
462
if (IS_ERR(adsp->
cx_supply
)) {
in adsp_init_regulator()
463
if (PTR_ERR(adsp->
cx_supply
)
in adsp_init_regulator()
[all...]
H
A
D
qcom_q6v5_wcss.c
131
struct regulator *
cx_supply
;
member
464
ret = regulator_enable(wcss->
cx_supply
);
in q6v5_qcs404_wcss_start()
489
regulator_disable(wcss->
cx_supply
);
in q6v5_qcs404_wcss_start()
994
wcss->
cx_supply
= devm_regulator_get(wcss->dev, "cx");
in q6v5_wcss_init_regulator()
995
if (IS_ERR(wcss->
cx_supply
))
in q6v5_wcss_init_regulator()
996
return PTR_ERR(wcss->
cx_supply
);
in q6v5_wcss_init_regulator()
998
regulator_set_load(wcss->
cx_supply
, 100000);
in q6v5_wcss_init_regulator()
/kernel/linux/linux-5.10/drivers/remoteproc/
H
A
D
qcom_q6v5_pas.c
56
struct regulator *
cx_supply
;
member
161
ret = regulator_enable(adsp->
cx_supply
);
in adsp_start()
188
regulator_disable(adsp->
cx_supply
);
in adsp_start()
208
regulator_disable(adsp->
cx_supply
);
in qcom_pas_handover()
292
adsp->
cx_supply
= devm_regulator_get(adsp->dev, "cx");
in adsp_init_regulator()
293
if (IS_ERR(adsp->
cx_supply
))
in adsp_init_regulator()
294
return PTR_ERR(adsp->
cx_supply
);
in adsp_init_regulator()
296
regulator_set_load(adsp->
cx_supply
, 100000);
in adsp_init_regulator()
Completed in 4 milliseconds