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:busy_detect
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/
H
A
D
mmci.c
182
.
busy_detect
= true,
217
.
busy_detect
= true,
273
.
busy_detect
= true,
300
.
busy_detect
= true,
1383
if (busy_resp && host->variant->
busy_detect
)
in mmci_cmd_irq()
1630
if (host->variant->
busy_detect
)
in mmci_irq()
1727
if (!host->variant->
busy_detect
)
in mmci_set_max_busy_timeout()
2087
if (variant->
busy_detect
) {
in mmci_probe()
H
A
D
mmci.h
298
* @
busy_detect
: true if the variant supports busy detection on DAT0.
348
u8
busy_detect
:1;
member
/kernel/linux/linux-6.6/drivers/mmc/host/
H
A
D
mmci.c
184
.
busy_detect
= true,
219
.
busy_detect
= true,
276
.
busy_detect
= true,
304
.
busy_detect
= true,
332
.
busy_detect
= true,
1491
if (busy_resp && host->variant->
busy_detect
)
in mmci_cmd_irq()
1792
if (host->variant->
busy_detect
)
in mmci_irq()
1889
if (!host->variant->
busy_detect
)
in mmci_set_max_busy_timeout()
2307
if (variant->
busy_detect
) {
in mmci_probe()
2401
if (host->variant->
busy_detect
)
in mmci_probe()
[all...]
H
A
D
mmci.h
314
* @
busy_detect
: true if the variant supports busy detection on DAT0.
364
u8
busy_detect
:1;
member
Completed in 9 milliseconds