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:stop_engine
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/ata/
H
A
D
libahci.c
552
if (!hpriv->
stop_engine
)
in ahci_save_initial_config()
553
hpriv->
stop_engine
= ahci_stop_engine;
in ahci_save_initial_config()
898
rc = hpriv->
stop_engine
(ap);
in ahci_deinit_port()
1320
rc = hpriv->
stop_engine
(ap);
in ahci_kick_engine()
1559
hpriv->
stop_engine
(ap);
in ahci_do_hardreset()
2079
hpriv->
stop_engine
(ap);
in ahci_error_handler()
2086
hpriv->
stop_engine
(ap);
in ahci_error_handler()
2140
rc = hpriv->
stop_engine
(ap);
in ahci_set_aggressive_devslp()
2197
rc = hpriv->
stop_engine
(ap);
in ahci_enable_fbs()
2230
rc = hpriv->
stop_engine
(a
in ahci_disable_fbs()
[all...]
H
A
D
ahci_mvebu.c
206
hpriv->
stop_engine
= ahci_mvebu_stop_engine;
in ahci_mvebu_probe()
H
A
D
ahci_xgene.c
155
hpriv->
stop_engine
(ap);
in xgene_ahci_restart_engine()
411
hpriv->
stop_engine
(ap);
in xgene_ahci_hardreset()
H
A
D
ahci.h
369
int (*
stop_engine
)(struct ata_port *ap);
member
H
A
D
ahci_qoriq.c
108
hpriv->
stop_engine
(ap);
in ahci_qoriq_hardreset()
H
A
D
ahci.c
735
hpriv->
stop_engine
(ap);
in ahci_vt8251_hardreset()
761
hpriv->
stop_engine
(ap);
in ahci_p5wdh_hardreset()
825
hpriv->
stop_engine
(ap);
in ahci_avn_hardreset()
H
A
D
sata_highbank.c
399
hpriv->
stop_engine
(ap);
in ahci_highbank_hardreset()
/kernel/linux/linux-6.6/drivers/ata/
H
A
D
libahci.c
602
if (!hpriv->
stop_engine
)
in ahci_save_initial_config()
603
hpriv->
stop_engine
= ahci_stop_engine;
in ahci_save_initial_config()
956
rc = hpriv->
stop_engine
(ap);
in ahci_deinit_port()
1377
rc = hpriv->
stop_engine
(ap);
in ahci_kick_engine()
1608
hpriv->
stop_engine
(ap);
in ahci_do_hardreset()
2229
hpriv->
stop_engine
(ap);
in ahci_error_handler()
2236
hpriv->
stop_engine
(ap);
in ahci_error_handler()
2290
rc = hpriv->
stop_engine
(ap);
in ahci_set_aggressive_devslp()
2347
rc = hpriv->
stop_engine
(ap);
in ahci_enable_fbs()
2380
rc = hpriv->
stop_engine
(a
in ahci_disable_fbs()
[all...]
H
A
D
ahci_mvebu.c
206
hpriv->
stop_engine
= ahci_mvebu_stop_engine;
in ahci_mvebu_probe()
H
A
D
ahci_xgene.c
154
hpriv->
stop_engine
(ap);
in xgene_ahci_restart_engine()
410
hpriv->
stop_engine
(ap);
in xgene_ahci_hardreset()
H
A
D
ahci_qoriq.c
104
hpriv->
stop_engine
(ap);
in ahci_qoriq_hardreset()
H
A
D
ahci.h
375
int (*
stop_engine
)(struct ata_port *ap);
member
H
A
D
ahci.c
754
hpriv->
stop_engine
(ap);
in ahci_vt8251_hardreset()
778
hpriv->
stop_engine
(ap);
in ahci_p5wdh_hardreset()
840
hpriv->
stop_engine
(ap);
in ahci_avn_hardreset()
H
A
D
sata_highbank.c
399
hpriv->
stop_engine
(ap);
in ahci_highbank_hardreset()
Completed in 21 milliseconds