/freebsd/stand/powerpc/ofw/ |
H A D | ofwfdt.c | 154 const uint32_t *ihand; in ofwfdt_fixups() local 156 ihand = fdt_getprop(fdtp, offset, chosenprops[i], &len); in ofwfdt_fixups() 157 if (ihand != NULL && len == sizeof(*ihand)) { in ofwfdt_fixups() 158 node = OF_instance_to_package(*ihand); in ofwfdt_fixups()
|
/freebsd/sys/dev/tsec/ |
H A D | if_tsec_fdt.c | 75 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, in tsec_setup_intr() argument 286 NULL, handler, sc, ihand); in tsec_setup_intr() 298 tsec_release_intr(struct tsec_softc *sc, struct resource *ires, void *ihand, in tsec_release_intr() argument 306 error = bus_teardown_intr(sc->dev, ires, ihand); in tsec_release_intr()
|
/freebsd/sys/kern/ |
H A D | serdev_if.m | 64 # ihand() - Query serial device interrupt handler. 69 METHOD serdev_intr_t* ihand { 78 # interrupt handlers collected with the ihand() method.
|
/freebsd/sys/dev/quicc/ |
H A D | quicc_core.c | 352 int flags, driver_filter_t *filt, void (*ihand)(void *), void *arg, in quicc_bus_setup_intr() 377 qd->qd_ih = (filt != NULL) ? filt : (driver_filter_t *)ihand; in quicc_bus_setup_intr() 379 *cookiep = ihand; in quicc_bus_setup_intr()
|
/freebsd/sys/dev/ppbus/ |
H A D | ppbconf.c | 442 driver_filter_t *filt, void (*ihand)(void *), void *arg, void **cookiep) in ppbus_setup_intr() 448 if (filt != NULL || ihand == NULL) in ppbus_setup_intr() 456 ppbdev->intr_hook = ihand; in ppbus_setup_intr()
|
/freebsd/sys/dev/sec/ |
H A D | sec.c | 66 void **ihand, int *irid, driver_intr_t handler, const char *iname); 68 void *ihand, int irid, const char *iname); 460 sec_setup_intr(struct sec_softc *sc, struct resource **ires, void **ihand, in sec_setup_intr() argument 474 NULL, handler, sc, ihand); in sec_setup_intr() 490 sec_release_intr(struct sec_softc *sc, struct resource *ires, void *ihand, in sec_release_intr() argument 498 error = bus_teardown_intr(sc->sc_dev, ires, ihand); in sec_release_intr()
|
/freebsd/sys/dev/puc/ |
H A D | puc.c | 595 int flags, driver_filter_t *filt, void (*ihand)(void *), void *arg, void **cookiep) in puc_bus_setup_intr() 617 if (port->p_type == PUC_TYPE_SERIAL && ihand != NULL) in puc_bus_setup_intr() 639 sc->sc_ires, flags, filt, ihand, arg, cookiep)); in puc_bus_setup_intr()
|
/freebsd/sys/x86/x86/ |
H A D | nexus.c | 455 int flags, driver_filter_t filter, void (*ihand)(void *), in nexus_setup_intr() 482 filter, ihand, arg, flags, cookiep, domain); in nexus_setup_intr()
|
/freebsd/sys/dev/scc/ |
H A D | scc_core.c | 516 driver_filter_t *filt, void (*ihand)(void *), void *arg, void **cookiep) in scc_bus_setup_intr() 550 m->ih = (filt != NULL) ? filt : (driver_filter_t *)ihand; in scc_bus_setup_intr()
|