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:cd_idx
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/mmc/host/
H
A
D
sdhci-pci-core.c
1118
slot->
cd_idx
= 0;
in byt_sd_probe_slot()
1289
slot->
cd_idx
= 0;
in intel_mrfld_mmc_probe_slot()
2075
slot->
cd_idx
= -1;
in sdhci_pci_probe_slot()
2110
if (slot->
cd_idx
>= 0) {
in sdhci_pci_probe_slot()
2111
ret = mmc_gpiod_request_cd(host->mmc, "cd", slot->
cd_idx
,
in sdhci_pci_probe_slot()
2115
slot->
cd_idx
,
in sdhci_pci_probe_slot()
2123
slot->
cd_idx
= -1;
in sdhci_pci_probe_slot()
2138
if (chip->fixes && chip->fixes->own_cd_for_runtime_pm && slot->
cd_idx
< 0)
in sdhci_pci_probe_slot()
H
A
D
sdhci-pci.h
166
int
cd_idx
;
member
/kernel/linux/linux-5.10/drivers/mmc/host/
H
A
D
sdhci-pci.h
166
int
cd_idx
;
member
H
A
D
sdhci-pci-core.c
1176
slot->
cd_idx
= 0;
in byt_sd_probe_slot()
2142
slot->
cd_idx
= -1;
in sdhci_pci_probe_slot()
2204
if (slot->
cd_idx
>= 0) {
in sdhci_pci_probe_slot()
2205
ret = mmc_gpiod_request_cd(host->mmc, "cd", slot->
cd_idx
,
in sdhci_pci_probe_slot()
2209
slot->
cd_idx
,
in sdhci_pci_probe_slot()
2217
slot->
cd_idx
= -1;
in sdhci_pci_probe_slot()
2236
!gpio_is_valid(slot->cd_gpio) && slot->
cd_idx
< 0)
in sdhci_pci_probe_slot()
Completed in 7 milliseconds