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:end_command
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/
H
A
D
android-goldfish.c
284
int
end_command
= 0;
in goldfish_mmc_irq()
local
293
end_command
= 1;
in goldfish_mmc_irq()
302
end_command
= 0;
in goldfish_mmc_irq()
314
if (
end_command
)
in goldfish_mmc_irq()
340
if (!
end_command
&& !end_transfer && !state_changed && !cmd_timeout) {
in goldfish_mmc_irq()
H
A
D
davinci_mmc.c
868
int
end_command
= 0;
in mmc_davinci_irq()
local
984
end_command
= 1;
in mmc_davinci_irq()
993
end_command
= 1;
in mmc_davinci_irq()
999
end_command
= host->cmd ? 1 : 0;
in mmc_davinci_irq()
1002
if (
end_command
)
in mmc_davinci_irq()
H
A
D
omap.c
723
int
end_command
;
in mmc_omap_irq()
local
738
end_command
= 0;
in mmc_omap_irq()
798
end_command
= 1;
in mmc_omap_irq()
809
end_command
= 1;
in mmc_omap_irq()
820
end_command
= 1;
in mmc_omap_irq()
829
end_command
= 1;
in mmc_omap_irq()
842
if (
end_command
&& host->cmd)
in mmc_omap_irq()
/kernel/linux/linux-6.6/drivers/mmc/host/
H
A
D
davinci_mmc.c
867
int
end_command
= 0;
in mmc_davinci_irq()
local
983
end_command
= 1;
in mmc_davinci_irq()
992
end_command
= 1;
in mmc_davinci_irq()
998
end_command
= host->cmd ? 1 : 0;
in mmc_davinci_irq()
1001
if (
end_command
)
in mmc_davinci_irq()
H
A
D
omap.c
736
int
end_command
;
in mmc_omap_irq()
local
751
end_command
= 0;
in mmc_omap_irq()
811
end_command
= 1;
in mmc_omap_irq()
822
end_command
= 1;
in mmc_omap_irq()
833
end_command
= 1;
in mmc_omap_irq()
842
end_command
= 1;
in mmc_omap_irq()
855
if (
end_command
&& host->cmd)
in mmc_omap_irq()
Completed in 10 milliseconds