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:supply
(Results
1 - 5
of
5
) sorted by relevance
/drivers/hdf_core/framework/model/display/driver/panel/
H
A
D
ili9881_st_5p5.h
35
struct regulator *
supply
;
member
H
A
D
ili9881c_boe.h
36
struct regulator *
supply
;
member
H
A
D
ili9881_st_5p5.c
422
err = regulator_enable(g_panel_dev->
supply
);
in panel_simple_regulator_enable()
434
regulator_disable(g_panel_dev->
supply
);
in panel_simple_regulator_disable()
444
HDF_LOGE("failed to enable
supply
: %d\n", err);
in panel_simple_loader_protect()
498
ret = regulator_enable(panel_dev->
supply
);
in PanelPrepare()
500
HDF_LOGE("failed to enable
supply
: %d\n", ret);
in PanelPrepare()
549
regulator_disable(panel_dev->
supply
);
in PanelUnprepare()
649
panel_dev->
supply
= devm_regulator_get(&panel_dev->dsiDev->dev, "power");
in PanelEntryInit()
650
if (panel_dev->
supply
== NULL) {
in PanelEntryInit()
H
A
D
ili9881c_boe.c
465
ret = regulator_enable(ili9881cBoeDev->
supply
);
in Ili9881cBoePrepare()
542
regulator_disable(ili9881cBoeDev->
supply
);
in Ili9881cBoeUnprepare()
665
ili9881cBoeDev->
supply
= devm_regulator_get(&ili9881cBoeDev->dsiDev->dev, "power");
in Ili9881cBoeEntryInit()
666
if (ili9881cBoeDev->
supply
== NULL) {
in Ili9881cBoeEntryInit()
/drivers/peripheral/audio/effect/model/src/
H
A
D
effect_model.c
30
static int32_t EffectModelIsSupplyEffectLibs(struct IEffectModel *self, bool *
supply
)
in EffectModelIsSupplyEffectLibs()
argument
32
if (self == NULL ||
supply
== NULL) {
in EffectModelIsSupplyEffectLibs()
37
*
supply
= IsEffectLibExist();
in EffectModelIsSupplyEffectLibs()
Completed in 5 milliseconds