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_host_uhs
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/core/
H
A
D
host.h
51
static inline int
mmc_host_uhs
(struct mmc_host *host)
in mmc_host_uhs()
function
H
A
D
sdio.c
200
if (
mmc_host_uhs
(card->host)) {
in sdio_read_cccr()
513
if (!
mmc_host_uhs
(card->host))
in sdio_set_bus_speed_mode()
655
if (
mmc_host_uhs
(host))
in mmc_sdio_init_card()
H
A
D
sd.c
440
if (!
mmc_host_uhs
(card->host)) {
in sd_update_bus_speed_mode()
834
if (retries &&
mmc_host_uhs
(host))
in mmc_sd_get_cid()
1091
if (!v18_fixup_failed && !mmc_host_is_spi(host) &&
mmc_host_uhs
(host) &&
in mmc_sd_init_card()
1106
if (rocr & SD_ROCR_S18A &&
mmc_host_uhs
(host)) {
in mmc_sd_init_card()
/kernel/linux/linux-6.6/drivers/mmc/core/
H
A
D
host.h
57
static inline int
mmc_host_uhs
(struct mmc_host *host)
in mmc_host_uhs()
function
H
A
D
sdio.c
201
if (
mmc_host_uhs
(card->host)) {
in sdio_read_cccr()
528
if (!
mmc_host_uhs
(card->host))
in sdio_set_bus_speed_mode()
670
if (
mmc_host_uhs
(host))
in mmc_sdio_init_card()
H
A
D
sd.c
459
if (!
mmc_host_uhs
(card->host)) {
in sd_update_bus_speed_mode()
851
if (retries &&
mmc_host_uhs
(host))
in mmc_sd_get_cid()
1487
if (!v18_fixup_failed && !mmc_host_is_spi(host) &&
mmc_host_uhs
(host) &&
in mmc_sd_init_card()
1502
if (rocr & SD_ROCR_S18A &&
mmc_host_uhs
(host)) {
in mmc_sd_init_card()
Completed in 7 milliseconds