OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_pin_cd
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/arm/nvidia/
tegra_sdhc.c
71
struct fdtbus_gpio_pin *
sc_pin_cd
;
member in struct:tegra_sdhc_softc
162
sc->
sc_pin_cd
= fdtbus_gpio_acquire(faa->faa_phandle,
167
if (sc->
sc_pin_cd
) {
256
KASSERT(sc->
sc_pin_cd
!= NULL);
258
return fdtbus_gpio_read(sc->
sc_pin_cd
);
/src/sys/arch/arm/samsung/
exynos_dwcmmc.c
65
struct fdtbus_gpio_pin *
sc_pin_cd
;
member in struct:exynos_dwcmmc_softc
152
esc->
sc_pin_cd
= fdtbus_gpio_acquire(phandle, "cd-gpios",
154
if (esc->
sc_pin_cd
)
192
KASSERT(esc->
sc_pin_cd
!= NULL);
194
return fdtbus_gpio_read(esc->
sc_pin_cd
);
/src/sys/arch/arm/nxp/
imx_sdhc.c
67
struct fdtbus_gpio_pin *
sc_pin_cd
;
member in struct:imx_sdhc_softc
162
sc->
sc_pin_cd
= fdtbus_gpio_acquire(phandle,
164
if (sc->
sc_pin_cd
) {
226
KASSERT(sc->
sc_pin_cd
!= NULL);
228
return fdtbus_gpio_read(sc->
sc_pin_cd
);
/src/sys/dev/fdt/
dwcmmc_fdt.c
85
struct fdtbus_gpio_pin *
sc_pin_cd
;
member in struct:dwcmmc_fdt_softc
182
esc->
sc_pin_cd
= fdtbus_gpio_acquire(phandle, "cd-gpios",
184
if (esc->
sc_pin_cd
)
231
KASSERT(esc->
sc_pin_cd
!= NULL);
233
return fdtbus_gpio_read(esc->
sc_pin_cd
);
Completed in 17 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025