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:ata_id_has_dma
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/ide/
H
A
D
cs5530.c
92
if (
ata_id_has_dma
(mateid) && __ide_dma_bad_drive(mate) == 0) {
in cs5530_udma_filter()
H
A
D
ide-devsets.c
49
if (
ata_id_has_dma
(drive->id) == 0)
in set_using_dma()
H
A
D
sc1200.c
115
if (
ata_id_has_dma
(mateid) && __ide_dma_bad_drive(mate) == 0) {
in sc1200_udma_filter()
H
A
D
it821x.c
503
if (
ata_id_has_dma
(id)) {
in it821x_quirkproc()
H
A
D
ide-dma.c
356
if (
ata_id_has_dma
(drive->id) == 0 ||
in ide_tune_dma()
/kernel/linux/linux-5.10/drivers/ata/
H
A
D
pata_it821x.c
474
if (
ata_id_has_dma
(dev->id)) {
in it821x_smart_set_mode()
/kernel/linux/linux-6.6/drivers/ata/
H
A
D
pata_it821x.c
475
if (
ata_id_has_dma
(dev->id)) {
in it821x_smart_set_mode()
/kernel/linux/linux-6.6/include/linux/
H
A
D
ata.h
565
#define
ata_id_has_dma
(id) ((id)[ATA_ID_CAPABILITY] & (1 << 8))
macro
/kernel/linux/linux-5.10/include/linux/
H
A
D
ata.h
556
#define
ata_id_has_dma
(id) ((id)[ATA_ID_CAPABILITY] & (1 << 8))
macro
Completed in 11 milliseconds