Searched refs:ih (Results 51 - 75 of 174) sorted by relevance

1234567

/freebsd-11-stable/sys/dev/scc/
H A Dscc_core.c86 if (m->ih != NULL)
87 (*m->ih)(m->ih_arg);
550 m->ih = (filt != NULL) ? filt : (driver_filter_t *)ihand;
557 m->ih = NULL;
579 m->ih = NULL;
/freebsd-11-stable/sys/dev/sound/pci/
H A Daureal.c560 void *ih; local
570 ih = NULL;
622 if (!irq || snd_setup_intr(dev, irq, 0, au_intr, au, &ih)) {
665 if (ih) bus_teardown_intr(dev, irq, ih);
H A Dfm801.c147 void *ih; member in struct:fm801_info
626 snd_setup_intr(dev, fm801->irq, 0, fm801_intr, fm801, &fm801->ih)) {
661 if (fm801->ih) bus_teardown_intr(dev, fm801->irq, fm801->ih);
693 bus_teardown_intr(dev, fm801->irq, fm801->ih);
H A Dneomagic.c68 void *ih; member in struct:sc_info
700 if (!sc->irq || snd_setup_intr(dev, sc->irq, 0, nm_intr, sc, &sc->ih)) {
720 if (sc->ih) bus_teardown_intr(dev, sc->irq, sc->ih);
739 bus_teardown_intr(dev, sc->irq, sc->ih);
H A Dt4dwave.c100 void *ih; member in struct:tr_info
887 if (!tr->irq || snd_setup_intr(dev, tr->irq, 0, tr_intr, tr, &tr->ih)) {
966 if (tr->ih) bus_teardown_intr(dev, tr->irq, tr->ih);
986 bus_teardown_intr(dev, tr->irq, tr->ih);
H A Dvibes.c96 void *ih; member in struct:sc_info
764 snd_setup_intr(dev, sc->irq, 0, sv_intr, sc, &sc->ih)) {
888 if (sc->ih)
889 bus_teardown_intr(dev, sc->irq, sc->ih);
914 bus_teardown_intr(dev, sc->irq, sc->ih);
/freebsd-11-stable/sys/arm/arm/
H A Dnexus.c318 nexus_teardown_intr(device_t dev, device_t child, struct resource *r, void *ih) argument
322 return (intr_teardown_irq(child, r, ih));
324 return (arm_remove_irqhandler(rman_get_start(r), ih));
/freebsd-11-stable/sys/netpfil/pf/
H A Dpf.c631 struct pf_idhash *ih = &V_pf_idhash[i]; local
635 PF_HASHROW_LOCK(ih);
636 LIST_FOREACH(s, &ih->states, entry) {
651 PF_HASHROW_UNLOCK(ih);
784 struct pf_idhash *ih; local
825 for (i = 0, kh = V_pf_keyhash, ih = V_pf_idhash; i <= pf_hashmask;
826 i++, kh++, ih++) {
828 mtx_init(&ih->lock, "pf_idhash", NULL, MTX_DEF);
881 struct pf_idhash *ih; local
886 for (i = 0, kh = V_pf_keyhash, ih
1015 struct pf_idhash *ih = &V_pf_idhash[PF_IDHASH(si)]; local
1218 struct pf_idhash *ih; local
1278 struct pf_idhash *ih; local
1639 struct pf_idhash *ih = &V_pf_idhash[PF_IDHASH(s)]; local
1704 struct pf_idhash *ih; local
6084 struct icmp ih; local
6530 struct icmp6_hdr ih; local
[all...]
H A Dpf_ioctl.c1629 struct pf_idhash *ih = &V_pf_idhash[i]; local
1632 PF_HASHROW_LOCK(ih);
1633 LIST_FOREACH(s, &ih->states, entry)
1646 PF_HASHROW_UNLOCK(ih);
1674 struct pf_idhash *ih = &V_pf_idhash[i]; local
1677 PF_HASHROW_LOCK(ih);
1678 LIST_FOREACH(s, &ih->states, entry) {
1723 PF_HASHROW_UNLOCK(ih);
1777 struct pf_idhash *ih = &V_pf_idhash[i]; local
1779 PF_HASHROW_LOCK(ih);
3599 struct pf_idhash *ih = &V_pf_idhash[i]; local
3634 struct pf_idhash *ih = &V_pf_idhash[i]; local
3693 struct pf_idhash *ih = &V_pf_idhash[i]; local
[all...]
/freebsd-11-stable/sys/dev/dpt/
H A Ddpt_eisa.c151 INTR_MPSAFE, NULL, dpt_intr, dpt, &dpt->ih)) {
H A Ddpt_pci.c153 INTR_MPSAFE, NULL, dpt_intr, dpt, &dpt->ih)) {
/freebsd-11-stable/sys/dev/ida/
H A Didavar.h142 void *ih; member in struct:ida_softc
/freebsd-11-stable/sys/dev/fxp/
H A Dif_fxpvar.h185 void *ih; /* interrupt handler cookie */ member in struct:fxp_softc
/freebsd-11-stable/sys/dev/virtio/mmio/
H A Dvirtio_mmio.c98 void *ih; member in struct:vtmmio_softc
243 NULL, vtmmio_vq_intr, sc, &sc->ih)) {
779 if (sc->ih != NULL)
780 bus_teardown_intr(sc->dev, sc->res[1], sc->ih);
/freebsd-11-stable/sys/dev/sound/isa/
H A Dad1816.c60 void *ih; member in struct:ad1816_info
490 if (ad1816->ih)
491 bus_teardown_intr(dev, ad1816->irq, ad1816->ih);
613 snd_setup_intr(dev, ad1816->irq, 0, ad1816_intr, ad1816, &ad1816->ih);
H A Dsb8.c81 void *ih; member in struct:sb_info
265 if (sb->ih)
266 bus_teardown_intr(dev, sb->irq, sb->ih);
734 if (snd_setup_intr(dev, sb->irq, 0, sb_intr, sb, &sb->ih))
H A Dsbc.c71 void *ih[IRQ_MAX]; member in struct:sbc_softc
447 if (snd_setup_intr(dev, scp->irq[i], 0, sbc_intr, &scp->ihl[i], &scp->ih[i]))
768 if (scp->ih[i] != NULL)
769 bus_teardown_intr(scp->dev, scp->irq[i], scp->ih[i]);
770 scp->ih[i] = NULL;
/freebsd-11-stable/sys/arm/freescale/vybrid/
H A Dvf_sai.c146 void *ih; member in struct:sc_info
176 uint32_t (*ih) (struct sc_pcminfo *scp); member in struct:sc_pcminfo
482 tcd->ih = sai_dma_intr;
760 NULL, sai_intr, scp, &sc->ih);
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx6_ssi.c182 void *ih; member in struct:sc_info
214 uint32_t (*ih)(struct sc_pcminfo *scp); member in struct:sc_pcminfo
493 conf->ih = ssi_dma_intr;
813 NULL, ssi_intr, scp, &sc->ih);
H A Dimx51_ipuv3_fbd.c287 sc->ih = imx51_ipuv3_intr_establish(IMX51_INT_IPUV3, IPL_BIO,
289 if (sc->ih == NULL) {
/freebsd-11-stable/sys/dev/mpt/
H A Dmpt_pci.c500 mpt, &mpt->ih)) {
577 if (mpt->ih) {
578 bus_teardown_intr(mpt->dev, mpt->pci_irq, mpt->ih);
579 mpt->ih = NULL;
/freebsd-11-stable/sys/dev/advansys/
H A Dadv_isa.c115 void *ih; local
338 INTR_MPSAFE, NULL, adv_intr, adv, &ih) != 0) {
/freebsd-11-stable/sys/dev/ata/
H A Data-cbus.c54 void *ih; member in struct:ata_cbus_controller
143 NULL, ata_cbus_intr, ctlr, &ctlr->ih))) {
/freebsd-11-stable/sys/riscv/riscv/
H A Dnexus.c290 nexus_teardown_intr(device_t dev, device_t child, struct resource *r, void *ih) argument
293 return (riscv_teardown_intr(ih));
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dsi.c3285 rdev->ih.enabled = true;
3300 rdev->ih.enabled = false;
3301 rdev->ih.rptr = 0;
3378 WREG32(INTERRUPT_CNTL2, rdev->ih.gpu_addr >> 8);
3388 WREG32(IH_RB_BASE, rdev->ih.gpu_addr >> 8);
3389 rb_bufsz = drm_order(rdev->ih.ring_size / 4);
3440 /* don't enable anything if the ih is disabled */
3441 if (!rdev->ih.enabled) {
3708 wptr, rdev->ih.rptr, (wptr + 16) + rdev->ih
[all...]

Completed in 329 milliseconds

1234567