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_gpio
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/core/
H
A
D
slot-gpio.c
21
struct gpio_desc *
cd_gpio
;
member
82
if (!ctx || !ctx->
cd_gpio
)
in mmc_gpio_get_cd()
85
cansleep = gpiod_cansleep(ctx->
cd_gpio
);
in mmc_gpio_get_cd()
87
gpiod_get_value_cansleep(ctx->
cd_gpio
) :
in mmc_gpio_get_cd()
88
gpiod_get_value(ctx->
cd_gpio
);
in mmc_gpio_get_cd()
98
if (host->slot.cd_irq >= 0 || !ctx || !ctx->
cd_gpio
)
in mmc_gpiod_request_cd_irq()
106
irq = gpiod_to_irq(ctx->
cd_gpio
);
in mmc_gpiod_request_cd_irq()
199
ctx->
cd_gpio
= desc;
in mmc_gpiod_request_cd()
209
return ctx->
cd_gpio
? true : false;
in mmc_can_gpio_cd()
/kernel/linux/linux-6.6/drivers/mmc/core/
H
A
D
slot-gpio.c
21
struct gpio_desc *
cd_gpio
;
member
95
if (!ctx || !ctx->
cd_gpio
)
in mmc_gpio_get_cd()
98
cansleep = gpiod_cansleep(ctx->
cd_gpio
);
in mmc_gpio_get_cd()
100
gpiod_get_value_cansleep(ctx->
cd_gpio
) :
in mmc_gpio_get_cd()
101
gpiod_get_value(ctx->
cd_gpio
);
in mmc_gpio_get_cd()
111
if (host->slot.cd_irq >= 0 || !ctx || !ctx->
cd_gpio
)
in mmc_gpiod_request_cd_irq()
121
irq = gpiod_to_irq(ctx->
cd_gpio
);
in mmc_gpiod_request_cd_irq()
218
ctx->
cd_gpio
= desc;
in mmc_gpiod_request_cd()
228
return ctx->
cd_gpio
? true : false;
in mmc_can_gpio_cd()
/kernel/linux/linux-5.10/include/linux/platform_data/
H
A
D
pcmcia-pxa2xx_viper.h
6
int
cd_gpio
;
member
/kernel/linux/linux-5.10/include/linux/mmc/
H
A
D
sdhci-pci-data.h
11
int
cd_gpio
; /* Set to -EINVAL if unused */
member
/kernel/linux/linux-5.10/arch/x86/platform/intel-mid/device_libs/
H
A
D
platform_mrfld_sd.c
21
.
cd_gpio
= INTEL_MRFLD_SD_CD_GPIO,
/kernel/linux/linux-5.10/drivers/pcmcia/
H
A
D
pxa2xx_viper.c
45
skt->stat[SOC_STAT_CD].gpio = pdata->
cd_gpio
;
in viper_pcmcia_hw_init()
/kernel/linux/linux-5.10/drivers/mmc/host/
H
A
D
sdhci-pci.h
163
int
cd_gpio
;
member
H
A
D
sdhci-pci-core.c
361
int err, irq, gpio = slot->
cd_gpio
;
in sdhci_pci_add_own_cd()
363
slot->
cd_gpio
= -EINVAL;
in sdhci_pci_add_own_cd()
386
slot->
cd_gpio
= gpio;
in sdhci_pci_add_own_cd()
2141
slot->
cd_gpio
= -EINVAL;
in sdhci_pci_probe_slot()
2157
slot->
cd_gpio
= slot->data->
cd_gpio
;
in sdhci_pci_probe_slot()
2233
* Note sdhci_pci_add_own_cd() sets slot->
cd_gpio
to -EINVAL on failure.
in sdhci_pci_probe_slot()
2236
!gpio_is_valid(slot->
cd_gpio
) && slot->cd_idx < 0)
in sdhci_pci_probe_slot()
/kernel/linux/linux-5.10/arch/arm/mach-pxa/
H
A
D
zeus.c
496
.
cd_gpio
= ZEUS_CF_CD_GPIO,
H
A
D
viper.c
92
.
cd_gpio
= VIPER_CF_CD_GPIO,
Completed in 9 milliseconds