Searched refs:sc_card_detect (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Ddwc_mmc_var.h86 int (*sc_card_detect)(struct dwc_mmc_softc *); member in struct:dwc_mmc_softc
H A Ddwc_mmc.c167 poll_detect = sc->sc_card_detect != NULL ||
288 if (sc->sc_card_detect != NULL) {
289 return sc->sc_card_detect(sc);
/netbsd-current/sys/arch/arm/altera/
H A Dcycv_dwcmmc.c139 sc->sc_card_detect = cycv_dwcmmc_card_detect;
/netbsd-current/sys/arch/arm/samsung/
H A Dexynos_dwcmmc.c155 sc->sc_card_detect = exynos_dwcmmc_card_detect;
/netbsd-current/sys/dev/fdt/
H A Ddwcmmc_fdt.c184 sc->sc_card_detect = dwcmmc_fdt_card_detect;

Completed in 103 milliseconds