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
defs:dma_ops
(Results
1 - 25
of
30
) sorted by relevance
1
2
/kernel/linux/linux-5.10/arch/ia64/kernel/
H
A
D
dma-mapping.c
8
const struct dma_map_ops *
dma_ops
;
variable
9
EXPORT_SYMBOL(
dma_ops
);
variable
/kernel/linux/linux-6.6/arch/ia64/kernel/
H
A
D
dma-mapping.c
8
const struct dma_map_ops *
dma_ops
;
variable
9
EXPORT_SYMBOL(
dma_ops
);
variable
/kernel/linux/linux-5.10/arch/x86/kernel/
H
A
D
pci-dma.c
20
const struct dma_map_ops *
dma_ops
;
variable
21
EXPORT_SYMBOL(
dma_ops
);
variable
/kernel/linux/linux-6.6/arch/x86/kernel/
H
A
D
pci-dma.c
23
const struct dma_map_ops *
dma_ops
;
variable
24
EXPORT_SYMBOL(
dma_ops
);
variable
/kernel/linux/linux-5.10/arch/arm/include/asm/mach/
H
A
D
dma.h
14
struct
dma_ops
{
struct
/kernel/linux/linux-6.6/arch/arm/include/asm/mach/
H
A
D
dma.h
14
struct
dma_ops
{
struct
/kernel/linux/linux-5.10/arch/sh/include/asm/
H
A
D
dma.h
52
struct
dma_ops
{
struct
/kernel/linux/linux-6.6/arch/sh/include/asm/
H
A
D
dma.h
52
struct
dma_ops
{
struct
/kernel/linux/linux-5.10/drivers/ide/
H
A
D
ide-dma.c
449
const struct ide_dma_ops *
dma_ops
= hwif->
dma_ops
;
in ide_dma_timeout_retry()
local
533
const struct ide_
dma_ops
*
dma_ops
= drive->hwif->
dma_ops
;
ide_dma_prepare()
local
[all...]
H
A
D
ide-taskfile.c
87
const struct ide_dma_ops *
dma_ops
= hwif->
dma_ops
;
in do_rw_taskfile()
local
/kernel/linux/linux-5.10/include/linux/
H
A
D
dma-map-ops.h
84
set_
dma_ops
(struct device *dev, const struct dma_map_ops *
dma_ops
)
set_dma_ops()
argument
94
set_
dma_ops
(struct device *dev, const struct dma_map_ops *
dma_ops
)
set_dma_ops()
argument
/kernel/linux/linux-5.10/arch/sparc/kernel/
H
A
D
iommu.c
767
const struct dma_map_ops *
dma_ops
= &sun4u_dma_ops;
variable
768
EXPORT_SYMBOL(
dma_ops
);
variable
/kernel/linux/linux-6.6/arch/sparc/kernel/
H
A
D
iommu.c
765
const struct dma_map_ops *
dma_ops
= &sun4u_dma_ops;
variable
766
EXPORT_SYMBOL(
dma_ops
);
variable
/kernel/linux/linux-5.10/drivers/media/pci/tw686x/
H
A
D
tw686x.h
131
const struct tw686x_dma_ops *
dma_ops
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
dma-map-ops.h
97
set_
dma_ops
(struct device *dev, const struct dma_map_ops *
dma_ops
)
set_dma_ops()
argument
107
set_
dma_ops
(struct device *dev, const struct dma_map_ops *
dma_ops
)
set_dma_ops()
argument
/kernel/linux/linux-6.6/drivers/media/pci/tw686x/
H
A
D
tw686x.h
131
const struct tw686x_dma_ops *
dma_ops
;
member
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
pci-common.c
64
void set_pci_dma_ops(const struct dma_map_ops *
dma_ops
)
in set_pci_dma_ops()
argument
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
pci-common.c
66
void __init set_pci_dma_ops(const struct dma_map_ops *
dma_ops
)
in set_pci_dma_ops()
argument
/kernel/linux/linux-5.10/drivers/mmc/host/
H
A
D
renesas_sdhi_core.c
914
renesas_sdhi_probe(struct platform_device *pdev, const struct tmio_mmc_
dma_ops
*
dma_ops
)
renesas_sdhi_probe()
argument
H
A
D
tmio_mmc.h
189
const struct tmio_mmc_dma_ops *
dma_ops
;
member
/kernel/linux/linux-5.10/drivers/spi/
H
A
D
spi-dw.h
185
const struct dw_spi_dma_ops *
dma_ops
;
member
/kernel/linux/linux-6.6/drivers/mmc/host/
H
A
D
renesas_sdhi_core.c
904
renesas_sdhi_probe(struct platform_device *pdev, const struct tmio_mmc_
dma_ops
*
dma_ops
, const struct renesas_sdhi_of_data *of_data, const struct renesas_sdhi_quirks *quirks)
renesas_sdhi_probe()
argument
H
A
D
tmio_mmc.h
194
const struct tmio_mmc_dma_ops *
dma_ops
;
member
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi-dw.h
196
const struct dw_spi_dma_ops *
dma_ops
;
member
/kernel/linux/linux-5.10/arch/arm/mm/
H
A
D
dma-mapping.c
2260
const struct dma_map_ops *
dma_ops
;
in arch_setup_dma_ops()
local
Completed in 23 milliseconds
1
2