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

  /src/sys/arch/arm/xscale/
pxa2x0_intr.c 84 static struct intrhandler { struct
310 struct intrhandler *lhandler = cookie, *ih;
pxa2x0_intr.c 84 static struct intrhandler { struct
310 struct intrhandler *lhandler = cookie, *ih;
  /src/sys/dev/sbus/
stp4020.c 109 int (*intrhandler) /* Card driver interrupt handler */ member in struct:stp4020_socket
489 h->intrhandler = NULL;
619 h->intrhandler(h->intrarg);
711 (*h->intrhandler)(h->intrarg);
1026 if (h->intrhandler != NULL) return NULL;
1028 h->intrhandler = handler;
1044 h->intrhandler = NULL;
stp4020.c 109 int (*intrhandler) /* Card driver interrupt handler */ member in struct:stp4020_socket
489 h->intrhandler = NULL;
619 h->intrhandler(h->intrarg);
711 (*h->intrhandler)(h->intrarg);
1026 if (h->intrhandler != NULL) return NULL;
1028 h->intrhandler = handler;
1044 h->intrhandler = NULL;

Completed in 23 milliseconds