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_mem
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/common_modules/tzdriver/tui/
H
A
D
tui.c
263
static int get_tui_ion_sglist(tui_ion_mem *
tui_mem
)
in get_tui_ion_sglist()
argument
271
struct sg_table *tui_ion_sg_table =
tui_mem
->tui_sg_table;
in get_tui_ion_sglist()
284
tmp_tui_sglist->ion_size = (uint64_t)
tui_mem
->len;
in get_tui_ion_sglist()
286
tui_mem
->info_length = (uint64_t)tui_ion_sg_table->nents;
in get_tui_ion_sglist()
298
tui_mem
->npages = tmp_tui_sglist->page_info[0].npages;
in get_tui_ion_sglist()
299
tui_mem
->tui_ion_virt_addr = phys_to_virt(tmp_tui_sglist->page_info[0].phys_addr);
in get_tui_ion_sglist()
300
tui_mem
->fb_phys_addr = tmp_tui_sglist->page_info[0].phys_addr;
in get_tui_ion_sglist()
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()
306
tui_mem
in get_tui_ion_sglist()
314
alloc_ion_mem(tui_ion_mem *
tui_mem
)
alloc_ion_mem()
argument
335
free_ion_mem(tui_ion_mem *
tui_mem
)
free_ion_mem()
argument
[all...]
H
A
D
tui.h
160
struct
tui_mem
{
struct
/kernel/linux/common_modules/tzdriver/
H
A
D
tui.h
160
struct
tui_mem
{
struct
Completed in 3 milliseconds