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:resptype
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/
H
A
D
android-goldfish.c
149
u32
resptype
;
in goldfish_mmc_start_command()
local
154
resptype
= 0;
in goldfish_mmc_start_command()
164
resptype
= 1;
in goldfish_mmc_start_command()
167
resptype
= 2;
in goldfish_mmc_start_command()
170
resptype
= 3;
in goldfish_mmc_start_command()
187
cmdreg = cmd->opcode | (
resptype
<< 8) | (cmdtype << 12);
in goldfish_mmc_start_command()
H
A
D
omap.c
335
u32
resptype
;
in mmc_omap_start_command()
local
341
resptype
= 0;
in mmc_omap_start_command()
351
resptype
= 1;
in mmc_omap_start_command()
354
resptype
= 2;
in mmc_omap_start_command()
357
resptype
= 3;
in mmc_omap_start_command()
374
cmdreg = cmd->opcode | (
resptype
<< 8) | (cmdtype << 12);
in mmc_omap_start_command()
H
A
D
omap_hsmmc.c
764
int cmdreg = 0,
resptype
= 0, cmdtype = 0;
in omap_hsmmc_start_command()
local
775
resptype
= 1;
in omap_hsmmc_start_command()
777
resptype
= 3;
in omap_hsmmc_start_command()
780
resptype
= 2;
in omap_hsmmc_start_command()
791
cmdreg = (cmd->opcode << 24) | (
resptype
<< 16) | (cmdtype << 22);
in omap_hsmmc_start_command()
/kernel/linux/linux-6.6/drivers/mmc/host/
H
A
D
omap.c
348
u32
resptype
;
in mmc_omap_start_command()
local
354
resptype
= 0;
in mmc_omap_start_command()
364
resptype
= 1;
in mmc_omap_start_command()
367
resptype
= 2;
in mmc_omap_start_command()
370
resptype
= 3;
in mmc_omap_start_command()
387
cmdreg = cmd->opcode | (
resptype
<< 8) | (cmdtype << 12);
in mmc_omap_start_command()
H
A
D
omap_hsmmc.c
759
int cmdreg = 0,
resptype
= 0, cmdtype = 0;
in omap_hsmmc_start_command()
local
770
resptype
= 1;
in omap_hsmmc_start_command()
772
resptype
= 3;
in omap_hsmmc_start_command()
775
resptype
= 2;
in omap_hsmmc_start_command()
786
cmdreg = (cmd->opcode << 24) | (
resptype
<< 16) | (cmdtype << 22);
in omap_hsmmc_start_command()
Completed in 11 milliseconds