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

/freebsd-11.0-release/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-11.0-release/sys/dev/beri/virtio/
H A Dvirtio_mmio_platform.c77 void (*intr_handler)(void *); member in struct:virtio_mmio_platform_softc
244 if (sc->intr_handler != NULL)
245 sc->intr_handler(sc->ih_user);
250 void *intr_handler, void *ih_user)
257 sc->intr_handler = intr_handler;
249 platform_setup_intr(device_t dev, device_t mmio_dev, void *intr_handler, void *ih_user) argument
/freebsd-11.0-release/sys/kern/
H A Dkern_intr.c108 struct intr_handler *ih);
118 struct intr_handler *ih);
197 struct intr_handler *ih;
459 ithread_create(const char *name, struct intr_handler *ih)
505 struct intr_handler *ih, *temp_ih;
512 ih = malloc(sizeof(struct intr_handler), M_ITHREAD, M_WAITOK | M_ZERO);
579 struct intr_handler *ih, *temp_ih;
586 ih = malloc(sizeof(struct intr_handler), M_ITHREAD, M_WAITOK | M_ZERO);
666 struct intr_handler *ih;
714 * Return the ie_source field from the intr_event an intr_handler i
[all...]
/freebsd-11.0-release/sys/dev/altera/pio/
H A Dpio.c82 pio_setup_irq(device_t dev, void *intr_handler, void *ih_user) argument
90 NULL, intr_handler, ih_user, &sc->ih)) {
/freebsd-11.0-release/sys/dev/hptrr/
H A Dhimfuncs.h81 _HIM_INTERFACE(HPT_BOOL, intr_handler, (void *adapter))
/freebsd-11.0-release/sys/dev/pccard/
H A Dpccardvarp.h120 driver_intr_t *intr_handler; member in struct:pccard_function
H A Dpccard.c779 if (pf->intr_handler != NULL) {
1226 * We register this with whatever flags the intr_handler
1250 pf->intr_handler(pf->intr_handler_arg);
1263 if (pf->intr_filter != NULL || pf->intr_handler != NULL)
1270 pf->intr_handler = intr;
1297 pf->intr_handler = NULL;
/freebsd-11.0-release/sys/dev/hpt27xx/
H A Dhimfuncs.h80 _HIM_INTERFACE(HPT_BOOL, intr_handler, (void *adapter))
/freebsd-11.0-release/sys/dev/hptnr/
H A Dhimfuncs.h80 _HIM_INTERFACE(HPT_BOOL, intr_handler, (void *adapter))
/freebsd-11.0-release/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-11.0-release/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-11.0-release/sys/dev/xen/console/
H A Dxen_console.c67 driver_intr_t intr_handler);
230 driver_intr_t intr_handler)
238 intr_handler, tp, INTR_TYPE_TTY | INTR_MPSAFE, &cons->intr_handle);
282 xencons_init_ring(device_t dev, struct tty *tp, driver_intr_t intr_handler) argument
293 intr_handler, tp, INTR_TYPE_TTY | INTR_MPSAFE, &cons->intr_handle);
229 xencons_init_hypervisor(device_t dev, struct tty *tp, driver_intr_t intr_handler) argument
/freebsd-11.0-release/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-11.0-release/sys/mips/mips/
H A Dtick.c73 void *intr_handler; member in struct:clock_softc
351 clock_intr, NULL, sc, &sc->intr_handler);
/freebsd-11.0-release/sys/x86/isa/
H A Datrtc.c189 void *intr_handler; member in struct:atrtc_softc
295 rtc_intr, NULL, sc, &sc->intr_handler))) {
H A Dclock.c117 void *intr_handler; member in struct:attimer_softc
721 sc, &sc->intr_handler))) {
/freebsd-11.0-release/sys/sparc64/sparc64/
H A Dintr_machdep.c335 struct intr_handler *ih;

Completed in 499 milliseconds