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:tile_edge
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/
H
A
D
hantro_vp9.c
163
struct hantro_aux_buf *
tile_edge
= &vp9_dec->
tile_edge
;
in hantro_vp9_dec_init()
local
185
tile_edge
->cpu = dma_alloc_coherent(vpu->dev, size, &
tile_edge
->dma, GFP_KERNEL);
in hantro_vp9_dec_init()
186
if (!
tile_edge
->cpu)
in hantro_vp9_dec_init()
189
tile_edge
->size = size;
in hantro_vp9_dec_init()
190
memset(
tile_edge
->cpu, 0, size);
in hantro_vp9_dec_init()
224
dma_free_coherent(vpu->dev,
tile_edge
->size,
tile_edge
->cpu,
tile_edge
in hantro_vp9_dec_init()
233
struct hantro_aux_buf *
tile_edge
= &vp9_dec->
tile_edge
;
hantro_vp9_dec_exit()
local
[all...]
H
A
D
hantro_g2_vp9_dec.c
328
struct hantro_aux_buf *
tile_edge
= &vp9_ctx->
tile_edge
;
in config_tiles()
local
370
addr =
tile_edge
->dma;
in config_tiles()
373
addr =
tile_edge
->dma + vp9_ctx->bsd_ctrl_offset;
in config_tiles()
H
A
D
hantro_hw.h
206
* @
tile_edge
: auxiliary DMA buffer for tile edge processing
214
* @bsd_ctrl_offset: bsd offset into
tile_edge
229
struct hantro_aux_buf
tile_edge
;
member
Completed in 6 milliseconds