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:init_card_type
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/
H
A
D
sdhci-xenon.h
72
unsigned int
init_card_type
;
member
H
A
D
sdhci-xenon-phy.c
524
if ((priv->
init_card_type
== MMC_TYPE_SDIO) ||
in xenon_emmc_phy_slow_mode()
586
if (priv->
init_card_type
== MMC_TYPE_SDIO)
in xenon_emmc_phy_set()
H
A
D
sdhci-xenon.c
332
* priv->
init_card_type
will be used in PHY timing adjustment.
341
priv->
init_card_type
= card->type;
in xenon_init_card()
/kernel/linux/linux-6.6/drivers/mmc/host/
H
A
D
sdhci-xenon.h
79
unsigned int
init_card_type
;
member
H
A
D
sdhci-xenon-phy.c
554
if ((priv->
init_card_type
== MMC_TYPE_SDIO) ||
in xenon_emmc_phy_slow_mode()
616
if (priv->
init_card_type
== MMC_TYPE_SDIO)
in xenon_emmc_phy_set()
H
A
D
sdhci-esdhc-imx.c
349
unsigned int
init_card_type
;
member
475
if (imx_data->
init_card_type
== MMC_TYPE_SDIO)
in usdhc_auto_tuning_mode_sel_and_en()
1092
imx_data->
init_card_type
= card->type;
in usdhc_init_card()
H
A
D
sdhci-xenon.c
343
* priv->
init_card_type
will be used in PHY timing adjustment.
352
priv->
init_card_type
= card->type;
in xenon_init_card()
Completed in 9 milliseconds