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_SENSE
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/drivers/ata/
H
A
D
libata-trace.c
31
if (status &
ATA_SENSE
)
in libata_trace_parse_status()
H
A
D
libata-eh.c
1434
if (tf.command &
ATA_SENSE
) {
in ata_eh_request_sense()
1578
stat &= ~
ATA_SENSE
;
in ata_eh_analyze_tf()
1585
if (stat &
ATA_SENSE
)
in ata_eh_analyze_tf()
2385
ATA_SENSE
| ATA_ERR)) {
in ata_eh_link_report()
2393
res->command &
ATA_SENSE
? "SENSE " : "",
in ata_eh_link_report()
H
A
D
libata-sata.c
1482
((qc->result_tf.command &
ATA_SENSE
) || qc->result_tf.auxiliary)) {
in ata_eh_analyze_ncq_error()
H
A
D
libata-scsi.c
681
if (stat &
ATA_SENSE
) pr_cont("Sense ");
in ata_dump_status()
H
A
D
libata-core.c
1625
qc->result_tf.command |=
ATA_SENSE
;
in ata_exec_internal_sg()
/kernel/linux/linux-5.10/drivers/ide/
H
A
D
ide-lib.c
126
if (stat &
ATA_SENSE
)
in ide_dump_status()
H
A
D
ide-probe.c
278
if ((a ^ s) & ~
ATA_SENSE
)
in ide_dev_read_id()
/kernel/linux/linux-6.6/drivers/ata/
H
A
D
libata-trace.c
31
if (status &
ATA_SENSE
)
in libata_trace_parse_status()
H
A
D
libata-eh.c
1434
if (tf.status &
ATA_SENSE
) {
in ata_eh_request_sense()
1583
stat &= ~
ATA_SENSE
;
in ata_eh_analyze_tf()
1599
(stat &
ATA_SENSE
) && ata_eh_request_sense(qc))
in ata_eh_analyze_tf()
2002
if (!(qc->result_tf.status &
ATA_SENSE
))
in ata_eh_get_success_sense()
2490
ATA_SENSE
| ATA_ERR)) {
in ata_eh_link_report()
2498
res->status &
ATA_SENSE
? "SENSE " : "",
in ata_eh_link_report()
H
A
D
libata-sata.c
1338
if (ata_id_has_ncq_autosense(dev->id) && (tf->status &
ATA_SENSE
))
in ata_eh_read_log_10h()
1396
* If the command does not have any sense data, clear
ATA_SENSE
.
in ata_eh_read_sense_success_ncq_log()
1400
qc->result_tf.status &= ~
ATA_SENSE
;
in ata_eh_read_sense_success_ncq_log()
H
A
D
libata-core.c
1632
qc->result_tf.status |=
ATA_SENSE
;
in ata_exec_internal_sg()
4876
* sense data (
ATA_SENSE
is set). If we do, then the command may have
in ata_qc_complete()
4881
qc->result_tf.status &
ATA_SENSE
) {
in ata_qc_complete()
/kernel/linux/linux-6.6/include/linux/
H
A
D
ata.h
169
ATA_SENSE
= (1 << 1), /* sense code available */
enumerator
/kernel/linux/linux-5.10/include/linux/
H
A
D
ata.h
170
ATA_SENSE
= (1 << 1), /* sense code available */
enumerator
Completed in 38 milliseconds