| /NextBSD/sys/dev/beri/virtio/ |
| HD | virtio_mmio_platform.c | 77 void (*intr_handler)(void *); member 244 if (sc->intr_handler != NULL) in platform_intr() 245 sc->intr_handler(sc->ih_user); in platform_intr() 250 void *intr_handler, void *ih_user) in platform_setup_intr() argument 257 sc->intr_handler = intr_handler; in platform_setup_intr()
|
| /NextBSD/sys/kern/ |
| HD | kern_intr.c | 108 struct intr_handler *ih); 118 struct intr_handler *ih); 197 struct intr_handler *ih; in intr_event_update() 459 ithread_create(const char *name, struct intr_handler *ih) in ithread_create() 505 struct intr_handler *ih, *temp_ih; in intr_event_add_handler() 512 ih = malloc(sizeof(struct intr_handler), M_ITHREAD, M_WAITOK | M_ZERO); in intr_event_add_handler() 579 struct intr_handler *ih, *temp_ih; in intr_event_add_handler() 586 ih = malloc(sizeof(struct intr_handler), M_ITHREAD, M_WAITOK | M_ZERO); in intr_event_add_handler() 666 struct intr_handler *ih; in intr_event_describe_handler() 720 struct intr_handler *ih; in intr_handler_source() [all …]
|
| /NextBSD/sys/sys/ |
| HD | 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. */
|
| /NextBSD/sys/dev/xen/console/ |
| HD | xen_console.c | 67 driver_intr_t intr_handler); 230 driver_intr_t intr_handler) in xencons_init_hypervisor() argument 238 intr_handler, tp, INTR_TYPE_TTY | INTR_MPSAFE, &cons->intr_handle); in xencons_init_hypervisor() 282 xencons_init_ring(device_t dev, struct tty *tp, driver_intr_t intr_handler) in xencons_init_ring() argument 293 intr_handler, tp, INTR_TYPE_TTY | INTR_MPSAFE, &cons->intr_handle); in xencons_init_ring()
|
| /NextBSD/sys/dev/altera/pio/ |
| HD | pio.c | 82 pio_setup_irq(device_t dev, void *intr_handler, void *ih_user) in pio_setup_irq() argument 90 NULL, intr_handler, ih_user, &sc->ih)) { in pio_setup_irq()
|
| /NextBSD/sys/dev/cxgb/common/ |
| HD | 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,
|
| HD | cxgb_vsc8211.c | 357 .intr_handler = vsc8211_intr_handler, 371 .intr_handler = vsc8211_intr_handler,
|
| HD | cxgb_tn1010.c | 203 .intr_handler = t3_phy_lasi_intr_handler,
|
| HD | cxgb_mv88e1xxx.c | 287 .intr_handler = mv88e1xxx_intr_handler,
|
| HD | cxgb_aq100x.c | 453 .intr_handler = aq100x_intr_handler,
|
| HD | cxgb_common.h | 559 int (*intr_handler)(struct cphy *phy); member
|
| HD | cxgb_t3_hw.c | 2221 int phy_cause = p->phy.ops->intr_handler(&p->phy); in phy_intr_handler()
|
| /NextBSD/sys/mips/nlm/ |
| HD | tick.c | 74 void *intr_handler; member 338 sc, IRQ_TIMER, INTR_TYPE_CLK, &sc->intr_handler); in clock_attach()
|
| /NextBSD/sys/mips/rmi/ |
| HD | tick.c | 71 void *intr_handler; member 335 sc, IRQ_TIMER, INTR_TYPE_CLK, &sc->intr_handler); in clock_attach()
|
| /NextBSD/sys/mips/mips/ |
| HD | tick.c | 69 void *intr_handler; member 341 clock_intr, NULL, sc, &sc->intr_handler); in clock_attach()
|
| /NextBSD/sys/x86/isa/ |
| HD | atrtc.c | 162 void *intr_handler; member 268 rtc_intr, NULL, sc, &sc->intr_handler))) { in atrtc_attach()
|
| HD | clock.c | 117 void *intr_handler; member 702 sc, &sc->intr_handler))) { in attimer_attach()
|
| /NextBSD/sys/dev/hptrr/ |
| HD | himfuncs.h | 81 _HIM_INTERFACE(HPT_BOOL, intr_handler, (void *adapter))
|
| /NextBSD/sys/dev/hptnr/ |
| HD | himfuncs.h | 80 _HIM_INTERFACE(HPT_BOOL, intr_handler, (void *adapter))
|
| /NextBSD/sys/dev/hpt27xx/ |
| HD | himfuncs.h | 80 _HIM_INTERFACE(HPT_BOOL, intr_handler, (void *adapter))
|
| /NextBSD/sys/dev/pccard/ |
| HD | pccardvarp.h | 120 driver_intr_t *intr_handler; member
|
| HD | pccard.c | 779 if (pf->intr_handler != NULL) { in pccard_function_disable() 1270 pf->intr_handler(pf->intr_handler_arg); in pccard_intr() 1283 if (pf->intr_filter != NULL || pf->intr_handler != NULL) in pccard_setup_intr() 1290 pf->intr_handler = intr; in pccard_setup_intr() 1317 pf->intr_handler = NULL; in pccard_teardown_intr()
|
| /NextBSD/sys/sparc64/sparc64/ |
| HD | intr_machdep.c | 335 struct intr_handler *ih; in inthand_add()
|