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:powerup_msecs
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/
H
A
D
mmc_spi.c
110
u16
powerup_msecs
;
member
1074
msleep(host->
powerup_msecs
);
in mmc_spi_set_ios()
1246
host->
powerup_msecs
= host->pdata->
powerup_msecs
;
in mmc_spi_probe()
1247
if (!host->
powerup_msecs
|| host->
powerup_msecs
> 250)
in mmc_spi_probe()
1248
host->
powerup_msecs
= 250;
in mmc_spi_probe()
/kernel/linux/linux-6.6/drivers/mmc/host/
H
A
D
mmc_spi.c
110
u16
powerup_msecs
;
member
1062
msleep(host->
powerup_msecs
);
in mmc_spi_set_ios()
1235
host->
powerup_msecs
= host->pdata->
powerup_msecs
;
in mmc_spi_probe()
1236
if (!host->
powerup_msecs
|| host->
powerup_msecs
> 250)
in mmc_spi_probe()
1237
host->
powerup_msecs
= 250;
in mmc_spi_probe()
/kernel/linux/linux-6.6/include/linux/spi/
H
A
D
mmc_spi.h
33
u16
powerup_msecs
; /* delay of up to 250 msec */
member
/kernel/linux/linux-5.10/include/linux/spi/
H
A
D
mmc_spi.h
33
u16
powerup_msecs
; /* delay of up to 250 msec */
member
/kernel/linux/linux-5.10/arch/arm/mach-ep93xx/
H
A
D
vision_ep9307.c
200
.
powerup_msecs
= 100,
H
A
D
ts72xx.c
244
.
powerup_msecs
= 100,
/kernel/linux/linux-6.6/arch/arm/mach-ep93xx/
H
A
D
vision_ep9307.c
200
.
powerup_msecs
= 100,
H
A
D
ts72xx.c
243
.
powerup_msecs
= 100,
Completed in 6 milliseconds