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:dw_dma_remove
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/dma/
H
A
D
dw.h
44
int
dw_dma_remove
(struct dw_dma_chip *chip);
49
static inline int
dw_dma_remove
(struct dw_dma_chip *chip) { return 0; }
in dw_dma_remove()
function
/kernel/linux/linux-6.6/include/linux/dma/
H
A
D
dw.h
44
int
dw_dma_remove
(struct dw_dma_chip *chip);
49
static inline int
dw_dma_remove
(struct dw_dma_chip *chip) { return 0; }
in dw_dma_remove()
function
/kernel/linux/linux-5.10/drivers/dma/dw/
H
A
D
dw.c
133
int
dw_dma_remove
(struct dw_dma_chip *chip)
in dw_dma_remove()
function
137
EXPORT_SYMBOL_GPL(
dw_dma_remove
);
variable
H
A
D
internal.h
58
.remove =
dw_dma_remove
,
/kernel/linux/linux-6.6/drivers/dma/dw/
H
A
D
dw.c
133
int
dw_dma_remove
(struct dw_dma_chip *chip)
in dw_dma_remove()
function
137
EXPORT_SYMBOL_GPL(
dw_dma_remove
);
variable
H
A
D
internal.h
58
.remove =
dw_dma_remove
,
/kernel/linux/linux-5.10/drivers/tty/serial/8250/
H
A
D
8250_lpss.c
234
dw_dma_remove
(chip);
in qrk_serial_exit_dma()
/kernel/linux/linux-6.6/drivers/tty/serial/8250/
H
A
D
8250_lpss.c
245
dw_dma_remove
(chip);
in qrk_serial_exit_dma()
/kernel/linux/linux-5.10/sound/soc/intel/catpt/
H
A
D
dsp.c
151
dw_dma_remove
(cdev->dmac);
in catpt_dmac_remove()
/kernel/linux/linux-6.6/sound/soc/intel/catpt/
H
A
D
dsp.c
151
dw_dma_remove
(cdev->dmac);
in catpt_dmac_remove()
/kernel/linux/linux-5.10/drivers/ata/
H
A
D
sata_dwc_460ex.c
275
dw_dma_remove
(hsdev->dma);
in sata_dwc_dma_exit_old()
/kernel/linux/linux-6.6/drivers/ata/
H
A
D
sata_dwc_460ex.c
259
dw_dma_remove
(hsdev->dma);
in sata_dwc_dma_exit_old()
Completed in 9 milliseconds