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:mgm_node
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H
A
D
mali_kbase_mem.c
969
struct device_node *
mgm_node
= NULL;
in kbase_mem_init()
local
999
mgm_node
= of_parse_phandle(kbdev->dev->of_node, "physical-memory-group-manager", 0);
in kbase_mem_init()
1000
if (!
mgm_node
) {
in kbase_mem_init()
1003
struct platform_device *const pdev = of_find_device_by_node(
mgm_node
);
in kbase_mem_init()
1020
of_node_put(
mgm_node
);
in kbase_mem_init()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H
A
D
mali_kbase_mem.c
1226
struct device_node *
mgm_node
= NULL;
in kbase_mem_init()
local
1257
mgm_node
= of_parse_phandle(kbdev->dev->of_node,
in kbase_mem_init()
1259
if (!
mgm_node
) {
in kbase_mem_init()
1264
of_find_device_by_node(
mgm_node
);
in kbase_mem_init()
1285
of_node_put(
mgm_node
);
in kbase_mem_init()
Completed in 11 milliseconds