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:dma_can_mmap
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/kernel/dma/
H
A
D
mapping.c
356
*
dma_can_mmap
- check if a given device supports dma_mmap_*
362
bool
dma_can_mmap
(struct device *dev)
in dma_can_mmap()
function
370
EXPORT_SYMBOL_GPL(
dma_can_mmap
);
variable
/kernel/linux/linux-5.10/include/linux/
H
A
D
dma-mapping.h
139
bool
dma_can_mmap
(struct device *dev);
228
static inline bool
dma_can_mmap
(struct device *dev)
in dma_can_mmap()
function
/kernel/linux/linux-6.6/include/linux/
H
A
D
dma-mapping.h
142
bool
dma_can_mmap
(struct device *dev);
247
static inline bool
dma_can_mmap
(struct device *dev)
in dma_can_mmap()
function
/kernel/linux/linux-6.6/kernel/dma/
H
A
D
mapping.c
432
*
dma_can_mmap
- check if a given device supports dma_mmap_*
438
bool
dma_can_mmap
(struct device *dev)
in dma_can_mmap()
function
446
EXPORT_SYMBOL_GPL(
dma_can_mmap
);
variable
/kernel/linux/linux-5.10/sound/core/
H
A
D
pcm_native.c
262
return
dma_can_mmap
(substream->dma_buffer.dev.dev);
in hw_support_mmap()
/kernel/linux/linux-6.6/sound/core/
H
A
D
pcm_native.c
280
return
dma_can_mmap
(dmabuf->dev.dev);
in hw_support_mmap()
Completed in 15 milliseconds