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:has_sg
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/dma/xilinx/
H
A
D
xilinx_dma.c
395
* @
has_sg
: Support scatter transfers
434
bool
has_sg
;
member
1224
if ((chan->xdev->dma_config->dmatype == XDMA_TYPE_CDMA) && chan->
has_sg
)
in xilinx_dma_alloc_chan_resources()
1289
if (chan->
has_sg
&& chan->xdev->dma_config->dmatype != XDMA_TYPE_VDMA)
in xilinx_dma_tx_status()
1491
if (chan->
has_sg
) {
in xilinx_cdma_start_transfer()
1565
if (chan->
has_sg
)
in xilinx_dma_start_transfer()
1578
if (chan->
has_sg
) {
in xilinx_dma_start_transfer()
1724
if (!(seg->hw.status & XILINX_DMA_BD_COMP_MASK) && chan->
has_sg
)
in xilinx_dma_complete_descriptor()
1727
if (chan->
has_sg
&& chan->xdev->dma_config->dmatype !=
in xilinx_dma_complete_descriptor()
1975
if (chan->
has_sg
in append_desc_queue()
[all...]
/kernel/linux/linux-5.10/drivers/dma/xilinx/
H
A
D
xilinx_dma.c
392
* @
has_sg
: Support scatter transfers
430
bool
has_sg
;
member
1196
if ((chan->xdev->dma_config->dmatype == XDMA_TYPE_CDMA) && chan->
has_sg
)
in xilinx_dma_alloc_chan_resources()
1261
if (chan->
has_sg
&& chan->xdev->dma_config->dmatype != XDMA_TYPE_VDMA)
in xilinx_dma_tx_status()
1464
if (chan->
has_sg
) {
in xilinx_cdma_start_transfer()
1538
if (chan->
has_sg
)
in xilinx_dma_start_transfer()
1548
if (chan->
has_sg
) {
in xilinx_dma_start_transfer()
1676
if (chan->
has_sg
&& chan->xdev->dma_config->dmatype !=
in xilinx_dma_complete_descriptor()
1931
if (chan->
has_sg
&& (chan->xdev->dma_config->dmatype == XDMA_TYPE_VDMA)
in append_desc_queue()
2461
if ((chan->xdev->dma_config->dmatype == XDMA_TYPE_CDMA) && chan->
has_sg
)
in xilinx_dma_terminate_all()
[all...]
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H
A
D
coresight-tmc-etr.c
851
bool
has_sg
, has_catu;
in tmc_alloc_etr_buf()
local
859
has_sg
= has_catu || has_etr_sg;
in tmc_alloc_etr_buf()
880
(!
has_sg
|| has_iommu || size < SZ_1M))
in tmc_alloc_etr_buf()
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H
A
D
coresight-tmc-etr.c
847
bool
has_sg
, has_catu;
in tmc_alloc_etr_buf()
local
855
has_sg
= has_catu || has_etr_sg;
in tmc_alloc_etr_buf()
876
(!
has_sg
|| has_iommu || size < SZ_1M))
in tmc_alloc_etr_buf()
Completed in 12 milliseconds