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:ide_dma_end
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/ide/
H
A
D
ide-dma-sff.c
286
int
ide_dma_end
(ide_drive_t *drive)
in ide_dma_end()
function
314
EXPORT_SYMBOL_GPL(
ide_dma_end
);
variable
330
.dma_end =
ide_dma_end
,
H
A
D
cs5536.c
212
int ret =
ide_dma_end
(drive);
in cs5536_dma_end()
H
A
D
tc86c001.c
188
.dma_end =
ide_dma_end
,
H
A
D
pdc202xx_old.c
183
return
ide_dma_end
(drive);
in pdc202xx_dma_end()
H
A
D
sl82c105.c
210
int ret =
ide_dma_end
(drive);
in sl82c105_dma_end()
H
A
D
hpt366.c
749
return
ide_dma_end
(drive);
in hpt370_dma_end()
785
return
ide_dma_end
(drive);
in hpt374_dma_end()
1354
.dma_end =
ide_dma_end
,
H
A
D
it821x.c
387
int ret =
ide_dma_end
(drive);
in it821x_dma_end()
H
A
D
alim15x3.c
506
.dma_end =
ide_dma_end
,
H
A
D
siimage.c
702
.dma_end =
ide_dma_end
,
/kernel/linux/linux-5.10/include/linux/
H
A
D
ide.h
1446
int
ide_dma_end
(ide_drive_t *);
Completed in 12 milliseconds