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:video_group
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/include/linux/dma/
H
A
D
xilinx_dpdma.h
8
bool
video_group
;
member
/kernel/linux/linux-6.6/drivers/dma/xilinx/
H
A
D
xilinx_dpdma.c
216
* @
video_group
: flag if multi-channel operation is needed for video channels
233
bool
video_group
;
member
808
if (xdev->chan[i]->
video_group
&& !xdev->chan[i]->running)
in xilinx_dpdma_chan_video_group_ready()
811
if (xdev->chan[i]->
video_group
)
in xilinx_dpdma_chan_video_group_ready()
874
if (chan->
video_group
) {
in xilinx_dpdma_chan_queue_transfer()
1298
chan->
video_group
= pconfig->
video_group
;
in xilinx_dpdma_config()
1342
if (chan->
video_group
) {
in xilinx_dpdma_terminate_all()
1344
if (xdev->chan[i]->
video_group
&&
in xilinx_dpdma_terminate_all()
1347
xdev->chan[i]->
video_group
in xilinx_dpdma_terminate_all()
[all...]
/kernel/linux/linux-5.10/drivers/dma/xilinx/
H
A
D
xilinx_dpdma.c
215
* @
video_group
: flag if multi-channel operation is needed for video channels
232
bool
video_group
;
member
819
if (xdev->chan[i]->
video_group
&& !xdev->chan[i]->running)
in xilinx_dpdma_chan_video_group_ready()
822
if (xdev->chan[i]->
video_group
)
in xilinx_dpdma_chan_video_group_ready()
885
if (chan->
video_group
) {
in xilinx_dpdma_chan_queue_transfer()
1293
chan->
video_group
= config->slave_id != 0;
in xilinx_dpdma_config()
1338
if (chan->
video_group
) {
in xilinx_dpdma_terminate_all()
1340
if (xdev->chan[i]->
video_group
&&
in xilinx_dpdma_terminate_all()
1343
xdev->chan[i]->
video_group
= false;
in xilinx_dpdma_terminate_all()
/kernel/linux/linux-6.6/drivers/gpu/drm/xlnx/
H
A
D
zynqmp_disp.c
965
.
video_group
= true,
in zynqmp_disp_layer_set_format()
Completed in 7 milliseconds