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:fbs_enabled
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/ata/
H
A
D
libahci.c
1428
if (pp->
fbs_enabled
&& pp->fbs_last_dev != pmp) {
in ahci_exec_polled_cmd()
1476
if (!ata_is_host_link(link) && pp->
fbs_enabled
) {
in ahci_do_softreset()
1683
if (!sata_pmp_attached(ap) || pp->
fbs_enabled
)
in ahci_pmp_qc_defer()
1736
BUG_ON(!pp->
fbs_enabled
);
in ahci_fbs_dec_intr()
1764
if (pp->
fbs_enabled
) {
in ahci_error_intr()
1875
if (pp->
fbs_enabled
) {
in ahci_qc_complete()
1943
if (pp->
fbs_enabled
)
in ahci_handle_port_interrupt()
2064
if (pp->
fbs_enabled
&& pp->fbs_last_dev != qc->dev->link->pmp) {
in ahci_qc_issue()
2092
if (pp->
fbs_enabled
)
in ahci_qc_fill_rtf()
2149
if (!pp->
fbs_enabled
) {
in ahci_qc_ncq_fill_rtf()
[all...]
H
A
D
ahci.h
323
bool
fbs_enabled
; /* set iff FBS is enabled */
member
H
A
D
acard-ahci.c
256
if (pp->
fbs_enabled
)
in acard_ahci_qc_fill_rtf()
/kernel/linux/linux-5.10/drivers/ata/
H
A
D
libahci.c
1371
if (pp->
fbs_enabled
&& pp->fbs_last_dev != pmp) {
in ahci_exec_polled_cmd()
1420
if (!ata_is_host_link(link) && pp->
fbs_enabled
) {
in ahci_do_softreset()
1637
if (!sata_pmp_attached(ap) || pp->
fbs_enabled
)
in ahci_pmp_qc_defer()
1691
BUG_ON(!pp->
fbs_enabled
);
in ahci_fbs_dec_intr()
1719
if (pp->
fbs_enabled
) {
in ahci_error_intr()
1863
if (pp->
fbs_enabled
)
in ahci_handle_port_interrupt()
1878
if (pp->
fbs_enabled
) {
in ahci_handle_port_interrupt()
2008
if (pp->
fbs_enabled
&& pp->fbs_last_dev != qc->dev->link->pmp) {
in ahci_qc_issue()
2029
if (pp->
fbs_enabled
)
in ahci_qc_fill_rtf()
2192
pp->
fbs_enabled
in ahci_enable_fbs()
[all...]
H
A
D
ahci.h
319
bool
fbs_enabled
; /* set iff FBS is enabled */
member
H
A
D
acard-ahci.c
258
if (pp->
fbs_enabled
)
in acard_ahci_qc_fill_rtf()
Completed in 10 milliseconds