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:get_dma_ops
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/kernel/dma/
H
A
D
mapping.c
144
const struct dma_map_ops *ops =
get_dma_ops
(dev);
in dma_map_page_attrs()
165
const struct dma_map_ops *ops =
get_dma_ops
(dev);
in dma_unmap_page_attrs()
183
const struct dma_map_ops *ops =
get_dma_ops
(dev);
in dma_map_sg_attrs()
206
const struct dma_map_ops *ops =
get_dma_ops
(dev);
in dma_unmap_sg_attrs()
220
const struct dma_map_ops *ops =
get_dma_ops
(dev);
in dma_map_resource()
245
const struct dma_map_ops *ops =
get_dma_ops
(dev);
in dma_unmap_resource()
257
const struct dma_map_ops *ops =
get_dma_ops
(dev);
in dma_sync_single_for_cpu()
271
const struct dma_map_ops *ops =
get_dma_ops
(dev);
in dma_sync_single_for_device()
285
const struct dma_map_ops *ops =
get_dma_ops
(dev);
in dma_sync_sg_for_cpu()
299
const struct dma_map_ops *ops =
get_dma_ops
(de
in dma_sync_sg_for_device()
[all...]
H
A
D
ops_helpers.c
64
const struct dma_map_ops *ops =
get_dma_ops
(dev);
in dma_common_alloc_pages()
87
const struct dma_map_ops *ops =
get_dma_ops
(dev);
in dma_common_free_pages()
/kernel/linux/linux-6.6/kernel/dma/
H
A
D
mapping.c
151
const struct dma_map_ops *ops =
get_dma_ops
(dev);
in dma_map_page_attrs()
174
const struct dma_map_ops *ops =
get_dma_ops
(dev);
in dma_unmap_page_attrs()
189
const struct dma_map_ops *ops =
get_dma_ops
(dev);
in __dma_map_sg_attrs()
287
const struct dma_map_ops *ops =
get_dma_ops
(dev);
in dma_unmap_sg_attrs()
302
const struct dma_map_ops *ops =
get_dma_ops
(dev);
in dma_map_resource()
323
const struct dma_map_ops *ops =
get_dma_ops
(dev);
in dma_unmap_resource()
335
const struct dma_map_ops *ops =
get_dma_ops
(dev);
in dma_sync_single_for_cpu()
349
const struct dma_map_ops *ops =
get_dma_ops
(dev);
in dma_sync_single_for_device()
363
const struct dma_map_ops *ops =
get_dma_ops
(dev);
in dma_sync_sg_for_cpu()
377
const struct dma_map_ops *ops =
get_dma_ops
(de
in dma_sync_sg_for_device()
[all...]
H
A
D
ops_helpers.c
64
const struct dma_map_ops *ops =
get_dma_ops
(dev);
in dma_common_alloc_pages()
87
const struct dma_map_ops *ops =
get_dma_ops
(dev);
in dma_common_free_pages()
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/
H
A
D
exynos_drm_dma.c
49
if (
get_dma_ops
(priv->dma_dev) !=
get_dma_ops
(subdrv_dev)) {
in drm_iommu_attach_device()
/kernel/linux/linux-6.6/drivers/gpu/drm/exynos/
H
A
D
exynos_drm_dma.c
48
if (
get_dma_ops
(priv->dma_dev) !=
get_dma_ops
(subdrv_dev)) {
in drm_iommu_attach_device()
/kernel/linux/linux-5.10/include/linux/
H
A
D
dma-map-ops.h
77
static inline const struct dma_map_ops *
get_dma_ops
(struct device *dev)
in get_dma_ops()
function
90
static inline const struct dma_map_ops *
get_dma_ops
(struct device *dev)
in get_dma_ops()
function
/kernel/linux/linux-6.6/include/linux/
H
A
D
dma-map-ops.h
90
static inline const struct dma_map_ops *
get_dma_ops
(struct device *dev)
in get_dma_ops()
function
103
static inline const struct dma_map_ops *
get_dma_ops
(struct device *dev)
in get_dma_ops()
function
/kernel/linux/linux-5.10/arch/arm/mm/
H
A
D
dma-mapping.c
981
const struct dma_map_ops *ops =
get_dma_ops
(dev);
in arm_dma_map_sg()
1015
const struct dma_map_ops *ops =
get_dma_ops
(dev);
in arm_dma_unmap_sg()
1034
const struct dma_map_ops *ops =
get_dma_ops
(dev);
in arm_dma_sync_sg_for_cpu()
1053
const struct dma_map_ops *ops =
get_dma_ops
(dev);
in arm_dma_sync_sg_for_device()
/kernel/linux/linux-6.6/drivers/remoteproc/
H
A
D
remoteproc_virtio.c
519
set_dma_ops(dev,
get_dma_ops
(rproc->dev.parent));
in rproc_virtio_probe()
/kernel/linux/linux-6.6/sound/core/
H
A
D
memalloc.c
551
if (!sgt && !
get_dma_ops
(dmab->dev.dev))
in snd_dma_noncontig_alloc()
/kernel/linux/linux-5.10/drivers/remoteproc/
H
A
D
remoteproc_core.c
568
set_dma_ops(&rvdev->dev,
get_dma_ops
(rproc->dev.parent));
in rproc_handle_vdev()
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H
A
D
pci-ioda.c
1262
WARN_ON(
get_dma_ops
(&pdev->dev) != &dma_iommu_ops);
in pnv_pci_ioda_dma_dev_setup()
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H
A
D
pci-ioda.c
1040
WARN_ON(
get_dma_ops
(&pdev->dev) != &dma_iommu_ops);
in pnv_pci_ioda_dma_dev_setup()
Completed in 30 milliseconds