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:start_engine
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/drivers/ata/
H
A
D
libahci.c
418
* If it is not set already this function sets hpriv->
start_engine
to
549
if (!hpriv->
start_engine
)
in ahci_save_initial_config()
550
hpriv->
start_engine
= ahci_start_engine;
in ahci_save_initial_config()
858
hpriv->
start_engine
(ap);
in ahci_start_port()
1351
hpriv->
start_engine
(ap);
in ahci_kick_engine()
1571
hpriv->
start_engine
(ap);
in ahci_do_hardreset()
2080
hpriv->
start_engine
(ap);
in ahci_error_handler()
2169
hpriv->
start_engine
(ap);
in ahci_set_aggressive_devslp()
2210
hpriv->
start_engine
(ap);
in ahci_enable_fbs()
2243
hpriv->
start_engine
(a
in ahci_disable_fbs()
[all...]
H
A
D
ahci_sunxi.c
223
hpriv->
start_engine
= ahci_sunxi_start_engine;
in ahci_sunxi_probe()
H
A
D
ahci_xgene.c
168
hpriv->
start_engine
(ap);
in xgene_ahci_restart_engine()
422
hpriv->
start_engine
(ap);
in xgene_ahci_hardreset()
H
A
D
ahci.h
363
void (*
start_engine
)(struct ata_port *ap);
member
H
A
D
ahci_qoriq.c
145
hpriv->
start_engine
(ap);
in ahci_qoriq_hardreset()
H
A
D
ahci.c
740
hpriv->
start_engine
(ap);
in ahci_vt8251_hardreset()
771
hpriv->
start_engine
(ap);
in ahci_p5wdh_hardreset()
857
hpriv->
start_engine
(ap);
in ahci_avn_hardreset()
H
A
D
sata_highbank.c
420
hpriv->
start_engine
(ap);
in ahci_highbank_hardreset()
/kernel/linux/linux-6.6/drivers/ata/
H
A
D
libahci.c
440
* If it is not set already this function sets hpriv->
start_engine
to
599
if (!hpriv->
start_engine
)
in ahci_save_initial_config()
600
hpriv->
start_engine
= ahci_start_engine;
in ahci_save_initial_config()
916
hpriv->
start_engine
(ap);
in ahci_start_port()
1408
hpriv->
start_engine
(ap);
in ahci_kick_engine()
1620
hpriv->
start_engine
(ap);
in ahci_do_hardreset()
2230
hpriv->
start_engine
(ap);
in ahci_error_handler()
2319
hpriv->
start_engine
(ap);
in ahci_set_aggressive_devslp()
2360
hpriv->
start_engine
(ap);
in ahci_enable_fbs()
2393
hpriv->
start_engine
(a
in ahci_disable_fbs()
[all...]
H
A
D
ahci_sunxi.c
223
hpriv->
start_engine
= ahci_sunxi_start_engine;
in ahci_sunxi_probe()
H
A
D
ahci_xgene.c
167
hpriv->
start_engine
(ap);
in xgene_ahci_restart_engine()
421
hpriv->
start_engine
(ap);
in xgene_ahci_hardreset()
H
A
D
ahci_qoriq.c
141
hpriv->
start_engine
(ap);
in ahci_qoriq_hardreset()
H
A
D
ahci.h
369
void (*
start_engine
)(struct ata_port *ap);
member
H
A
D
ahci.c
759
hpriv->
start_engine
(ap);
in ahci_vt8251_hardreset()
788
hpriv->
start_engine
(ap);
in ahci_p5wdh_hardreset()
872
hpriv->
start_engine
(ap);
in ahci_avn_hardreset()
H
A
D
sata_highbank.c
420
hpriv->
start_engine
(ap);
in ahci_highbank_hardreset()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/
H
A
D
intel_guc_submission.c
4145
static void
start_engine
(struct intel_engine_cs *engine)
in start_engine()
function
4164
start_engine
(engine);
in guc_resume()
Completed in 29 milliseconds