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

/freebsd-current/sys/sys/
H A Dinterrupt.h46 struct intr_handler { struct
54 CK_SLIST_ENTRY(intr_handler) ih_next; /* Next handler for this event. */
109 CK_SLIST_HEAD(, intr_handler) ie_handlers; /* Interrupt handlers. */
/freebsd-current/sys/dev/beri/virtio/
H A Dvirtio_mmio_platform.c74 void (*intr_handler)(void *); member in struct:virtio_mmio_platform_softc
241 if (sc->intr_handler != NULL)
242 sc->intr_handler(sc->ih_user);
247 void *intr_handler, void *ih_user)
254 sc->intr_handler = intr_handler;
246 platform_setup_intr(device_t dev, device_t mmio_dev, void *intr_handler, void *ih_user) argument
/freebsd-current/sys/kern/
H A Dkern_intr.c215 struct intr_handler *ih;
602 struct intr_handler *ih, *temp_ih;
603 struct intr_handler **prevptr;
610 ih = malloc(sizeof(struct intr_handler), M_ITHREAD, M_WAITOK | M_ZERO);
680 struct intr_handler *ih;
728 * Return the ie_source field from the intr_event an intr_handler is
734 struct intr_handler *ih;
737 ih = (struct intr_handler *)cookie;
787 intr_handler_barrier(struct intr_handler *handler)
850 struct intr_handler *handle
[all...]
/freebsd-current/sys/dev/altera/pio/
H A Dpio.c79 pio_setup_irq(device_t dev, void *intr_handler, void *ih_user) argument
87 NULL, intr_handler, ih_user, &sc->ih)) {
/freebsd-current/sys/dev/hptrr/
H A Dhimfuncs.h81 _HIM_INTERFACE(HPT_BOOL, intr_handler, (void *adapter))
/freebsd-current/sys/dev/atopcase/
H A Datopcase_var.h56 hid_intr_t *intr_handler; member in struct:atopcase_child
H A Datopcase.c174 ac->intr_handler(ac->intr_ctx, payload, pl_len);
584 ac->intr_handler = intr;
/freebsd-current/sys/dev/hpt27xx/
H A Dhimfuncs.h80 _HIM_INTERFACE(HPT_BOOL, intr_handler, (void *adapter))
/freebsd-current/sys/dev/hptnr/
H A Dhimfuncs.h80 _HIM_INTERFACE(HPT_BOOL, intr_handler, (void *adapter))
/freebsd-current/sys/dev/pccard/
H A Dpccardvarp.h119 driver_intr_t *intr_handler; member in struct:pccard_function
/freebsd-current/sys/dev/xen/console/
H A Dxen_console.c69 driver_intr_t intr_handler);
231 driver_intr_t intr_handler)
239 intr_handler, tp, INTR_TYPE_TTY | INTR_MPSAFE, &cons->intr_handle);
283 xencons_init_ring(device_t dev, struct tty *tp, driver_intr_t intr_handler) argument
294 intr_handler, tp, INTR_TYPE_TTY | INTR_MPSAFE, &cons->intr_handle);
230 xencons_init_hypervisor(device_t dev, struct tty *tp, driver_intr_t intr_handler) argument
/freebsd-current/sys/dev/cxgb/common/
H A Dcxgb_tn1010.c202 .intr_handler = t3_phy_lasi_intr_handler,
H A Dcxgb_vsc8211.c356 .intr_handler = vsc8211_intr_handler,
370 .intr_handler = vsc8211_intr_handler,
H A Dcxgb_mv88e1xxx.c286 .intr_handler = mv88e1xxx_intr_handler,
H A Dcxgb_ael1002.c337 .intr_handler = ael1002_intr_noop,
419 .intr_handler = t3_phy_lasi_intr_handler,
1377 .intr_handler = ael2005_intr_handler,
2129 .intr_handler = ael2020_intr_handler,
2208 .intr_handler = t3_phy_lasi_intr_handler,
2289 .intr_handler = ael1002_intr_noop,
H A Dcxgb_aq100x.c452 .intr_handler = aq100x_intr_handler,
H A Dcxgb_common.h558 int (*intr_handler)(struct cphy *phy); member in struct:cphy_ops
H A Dcxgb_t3_hw.c2219 int phy_cause = p->phy.ops->intr_handler(&p->phy);
/freebsd-current/sys/dev/hid/
H A Dhidbus.c66 hid_intr_t *intr_handler; /* executed under mtx*/ member in struct:hidbus_ivars
406 tlc->intr_handler = NULL;
578 if (tlc->refcnt == 0 || tlc->intr_handler == NULL)
582 tlc->intr_handler(tlc->intr_ctx, buf, len);
585 tlc->intr_handler(tlc->intr_ctx, buf, len);
598 tlc->intr_handler = handler;
/freebsd-current/sys/dev/iicbus/
H A Diichid.c166 hid_intr_t *intr_handler; member in struct:iichid_softc
544 sc->intr_handler(sc->intr_ctx, sc->intr_buf, actual);
555 sc->intr_handler(sc->intr_ctx, sc->intr_buf, 0);
609 sc->intr_handler(sc->intr_ctx, sc->intr_buf,
673 if (sc->sampling_rate_slow >= 0 && sc->intr_handler != NULL) {
826 sc->intr_handler = intr;
890 sc->intr_handler(sc->intr_ctx, sc->intr_buf, actual);
/freebsd-current/sys/x86/isa/
H A Dclock.c100 void *intr_handler; member in struct:attimer_softc
603 sc, &sc->intr_handler))) {
H A Datrtc.c207 void *intr_handler; member in struct:atrtc_softc
501 rtc_intr, NULL, sc, &sc->intr_handler))) {
/freebsd-current/sys/arm/allwinner/
H A Daw_i2s.c689 aw_i2s_dai_setup_intr(device_t dev, driver_intr_t intr_handler, void *intr_arg) argument
694 INTR_TYPE_MISC | INTR_MPSAFE, NULL, intr_handler, intr_arg,
/freebsd-current/sys/arm64/rockchip/
H A Drk_i2s.c540 rk_i2s_dai_setup_intr(device_t dev, driver_intr_t intr_handler, void *intr_arg) argument
545 INTR_TYPE_AV | INTR_MPSAFE, NULL, intr_handler, intr_arg,

Completed in 420 milliseconds