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:ocr_avail_mmc
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/mmc/
H
A
D
host.h
287
u32
ocr_avail_mmc
; /* MMC-specific OCR */
member
/kernel/linux/linux-6.6/include/linux/mmc/
H
A
D
host.h
332
u32
ocr_avail_mmc
; /* MMC-specific OCR */
member
/kernel/linux/linux-5.10/drivers/mmc/host/
H
A
D
sdhci.h
578
unsigned int
ocr_avail_mmc
;
member
H
A
D
sdhci.c
4621
mmc->
ocr_avail_mmc
= ocr_avail;
in sdhci_setup_host()
4622
if (host->
ocr_avail_mmc
)
in sdhci_setup_host()
4623
mmc->
ocr_avail_mmc
&= host->
ocr_avail_mmc
;
in sdhci_setup_host()
H
A
D
sdhci-pci-core.c
1502
slot->host->
ocr_avail_mmc
= MMC_VDD_32_33 | MMC_VDD_33_34 |
in jmicron_probe_slot()
/kernel/linux/linux-6.6/drivers/mmc/host/
H
A
D
sdhci.h
589
unsigned int
ocr_avail_mmc
;
member
H
A
D
sdhci.c
4668
mmc->
ocr_avail_mmc
= ocr_avail;
in sdhci_setup_host()
4669
if (host->
ocr_avail_mmc
)
in sdhci_setup_host()
4670
mmc->
ocr_avail_mmc
&= host->
ocr_avail_mmc
;
in sdhci_setup_host()
H
A
D
sdhci-pci-core.c
1447
slot->host->
ocr_avail_mmc
= MMC_VDD_32_33 | MMC_VDD_33_34 |
in jmicron_probe_slot()
/kernel/linux/linux-5.10/drivers/staging/greybus/
H
A
D
sdio.c
151
mmc->
ocr_avail_mmc
= mmc->ocr_avail;
in gb_sdio_get_caps()
/kernel/linux/linux-6.6/drivers/staging/greybus/
H
A
D
sdio.c
150
mmc->
ocr_avail_mmc
= mmc->ocr_avail;
in gb_sdio_get_caps()
/kernel/linux/linux-5.10/drivers/mmc/core/
H
A
D
mmc.c
2258
if (host->
ocr_avail_mmc
)
in mmc_attach_mmc()
2259
host->ocr_avail = host->
ocr_avail_mmc
;
in mmc_attach_mmc()
/kernel/linux/linux-6.6/drivers/mmc/core/
H
A
D
mmc.c
2304
if (host->
ocr_avail_mmc
)
in mmc_attach_mmc()
2305
host->ocr_avail = host->
ocr_avail_mmc
;
in mmc_attach_mmc()
Completed in 31 milliseconds