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:MMC_APP_CMD
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/mmc/
H
A
D
mmc.h
86
#define
MMC_APP_CMD
55 /* ac [31:16] RCA R1 */
macro
/kernel/linux/linux-6.6/include/linux/mmc/
H
A
D
mmc.h
86
#define
MMC_APP_CMD
55 /* ac [31:16] RCA R1 */
macro
/kernel/linux/linux-6.6/drivers/mmc/host/
H
A
D
litex_mmc.c
167
host->app_cmd = (cmd ==
MMC_APP_CMD
);
in litex_mmc_send_cmd()
192
return litex_mmc_send_cmd(host,
MMC_APP_CMD
, host->rca << 16,
in litex_mmc_send_app_cmd()
H
A
D
sdricoh_cs.c
163
} else if (opcode ==
MMC_APP_CMD
)
in sdricoh_mmc_cmd()
H
A
D
toshsd.c
448
if (cmd->opcode ==
MMC_APP_CMD
)
in toshsd_start_cmd()
H
A
D
usdhi6rol0.c
1571
} else if (cmd->opcode ==
MMC_APP_CMD
) {
in usdhi6_sd_bh()
H
A
D
sh_mmcif.c
1093
case
MMC_APP_CMD
:
in sh_mmcif_end_cmd()
/kernel/linux/linux-5.10/drivers/mmc/core/
H
A
D
sd_ops.c
29
cmd.opcode =
MMC_APP_CMD
;
in mmc_app_cmd()
58
* We have to resend
MMC_APP_CMD
for each attempt so
in mmc_wait_for_app_cmd()
H
A
D
block.c
904
cmd.opcode =
MMC_APP_CMD
;
in mmc_sd_num_wr_blocks()
/kernel/linux/linux-6.6/drivers/mmc/core/
H
A
D
sd_ops.c
30
cmd.opcode =
MMC_APP_CMD
;
in mmc_app_cmd()
59
* We have to resend
MMC_APP_CMD
for each attempt so
in mmc_wait_for_app_cmd()
/kernel/linux/linux-5.10/drivers/mmc/host/
H
A
D
sdricoh_cs.c
171
} else if (opcode ==
MMC_APP_CMD
)
in sdricoh_mmc_cmd()
H
A
D
toshsd.c
448
if (cmd->opcode ==
MMC_APP_CMD
)
in toshsd_start_cmd()
H
A
D
usdhi6rol0.c
1561
} else if (cmd->opcode ==
MMC_APP_CMD
) {
in usdhi6_sd_bh()
H
A
D
sh_mmcif.c
1092
case
MMC_APP_CMD
:
in sh_mmcif_end_cmd()
Completed in 21 milliseconds