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:part_table
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/vsp1/
H
A
D
vsp1_video.c
287
pipe->
part_table
= kcalloc(pipe->partitions, sizeof(*pipe->
part_table
),
in vsp1_video_pipeline_setup_partitions()
289
if (!pipe->
part_table
)
in vsp1_video_pipeline_setup_partitions()
293
vsp1_video_calculate_partition(pipe, &pipe->
part_table
[i],
in vsp1_video_pipeline_setup_partitions()
370
pipe->partition = &pipe->
part_table
[partition];
in vsp1_video_pipeline_run_partition()
858
kfree(pipe->
part_table
);
in vsp1_video_cleanup_pipeline()
859
pipe->
part_table
= NULL;
in vsp1_video_cleanup_pipeline()
H
A
D
vsp1_pipe.h
110
* @
part_table
: The pre-calculated partitions used by the pipeline
150
struct vsp1_partition *
part_table
;
member
/kernel/linux/linux-6.6/drivers/media/platform/renesas/vsp1/
H
A
D
vsp1_video.c
288
pipe->
part_table
= kcalloc(pipe->partitions, sizeof(*pipe->
part_table
),
in vsp1_video_pipeline_setup_partitions()
290
if (!pipe->
part_table
)
in vsp1_video_pipeline_setup_partitions()
294
vsp1_video_calculate_partition(pipe, &pipe->
part_table
[i],
in vsp1_video_pipeline_setup_partitions()
371
pipe->partition = &pipe->
part_table
[partition];
in vsp1_video_pipeline_run_partition()
859
kfree(pipe->
part_table
);
in vsp1_video_cleanup_pipeline()
860
pipe->
part_table
= NULL;
in vsp1_video_cleanup_pipeline()
H
A
D
vsp1_pipe.h
110
* @
part_table
: The pre-calculated partitions used by the pipeline
150
struct vsp1_partition *
part_table
;
member
Completed in 5 milliseconds