Searched refs:intr_handler (Results 1 - 23 of 23) sorted by relevance

/freebsd-10-stable/sys/sys/
H A Dinterrupt.h45 struct intr_handler { struct
53 TAILQ_ENTRY(intr_handler) ih_next; /* Next handler for this event. */
106 TAILQ_HEAD(, intr_handler) ie_handlers; /* Interrupt handlers. */
/freebsd-10-stable/sys/kern/
H A Dkern_intr.c109 struct intr_handler *ih);
119 struct intr_handler *ih);
198 struct intr_handler *ih;
471 ithread_create(const char *name, struct intr_handler *ih)
517 struct intr_handler *ih, *temp_ih;
524 ih = malloc(sizeof(struct intr_handler), M_ITHREAD, M_WAITOK | M_ZERO);
591 struct intr_handler *ih, *temp_ih;
598 ih = malloc(sizeof(struct intr_handler), M_ITHREAD, M_WAITOK | M_ZERO);
678 struct intr_handler *ih;
726 * Return the ie_source field from the intr_event an intr_handler i
[all...]
/freebsd-10-stable/sys/dev/hptrr/
H A Dhimfuncs.h81 _HIM_INTERFACE(HPT_BOOL, intr_handler, (void *adapter))
/freebsd-10-stable/sys/dev/ieee488/
H A Dtnt4882.c57 void *intr_handler; member in struct:tnt_softc
241 NULL, upd7210intr, &sc->upd7210, &sc->intr_handler);
297 bus_teardown_intr(dev, sc->res[2], sc->intr_handler);
H A Dpcii.c63 void *intr_handler; member in struct:pcii_softc
230 upd7210intr, &sc->upd7210, &sc->intr_handler);
/freebsd-10-stable/sys/dev/hptnr/
H A Dhimfuncs.h80 _HIM_INTERFACE(HPT_BOOL, intr_handler, (void *adapter))
/freebsd-10-stable/sys/dev/pccard/
H A Dpccardvarp.h120 driver_intr_t *intr_handler; member in struct:pccard_function
H A Dpccard.c781 if (pf->intr_handler != NULL) {
1248 * We register this with whatever flags the intr_handler
1272 pf->intr_handler(pf->intr_handler_arg);
1285 if (pf->intr_filter != NULL || pf->intr_handler != NULL)
1292 pf->intr_handler = intr;
1319 pf->intr_handler = NULL;
/freebsd-10-stable/sys/dev/hpt27xx/
H A Dhimfuncs.h80 _HIM_INTERFACE(HPT_BOOL, intr_handler, (void *adapter))
/freebsd-10-stable/sys/mips/mips/
H A Dtick.c69 void *intr_handler; member in struct:clock_softc
341 clock_intr, NULL, sc, &sc->intr_handler);
/freebsd-10-stable/sys/mips/nlm/
H A Dtick.c74 void *intr_handler; member in struct:clock_softc
338 sc, IRQ_TIMER, INTR_TYPE_CLK, &sc->intr_handler);
/freebsd-10-stable/sys/mips/rmi/
H A Dtick.c71 void *intr_handler; member in struct:clock_softc
335 sc, IRQ_TIMER, INTR_TYPE_CLK, &sc->intr_handler);
/freebsd-10-stable/sys/dev/cxgb/common/
H A Dcxgb_tn1010.c203 .intr_handler = t3_phy_lasi_intr_handler,
H A Dcxgb_vsc8211.c357 .intr_handler = vsc8211_intr_handler,
371 .intr_handler = vsc8211_intr_handler,
H A Dcxgb_mv88e1xxx.c287 .intr_handler = mv88e1xxx_intr_handler,
H A Dcxgb_ael1002.c338 .intr_handler = ael1002_intr_noop,
420 .intr_handler = t3_phy_lasi_intr_handler,
1378 .intr_handler = ael2005_intr_handler,
2130 .intr_handler = ael2020_intr_handler,
2209 .intr_handler = t3_phy_lasi_intr_handler,
2290 .intr_handler = ael1002_intr_noop,
H A Dcxgb_aq100x.c453 .intr_handler = aq100x_intr_handler,
H A Dcxgb_common.h559 int (*intr_handler)(struct cphy *phy); member in struct:cphy_ops
H A Dcxgb_t3_hw.c2221 int phy_cause = p->phy.ops->intr_handler(&p->phy);
/freebsd-10-stable/sys/x86/isa/
H A Datrtc.c162 void *intr_handler; member in struct:atrtc_softc
268 rtc_intr, NULL, sc, &sc->intr_handler))) {
H A Dclock.c116 void *intr_handler; member in struct:attimer_softc
744 sc, &sc->intr_handler))) {
/freebsd-10-stable/sys/sparc64/sparc64/
H A Dintr_machdep.c335 struct intr_handler *ih;
/freebsd-10-stable/sys/x86/xen/
H A Dxen_intr.c428 struct intr_handler *ih;
1203 struct intr_handler *handler;

Completed in 238 milliseconds