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
defs:parent
(Results
1 - 15
of
15
) sorted by relevance
/drivers/hdf_core/framework/support/platform/include/regulator/
H
A
D
regulator_tree_mgr.h
30
struct RegulatorNode *
parent
; /* regulator
parent
info */
member
/drivers/hdf_core/framework/support/platform/src/clock/
H
A
D
clock_if.c
137
struct ClockDevice *
parent
= NULL;
in ClockGetParent()
local
160
int32_t ClockSetParent(DevHandle handle, DevHandle
parent
)
in ClockSetParent()
argument
H
A
D
clock_if_u.c
299
uint32_t
parent
= 0;
in ClockGetParent()
local
349
int32_t ClockSetParent(DevHandle handle, DevHandle
parent
)
in ClockSetParent()
argument
H
A
D
clock_core.c
365
struct ClockDevice *
parent
= NULL;
in ClockDeviceGetParent()
local
388
int32_t ClockDeviceSetParent(struct ClockDevice *device, struct ClockDevice *
parent
)
in ClockDeviceSetParent()
argument
674
struct ClockDevice *
parent
in ClockManagerGetParent()
local
717
struct ClockDevice *
parent
= NULL;
ClockManagerSetParent()
local
[all...]
/drivers/hdf_core/adapter/khdf/linux/platform/clock/
H
A
D
clock_adapter.c
142
static int32_t ClockLinuxSetParent(struct ClockDevice *device, struct ClockDevice *
parent
)
in ClockLinuxSetParent()
argument
[all...]
/drivers/hdf_core/framework/support/platform/include/clock/
H
A
D
clock_core.h
39
struct ClockDevice *
parent
;
member
/drivers/hdf_core/framework/test/unittest/platform/virtual/
H
A
D
clock_virtual.c
83
int32_t VirtualClockSetParent(struct ClockDevice *device, struct ClockDevice *
parent
)
in VirtualClockSetParent()
argument
[all...]
/drivers/hdf_core/framework/include/bluetooth/
H
A
D
hdf_chip.h
109
struct HdfCompositeDevice *
parent
;
member
/drivers/hdf_core/framework/support/platform/src/regulator/
H
A
D
regulator_tree_mgr.c
249
static int RegulatorTreeSetParent(const char *name, struct RegulatorNode *
parent
)
in RegulatorTreeSetParent()
argument
318
RegulatorTreeSet(const char *name, struct RegulatorNode *child, struct RegulatorNode *
parent
)
RegulatorTreeSet()
argument
[all...]
H
A
D
regulator_core.c
132
int32_t RegulatorNodeSetChild(struct RegulatorNode *
parent
)
in RegulatorNodeSetChild()
argument
370
struct RegulatorNode *
parent
= RegulatorTreeGetParent(node->regulatorInfo.name);
RegulatorNodeEnable()
local
428
struct RegulatorNode *
parent
= RegulatorTreeGetParent(node->regulatorInfo.name);
RegulatorNodeDisable()
local
483
struct RegulatorNode *
parent
= RegulatorTreeGetParent(node->regulatorInfo.name);
RegulatorNodeForceDisable()
local
[all...]
/drivers/hdf_core/interfaces/inner_api/utils/
H
A
D
device_resource_if.h
74
struct DeviceResourceNode *
parent
; /**< Pointer to the
parent
node */
member
/drivers/hdf_core/framework/core/host/src/
H
A
D
hdf_device_object.c
187
struct HdfDeviceObject *HdfDeviceObjectAlloc(struct HdfDeviceObject *
parent
, const char *driverName)
in HdfDeviceObjectAlloc()
argument
/drivers/hdf_core/framework/test/unittest/platform/common/
H
A
D
clock_test.c
24
DevHandle
parent
= NULL;
variable
/drivers/hdf_core/framework/tools/hc-gen/src/
H
A
D
ast.cpp
331
void AstObject::SetParent(AstObject *
parent
)
in SetParent()
argument
H
A
D
ast.h
337
std::shared_ptr<AstObject>
parent
= nullptr;
in WalkBackward()
local
Completed in 9 milliseconds