Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/kern/
Dkern_intr.c109 struct intr_handler *ih);
119 struct intr_handler *ih);
198 struct intr_handler *ih; in intr_event_update()
471 ithread_create(const char *name, struct intr_handler *ih) in ithread_create()
517 struct intr_handler *ih, *temp_ih; in intr_event_add_handler()
524 ih = malloc(sizeof(struct intr_handler), M_ITHREAD, M_WAITOK | M_ZERO); in intr_event_add_handler()
591 struct intr_handler *ih, *temp_ih; in intr_event_add_handler()
598 ih = malloc(sizeof(struct intr_handler), M_ITHREAD, M_WAITOK | M_ZERO); in intr_event_add_handler()
678 struct intr_handler *ih; in intr_event_describe_handler()
732 struct intr_handler *ih; in intr_handler_source()
[all …]
/freebsd-10-stable/sys/sys/
Dinterrupt.h45 struct intr_handler { struct
53 TAILQ_ENTRY(intr_handler) ih_next; /* Next handler for this event. */ argument
106 TAILQ_HEAD(, intr_handler) ie_handlers; /* Interrupt handlers. */
/freebsd-10-stable/sys/dev/ieee488/
Dtnt4882.c57 void *intr_handler; member
241 NULL, upd7210intr, &sc->upd7210, &sc->intr_handler); in tnt_attach()
297 bus_teardown_intr(dev, sc->res[2], sc->intr_handler); in tnt_detach()
Dpcii.c63 void *intr_handler; member
230 upd7210intr, &sc->upd7210, &sc->intr_handler); in pcii_attach()
/freebsd-10-stable/sys/dev/cxgb/common/
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,
Dcxgb_vsc8211.c357 .intr_handler = vsc8211_intr_handler,
371 .intr_handler = vsc8211_intr_handler,
Dcxgb_tn1010.c203 .intr_handler = t3_phy_lasi_intr_handler,
Dcxgb_mv88e1xxx.c287 .intr_handler = mv88e1xxx_intr_handler,
Dcxgb_aq100x.c453 .intr_handler = aq100x_intr_handler,
Dcxgb_common.h559 int (*intr_handler)(struct cphy *phy); member
Dcxgb_t3_hw.c2221 int phy_cause = p->phy.ops->intr_handler(&p->phy); in phy_intr_handler()
/freebsd-10-stable/sys/mips/nlm/
Dtick.c74 void *intr_handler; member
338 sc, IRQ_TIMER, INTR_TYPE_CLK, &sc->intr_handler); in clock_attach()
/freebsd-10-stable/sys/mips/rmi/
Dtick.c71 void *intr_handler; member
335 sc, IRQ_TIMER, INTR_TYPE_CLK, &sc->intr_handler); in clock_attach()
/freebsd-10-stable/sys/mips/mips/
Dtick.c69 void *intr_handler; member
341 clock_intr, NULL, sc, &sc->intr_handler); in clock_attach()
/freebsd-10-stable/sys/x86/isa/
Datrtc.c162 void *intr_handler; member
268 rtc_intr, NULL, sc, &sc->intr_handler))) { in atrtc_attach()
Dclock.c116 void *intr_handler; member
744 sc, &sc->intr_handler))) { in attimer_attach()
/freebsd-10-stable/sys/dev/hptrr/
Dhimfuncs.h81 _HIM_INTERFACE(HPT_BOOL, intr_handler, (void *adapter))
/freebsd-10-stable/sys/dev/hpt27xx/
Dhimfuncs.h80 _HIM_INTERFACE(HPT_BOOL, intr_handler, (void *adapter))
/freebsd-10-stable/sys/dev/hptnr/
Dhimfuncs.h80 _HIM_INTERFACE(HPT_BOOL, intr_handler, (void *adapter))
/freebsd-10-stable/sys/dev/pccard/
Dpccardvarp.h120 driver_intr_t *intr_handler; member
Dpccard.c781 if (pf->intr_handler != NULL) { in pccard_function_disable()
1272 pf->intr_handler(pf->intr_handler_arg); in pccard_intr()
1285 if (pf->intr_filter != NULL || pf->intr_handler != NULL) in pccard_setup_intr()
1292 pf->intr_handler = intr; in pccard_setup_intr()
1319 pf->intr_handler = NULL; in pccard_teardown_intr()
/freebsd-10-stable/sys/x86/xen/
Dxen_intr.c428 struct intr_handler *ih; in xen_intr_isrc()
1203 struct intr_handler *handler; in xen_intr_unbind()
/freebsd-10-stable/sys/sparc64/sparc64/
Dintr_machdep.c335 struct intr_handler *ih; in inthand_add()