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:xfer_desc
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/soc/fsl/qe/
H
A
D
qmc.c
319
struct qmc_xfer_desc *
xfer_desc
;
in qmc_chan_write_submit()
local
346
xfer_desc
= &chan->tx_desc[bd - chan->txbds];
in qmc_chan_write_submit()
347
xfer_desc
->tx_complete = complete;
in qmc_chan_write_submit()
348
xfer_desc
->context = context;
in qmc_chan_write_submit()
373
struct qmc_xfer_desc *
xfer_desc
;
in qmc_chan_write_done()
local
396
xfer_desc
= &chan->tx_desc[bd - chan->txbds];
in qmc_chan_write_done()
397
complete =
xfer_desc
->tx_complete;
in qmc_chan_write_done()
398
context =
xfer_desc
->context;
in qmc_chan_write_done()
399
xfer_desc
->tx_complete = NULL;
in qmc_chan_write_done()
400
xfer_desc
in qmc_chan_write_done()
426
struct qmc_
xfer_desc
*
xfer_desc
;
qmc_chan_read_submit()
local
489
struct qmc_
xfer_desc
*
xfer_desc
;
qmc_chan_read_done()
local
664
struct qmc_
xfer_desc
*
xfer_desc
;
qmc_chan_reset_rx()
local
694
struct qmc_
xfer_desc
*
xfer_desc
;
qmc_chan_reset_tx()
local
[all...]
/kernel/linux/linux-5.10/drivers/media/pci/pt3/
H
A
D
pt3.h
67
#define DESCS_IN_PAGE (PAGE_SIZE / sizeof(struct
xfer_desc
))
75
struct
xfer_desc
{
struct
79
u32 next_l; /* bus address of the next
xfer_desc
*/
83
/* A DMA mapping of a page containing
xfer_desc
's */
86
struct
xfer_desc
*descs; /* PAGE_SIZE (
xfer_desc
[DESCS_IN_PAGE]) */
H
A
D
pt3_dma.c
153
struct
xfer_desc
*d;
in pt3_alloc_dmabuf()
168
/* build circular-linked pointers (
xfer_desc
) to the data buffers*/
in pt3_alloc_dmabuf()
194
desc_addr += sizeof(struct
xfer_desc
);
in pt3_alloc_dmabuf()
/kernel/linux/linux-6.6/drivers/media/pci/pt3/
H
A
D
pt3.h
67
#define DESCS_IN_PAGE (PAGE_SIZE / sizeof(struct
xfer_desc
))
75
struct
xfer_desc
{
struct
79
u32 next_l; /* bus address of the next
xfer_desc
*/
83
/* A DMA mapping of a page containing
xfer_desc
's */
86
struct
xfer_desc
*descs; /* PAGE_SIZE (
xfer_desc
[DESCS_IN_PAGE]) */
H
A
D
pt3_dma.c
153
struct
xfer_desc
*d;
in pt3_alloc_dmabuf()
168
/* build circular-linked pointers (
xfer_desc
) to the data buffers*/
in pt3_alloc_dmabuf()
194
desc_addr += sizeof(struct
xfer_desc
);
in pt3_alloc_dmabuf()
Completed in 3 milliseconds