Searched refs:ih (Results 26 - 50 of 175) sorted by relevance

1234567

/freebsd-12-stable/sys/sparc64/sparc64/
H A Dintr_machdep.c339 struct intr_handler *ih; local
378 CK_SLIST_FOREACH(ih, &ie->ie_handlers, ih_next) {
379 if (ih->ih_filter != NULL && ih->ih_filter != filt) {
434 intr_describe(int vec, void *ih, const char *descr) argument
447 error = intr_event_describe_handler(iv->iv_event, ih, descr);
/freebsd-12-stable/sys/dev/sound/pci/
H A Dhdspe.h158 uint32_t (*ih) (struct sc_pcminfo *scp); member in struct:sc_pcminfo
182 void *ih; member in struct:sc_info
/freebsd-12-stable/sys/dev/atkbdc/
H A Datkbd_atkbdc.c52 void *ih; member in struct:__anon12246
137 kbd, &sc->ih);
/freebsd-12-stable/sys/arm/arm/
H A Dpmu.c72 void *ih[MAX_RLEN]; member in struct:pmu_softc
157 pmu_intr, NULL, NULL, &sc->ih[i]);
/freebsd-12-stable/sys/arm/freescale/vybrid/
H A Dvf_adc.c116 void *ih; member in struct:adc_softc
204 NULL, adc_intr, sc, &sc->ih);
/freebsd-12-stable/sys/dev/cmx/
H A Dcmxvar.h51 void *ih; /* intr handle */ member in struct:cmx_softc
H A Dcmx.c191 cmx_intr, sc, &sc->ih)) != 0) {
216 if (sc->ih) {
217 bus_teardown_intr(dev, sc->irq, sc->ih);
218 sc->ih = NULL;
/freebsd-12-stable/sys/dev/advansys/
H A Dadv_pci.c144 void *ih; local
301 NULL, adv_intr, adv, &ih) != 0) {
310 bus_teardown_intr(dev, irqres, ih);
/freebsd-12-stable/sys/dev/bhnd/bhndb/
H A Dbhndb_private.h85 struct bhndb_intr_handler *ih);
89 struct bhndb_intr_handler *ih);
92 struct bhndb_intr_handler *ih);
/freebsd-12-stable/sys/dev/bktr/
H A Dbktr_os.c959 pci_intr_handle_t ih; local
990 pa->pa_intrline, &ih)) {
994 intrstr = pci_intr_string(pa->pa_pc, ih);
996 bktr->ih = pci_intr_establish(pa->pa_pc, ih, IPL_VIDEO,
998 if (bktr->ih == NULL) {
1012 pci_intr_handle_t ih; local
1048 pa->pa_intrline, &ih)) {
1053 intrstr = pci_intr_string(pa->pa_pc, ih);
1054 bktr->ih
[all...]
/freebsd-12-stable/sys/dev/drm2/radeon/
H A Dr600.c3000 rdev->ih.ring_obj = NULL;
3256 rdev->ih.ring_size = ring_size;
3257 rdev->ih.ptr_mask = rdev->ih.ring_size - 1;
3258 rdev->ih.rptr = 0;
3267 if (rdev->ih.ring_obj == NULL) {
3268 r = radeon_bo_create(rdev, rdev->ih.ring_size,
3271 NULL, &rdev->ih.ring_obj);
3273 DRM_ERROR("radeon: failed to create ih ring buffer (%d).\n", r);
3276 r = radeon_bo_reserve(rdev->ih
[all...]
/freebsd-12-stable/sys/dev/vt/hw/fb/
H A Dvt_early_fb.c83 ihandle_t ih; local
89 ih = OF_open(name);
119 OF_call_method("color!", ih, 4, 1,
/freebsd-12-stable/sys/netipsec/
H A Dipsec.c511 struct ip ih; local
513 m_copydata(m, 0, sizeof (struct ip), (caddr_t) &ih);
514 if (ih.ip_off & htons(IP_MF | IP_OFFMASK))
516 off = ih.ip_hl << 2;
517 nxt = ih.ip_p;
685 struct icmp6_hdr ih; local
726 m_copydata(m, off, sizeof(ih), (caddr_t)&ih);
727 spidx->src.sin6.sin6_port = htons((uint16_t)ih.icmp6_type);
728 spidx->dst.sin6.sin6_port = htons((uint16_t)ih
[all...]
/freebsd-12-stable/sys/dev/ex/
H A Dif_exvar.h44 void * ih; member in struct:ex_softc
/freebsd-12-stable/sys/dev/firewire/
H A Dfwohci_pci.c289 sc, &sc->ih);
362 if (sc->ih) {
363 err = bus_teardown_intr(self, sc->irq_res, sc->ih);
367 sc->ih = NULL;
/freebsd-12-stable/sys/dev/scc/
H A Dscc_bfe.h81 driver_filter_t *ih; member in struct:scc_mode
/freebsd-12-stable/sys/x86/include/
H A Dintr_machdep.h155 int intr_describe(u_int vector, void *ih, const char *descr);
/freebsd-12-stable/sys/arm/freescale/imx/
H A Dimx6_audmux.c78 void *ih; member in struct:audmux_softc
H A Dimx6_sdma.h216 void *ih; member in struct:sdma_softc
237 uint32_t (*ih)(void *, int); member in struct:sdma_conf
/freebsd-12-stable/sys/dev/aha/
H A Daha_isa.c266 INTR_MPSAFE, NULL, aha_intr, aha, &aha->ih);
288 error = bus_teardown_intr(dev, aha->irq, aha->ih);
/freebsd-12-stable/sys/dev/beri/virtio/
H A Dvirtio_mmio_platform.c73 void *ih; member in struct:virtio_mmio_platform_softc
274 NULL, platform_intr, sc, &sc->ih)) {
/freebsd-12-stable/sys/powerpc/powerpc/
H A Dnexus.c151 struct resource *r, void *ih)
157 return (powerpc_teardown_intr(ih));
150 nexus_teardown_intr(device_t bus __unused, device_t child __unused, struct resource *r, void *ih) argument
/freebsd-12-stable/sys/riscv/riscv/
H A Dtimer.c73 void *ih; member in struct:riscv_timer_softc
219 NULL, sc, IRQ_TIMER_SUPERVISOR, INTR_TYPE_CLK, &sc->ih);
/freebsd-12-stable/sys/arm/samsung/exynos/
H A Dexynos5_pad.c163 void (*ih) (void *); member in struct:pad_intr
355 void (*ih) (void *);
383 ih = intr_map[k].ih;
385 ih(ih_user);
400 pad_setup_intr(int gpio_number, void (*ih)(void *), void *ih_user)
437 pad_irq->ih = ih;
/freebsd-12-stable/sys/dev/xilinx/
H A Daxidma.c107 void *ih[2]; member in struct:axidma_softc
282 NULL, axidma_intr_tx, sc, &sc->ih[0]);
290 NULL, axidma_intr_rx, sc, &sc->ih[1]);
310 bus_teardown_intr(dev, sc->res[1], sc->ih[0]);
311 bus_teardown_intr(dev, sc->res[2], sc->ih[1]);

Completed in 309 milliseconds

1234567