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:plx_dma_desc
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/
H
A
D
plx_dma.c
97
struct
plx_dma_desc
{
struct
116
struct
plx_dma_desc
**desc_ring;
124
static struct
plx_dma_desc
*to_plx_desc(struct dma_async_tx_descriptor *txd)
in to_plx_desc()
126
return container_of(txd, struct
plx_dma_desc
, txd);
in to_plx_desc()
129
static struct
plx_dma_desc
*plx_dma_get_desc(struct plx_dma_dev *plxdev, int i)
in plx_dma_get_desc()
137
struct
plx_dma_desc
*desc;
in plx_dma_process_desc()
174
struct
plx_dma_desc
*desc;
in plx_dma_abort_desc()
257
struct
plx_dma_desc
*plxdesc;
304
struct
plx_dma_desc
*plxdesc = to_plx_desc(desc);
378
struct
plx_dma_desc
*des
in plx_dma_alloc_desc()
[all...]
/kernel/linux/linux-6.6/drivers/dma/
H
A
D
plx_dma.c
97
struct
plx_dma_desc
{
struct
116
struct
plx_dma_desc
**desc_ring;
124
static struct
plx_dma_desc
*to_plx_desc(struct dma_async_tx_descriptor *txd)
in to_plx_desc()
126
return container_of(txd, struct
plx_dma_desc
, txd);
in to_plx_desc()
129
static struct
plx_dma_desc
*plx_dma_get_desc(struct plx_dma_dev *plxdev, int i)
in plx_dma_get_desc()
137
struct
plx_dma_desc
*desc;
in plx_dma_process_desc()
174
struct
plx_dma_desc
*desc;
in plx_dma_abort_desc()
257
struct
plx_dma_desc
*plxdesc;
304
struct
plx_dma_desc
*plxdesc = to_plx_desc(desc);
378
struct
plx_dma_desc
*des
in plx_dma_alloc_desc()
[all...]
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/
H
A
D
gsc_hpdi.c
126
struct
plx_dma_desc
*dma_desc;
499
sizeof(struct
plx_dma_desc
) *
in gsc_hpdi_free_dma()
634
sizeof(struct
plx_dma_desc
) *
in gsc_hpdi_auto_attach()
H
A
D
cb_pcidas64.c
1136
struct
plx_dma_desc
*ai_dma_desc;
1148
struct
plx_dma_desc
*ao_dma_desc;
1501
dma_alloc_coherent(&pcidev->dev, sizeof(struct
plx_dma_desc
) *
in alloc_and_init_dma_members()
1510
sizeof(struct
plx_dma_desc
) *
in alloc_and_init_dma_members()
1584
sizeof(struct
plx_dma_desc
) *
in cb_pcidas64_free_dma()
1590
sizeof(struct
plx_dma_desc
) *
in cb_pcidas64_free_dma()
H
A
D
plx9080.h
26
* struct
plx_dma_desc
- DMA descriptor format for PLX PCI 9080
42
struct
plx_dma_desc
{
struct
/kernel/linux/linux-6.6/drivers/comedi/drivers/
H
A
D
gsc_hpdi.c
125
struct
plx_dma_desc
*dma_desc;
498
sizeof(struct
plx_dma_desc
) *
in gsc_hpdi_free_dma()
633
sizeof(struct
plx_dma_desc
) *
in gsc_hpdi_auto_attach()
H
A
D
cb_pcidas64.c
1130
struct
plx_dma_desc
*ai_dma_desc;
1142
struct
plx_dma_desc
*ao_dma_desc;
1495
dma_alloc_coherent(&pcidev->dev, sizeof(struct
plx_dma_desc
) *
in alloc_and_init_dma_members()
1504
sizeof(struct
plx_dma_desc
) *
in alloc_and_init_dma_members()
1578
sizeof(struct
plx_dma_desc
) *
in cb_pcidas64_free_dma()
1584
sizeof(struct
plx_dma_desc
) *
in cb_pcidas64_free_dma()
H
A
D
plx9080.h
26
* struct
plx_dma_desc
- DMA descriptor format for PLX PCI 9080
42
struct
plx_dma_desc
{
struct
Completed in 20 milliseconds