Searched refs:ihand (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/stand/powerpc/ofw/
H A Dofwfdt.c156 const uint32_t *ihand; local
158 ihand = fdt_getprop(fdtp, offset, chosenprops[i], &len);
159 if (ihand != NULL && len == sizeof(*ihand)) {
161 fdt32_to_cpu(*ihand));
/freebsd-11-stable/sys/dev/tsec/
H A Dif_tsec_fdt.c75 void **ihand, int *irid, driver_intr_t handler, const char *iname);
77 void *ihand, int irid, const char *iname);
275 tsec_setup_intr(struct tsec_softc *sc, struct resource **ires, void **ihand, argument
286 NULL, handler, sc, ihand);
298 tsec_release_intr(struct tsec_softc *sc, struct resource *ires, void *ihand, argument
306 error = bus_teardown_intr(sc->dev, ires, ihand);
/freebsd-11-stable/sys/mips/beri/
H A Dberi_simplebus.c367 int flags, driver_filter_t *filter, driver_intr_t *ihand, void *arg,
403 ihand, arg, cookiep);
406 ihand, arg, cookiep);
366 simplebus_setup_intr(device_t bus, device_t child, struct resource *res, int flags, driver_filter_t *filter, driver_intr_t *ihand, void *arg, void **cookiep) argument
/freebsd-11-stable/sys/dev/quicc/
H A Dquicc_core.c354 int flags, driver_filter_t *filt, void (*ihand)(void *), void *arg,
379 qd->qd_ih = (filt != NULL) ? filt : (driver_filter_t *)ihand;
381 *cookiep = ihand;
/freebsd-11-stable/sys/dev/ppbus/
H A Dppbconf.c457 driver_filter_t *filt, void (*ihand)(void *), void *arg, void **cookiep)
463 if (filt != NULL || ihand == NULL)
471 ppbdev->intr_hook = ihand;
/freebsd-11-stable/sys/dev/sec/
H A Dsec.c66 void **ihand, int *irid, driver_intr_t handler, const char *iname);
68 void *ihand, int irid, const char *iname);
510 sec_setup_intr(struct sec_softc *sc, struct resource **ires, void **ihand, argument
524 NULL, handler, sc, ihand);
540 sec_release_intr(struct sec_softc *sc, struct resource *ires, void *ihand, argument
548 error = bus_teardown_intr(sc->sc_dev, ires, ihand);
/freebsd-11-stable/sys/dev/scc/
H A Dscc_core.c516 driver_filter_t *filt, void (*ihand)(void *), void *arg, void **cookiep)
550 m->ih = (filt != NULL) ? filt : (driver_filter_t *)ihand;
/freebsd-11-stable/sys/dev/puc/
H A Dpuc.c604 int flags, driver_filter_t *filt, void (*ihand)(void *), void *arg, void **cookiep)
626 if (port->p_type == PUC_TYPE_SERIAL && ihand != NULL)
648 sc->sc_ires, flags, filt, ihand, arg, cookiep));
/freebsd-11-stable/sys/x86/x86/
H A Dnexus.c607 int flags, driver_filter_t filter, void (*ihand)(void *),
628 rman_get_start(irq), filter, ihand, arg, flags, cookiep);

Completed in 134 milliseconds