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:early_status
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/
H
A
D
mmc_spi.c
115
struct spi_transfer token, t, crc,
early_status
;
member
581
t = &host->
early_status
;
in mmc_spi_setup_data_message()
878
list_add(&host->
early_status
.transfer_list,
in mmc_spi_data_do()
884
host->
early_status
.tx_buf = host->
early_status
.rx_buf;
in mmc_spi_data_do()
885
host->
early_status
.len = statlen;
in mmc_spi_data_do()
/kernel/linux/linux-6.6/drivers/mmc/host/
H
A
D
mmc_spi.c
115
struct spi_transfer token, t, crc,
early_status
;
member
574
t = &host->
early_status
;
in mmc_spi_setup_data_message()
866
list_add(&host->
early_status
.transfer_list,
in mmc_spi_data_do()
872
host->
early_status
.tx_buf = host->
early_status
.rx_buf;
in mmc_spi_data_do()
873
host->
early_status
.len = statlen;
in mmc_spi_data_do()
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
myrb.h
539
unsigned
early_status
:1; /* Byte 1 Bit 2 */
member
H
A
D
myrb.c
1310
dcdb->
early_status
= false;
in myrb_pthru_queuecommand()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
myrb.h
539
unsigned
early_status
:1; /* Byte 1 Bit 2 */
member
H
A
D
myrb.c
1309
dcdb->
early_status
= false;
in myrb_pthru_queuecommand()
Completed in 20 milliseconds