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:tui_ion_phys_addr
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/common_modules/tzdriver/tui/
H
A
D
tui.c
303
tui_mem->
tui_ion_phys_addr
= mailbox_virt_to_phys((uintptr_t)(void *)tmp_tui_sglist); // sglist phys-addr
in get_tui_ion_sglist()
304
if (tui_mem->
tui_ion_phys_addr
== 0) {
in get_tui_ion_sglist()
337
if (tui_mem->tui_sg_table == NULL || tui_mem->
tui_ion_phys_addr
== 0) {
in free_ion_mem()
347
tui_mem->
tui_ion_phys_addr
= 0;
in free_ion_mem()
438
mailbox_free(phys_to_virt(g_tui_display_mem.
tui_ion_phys_addr
));
in free_frame_addr()
467
mb_pack->operation.params[0].memref.buffer = (uint32_t)(tui_font_mem->
tui_ion_phys_addr
& 0xFFFFFFFF);
in tc_ns_register_tui_font_mem()
468
mb_pack->operation.buffer_h_addr[0] = tui_font_mem->
tui_ion_phys_addr
>> HIGH_VALUES;
in tc_ns_register_tui_font_mem()
579
mailbox_free(phys_to_virt(tui_ttf_mem->
tui_ion_phys_addr
));
in load_tui_font_file()
589
mailbox_free(phys_to_virt(tui_ttf_mem->
tui_ion_phys_addr
));
in load_tui_font_file()
H
A
D
tui.h
176
phys_addr_t
tui_ion_phys_addr
;
member
/kernel/linux/common_modules/tzdriver/
H
A
D
tui.h
176
phys_addr_t
tui_ion_phys_addr
;
member
Completed in 4 milliseconds