HomeSort by: relevance | last modified time | path
    Searched defs:ih_rx (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/sa11x0/
sa1111_kbc.c 89 void *ih_rx; /* receive interrupt */ member in struct:sackbc_softc
189 if (!(sc->polling) && sc->ih_rx == NULL) {
190 sc->ih_rx = sacc_intr_establish(
194 if (sc->ih_rx == NULL) {
203 if (sc->polling && sc->ih_rx) {
207 sc->ih_rx);
208 sc->ih_rx = NULL;
247 sc->ih_rx = NULL;
sa1111_kbc.c 89 void *ih_rx; /* receive interrupt */ member in struct:sackbc_softc
189 if (!(sc->polling) && sc->ih_rx == NULL) {
190 sc->ih_rx = sacc_intr_establish(
194 if (sc->ih_rx == NULL) {
203 if (sc->polling && sc->ih_rx) {
207 sc->ih_rx);
208 sc->ih_rx = NULL;
247 sc->ih_rx = NULL;

Completed in 22 milliseconds