/src/sys/arch/zaurus/dev/ |
zmci.c | 62 void *sc_detect_ih; member in struct:zmci_softc 112 sc->sc_detect_ih = pxa2x0_gpio_intr_establish(sc->sc_detect_pin, 114 if (sc->sc_detect_ih == NULL) { 139 pxa2x0_gpio_intr_disestablish(sc->sc_detect_ih); 140 sc->sc_detect_ih = NULL;
|
zmci.c | 62 void *sc_detect_ih; member in struct:zmci_softc 112 sc->sc_detect_ih = pxa2x0_gpio_intr_establish(sc->sc_detect_pin, 114 if (sc->sc_detect_ih == NULL) { 139 pxa2x0_gpio_intr_disestablish(sc->sc_detect_ih); 140 sc->sc_detect_ih = NULL;
|
/src/sys/arch/evbarm/g42xxeb/ |
g42xxeb_mci.c | 86 void *sc_detect_ih; member in struct:g42xxeb_mci_softc 138 sc->sc_detect_ih = obio_intr_establish(osc, G42XXEB_INT_MMCSD, 140 if (sc->sc_detect_ih == NULL) { 184 obio_intr_disestablish(osc, G42XXEB_INT_MMCSD, sc->sc_detect_ih); 185 sc->sc_detect_ih = NULL;
|
g42xxeb_mci.c | 86 void *sc_detect_ih; member in struct:g42xxeb_mci_softc 138 sc->sc_detect_ih = obio_intr_establish(osc, G42XXEB_INT_MMCSD, 140 if (sc->sc_detect_ih == NULL) { 184 obio_intr_disestablish(osc, G42XXEB_INT_MMCSD, sc->sc_detect_ih); 185 sc->sc_detect_ih = NULL;
|
/src/sys/arch/hpcarm/dev/ |
wzero3_mci.c | 60 void *sc_detect_ih; member in struct:wzero3mci_softc 165 sc->sc_detect_ih = pxa2x0_gpio_intr_establish(sc->sc_detect_pin, 167 if (sc->sc_detect_ih == NULL) { 193 pxa2x0_gpio_intr_disestablish(sc->sc_detect_ih); 194 sc->sc_detect_ih = NULL;
|
wzero3_mci.c | 60 void *sc_detect_ih; member in struct:wzero3mci_softc 165 sc->sc_detect_ih = pxa2x0_gpio_intr_establish(sc->sc_detect_pin, 167 if (sc->sc_detect_ih == NULL) { 193 pxa2x0_gpio_intr_disestablish(sc->sc_detect_ih); 194 sc->sc_detect_ih = NULL;
|