Searched refs:sc_card_detect (Results 1 – 5 of 5) sorted by relevance
124 sc->sc.sc_card_detect = sdhc_acpi_card_detect_gpio; in sdhc_acpi_attach()242 if (sc->sc.sc_card_detect == NULL) { in sdhc_acpi_do_explore()243 sc->sc.sc_card_detect = in sdhc_acpi_do_explore()
38 int (*sc_card_detect)(struct sdhc_softc *); member
574 if (hp->sc->sc_card_detect) in sdhc_card_detect()575 return hp->sc->sc_card_detect(hp->sc); in sdhc_card_detect()
258 sdhc->sc_card_detect = dwmshc_non_removable; in dwmshc_attach()
181 sc->sc.sc_card_detect = sdhc_fdt_card_detect; in sdhc_fdt_attach()