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

/freebsd-12-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-12-stable/sys/dev/tsec/
H A Dif_tsec_fdt.c77 void **ihand, int *irid, driver_intr_t handler, const char *iname);
79 void *ihand, int irid, const char *iname);
277 tsec_setup_intr(struct tsec_softc *sc, struct resource **ires, void **ihand, argument
288 NULL, handler, sc, ihand);
300 tsec_release_intr(struct tsec_softc *sc, struct resource *ires, void *ihand, argument
308 error = bus_teardown_intr(sc->dev, ires, ihand);
/freebsd-12-stable/sys/dev/ppbus/
H A Dppbconf.c459 driver_filter_t *filt, void (*ihand)(void *), void *arg, void **cookiep)
465 if (filt != NULL || ihand == NULL)
473 ppbdev->intr_hook = ihand;
/freebsd-12-stable/sys/dev/quicc/
H A Dquicc_core.c356 int flags, driver_filter_t *filt, void (*ihand)(void *), void *arg,
381 qd->qd_ih = (filt != NULL) ? filt : (driver_filter_t *)ihand;
383 *cookiep = ihand;
/freebsd-12-stable/sys/dev/sec/
H A Dsec.c68 void **ihand, int *irid, driver_intr_t handler, const char *iname);
70 void *ihand, int irid, const char *iname);
496 sec_setup_intr(struct sec_softc *sc, struct resource **ires, void **ihand, argument
510 NULL, handler, sc, ihand);
526 sec_release_intr(struct sec_softc *sc, struct resource *ires, void *ihand, argument
534 error = bus_teardown_intr(sc->sc_dev, ires, ihand);
/freebsd-12-stable/sys/dev/scc/
H A Dscc_core.c518 driver_filter_t *filt, void (*ihand)(void *), void *arg, void **cookiep)
552 m->ih = (filt != NULL) ? filt : (driver_filter_t *)ihand;
/freebsd-12-stable/sys/dev/puc/
H A Dpuc.c606 int flags, driver_filter_t *filt, void (*ihand)(void *), void *arg, void **cookiep)
628 if (port->p_type == PUC_TYPE_SERIAL && ihand != NULL)
650 sc->sc_ires, flags, filt, ihand, arg, cookiep));
/freebsd-12-stable/sys/x86/x86/
H A Dnexus.c575 int flags, driver_filter_t filter, void (*ihand)(void *),
598 rman_get_start(irq), filter, ihand, arg, flags, cookiep, domain);

Completed in 126 milliseconds