| /freebsd-10-stable/sys/kern/ |
| D | kern_intr.c | 109 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/ |
| D | interrupt.h | 45 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/ |
| D | tnt4882.c | 57 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()
|
| D | pcii.c | 63 void *intr_handler; member 230 upd7210intr, &sc->upd7210, &sc->intr_handler); in pcii_attach()
|
| /freebsd-10-stable/sys/dev/cxgb/common/ |
| D | cxgb_ael1002.c | 338 .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,
|
| D | cxgb_vsc8211.c | 357 .intr_handler = vsc8211_intr_handler, 371 .intr_handler = vsc8211_intr_handler,
|
| D | cxgb_tn1010.c | 203 .intr_handler = t3_phy_lasi_intr_handler,
|
| D | cxgb_mv88e1xxx.c | 287 .intr_handler = mv88e1xxx_intr_handler,
|
| D | cxgb_aq100x.c | 453 .intr_handler = aq100x_intr_handler,
|
| D | cxgb_common.h | 559 int (*intr_handler)(struct cphy *phy); member
|
| D | cxgb_t3_hw.c | 2221 int phy_cause = p->phy.ops->intr_handler(&p->phy); in phy_intr_handler()
|
| /freebsd-10-stable/sys/mips/nlm/ |
| D | tick.c | 74 void *intr_handler; member 338 sc, IRQ_TIMER, INTR_TYPE_CLK, &sc->intr_handler); in clock_attach()
|
| /freebsd-10-stable/sys/mips/rmi/ |
| D | tick.c | 71 void *intr_handler; member 335 sc, IRQ_TIMER, INTR_TYPE_CLK, &sc->intr_handler); in clock_attach()
|
| /freebsd-10-stable/sys/mips/mips/ |
| D | tick.c | 69 void *intr_handler; member 341 clock_intr, NULL, sc, &sc->intr_handler); in clock_attach()
|
| /freebsd-10-stable/sys/x86/isa/ |
| D | atrtc.c | 162 void *intr_handler; member 268 rtc_intr, NULL, sc, &sc->intr_handler))) { in atrtc_attach()
|
| D | clock.c | 116 void *intr_handler; member 744 sc, &sc->intr_handler))) { in attimer_attach()
|
| /freebsd-10-stable/sys/dev/hptrr/ |
| D | himfuncs.h | 81 _HIM_INTERFACE(HPT_BOOL, intr_handler, (void *adapter))
|
| /freebsd-10-stable/sys/dev/hpt27xx/ |
| D | himfuncs.h | 80 _HIM_INTERFACE(HPT_BOOL, intr_handler, (void *adapter))
|
| /freebsd-10-stable/sys/dev/hptnr/ |
| D | himfuncs.h | 80 _HIM_INTERFACE(HPT_BOOL, intr_handler, (void *adapter))
|
| /freebsd-10-stable/sys/dev/pccard/ |
| D | pccardvarp.h | 120 driver_intr_t *intr_handler; member
|
| D | pccard.c | 781 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/ |
| D | xen_intr.c | 428 struct intr_handler *ih; in xen_intr_isrc() 1203 struct intr_handler *handler; in xen_intr_unbind()
|
| /freebsd-10-stable/sys/sparc64/sparc64/ |
| D | intr_machdep.c | 335 struct intr_handler *ih; in inthand_add()
|