Symbol: intr_handler
sys/arch/amiga/dev/gayle_pcmcia.c
412
pcf_intr_disestablish(pcmcia_chipset_handle_t pch, void *intr_handler)
sys/arch/amiga/dev/gayle_pcmcia.c
414
struct pccard_slot *slot = (struct pccard_slot *) intr_handler;
sys/arch/evbarm/g42xxeb/if_ne_obio.c
127
intr_handler,
sys/arch/riscv/include/machdep.h
74
void riscv_intr_set_handler(void (*intr_handler)(struct trapframe *,
sys/arch/riscv/riscv/interrupt.c
102
_riscv_intr_handler == intr_handler);
sys/arch/riscv/riscv/interrupt.c
103
_riscv_intr_handler = intr_handler;
sys/arch/riscv/riscv/interrupt.c
98
riscv_intr_set_handler(void (*intr_handler)(struct trapframe *, register_t,
sys/arch/usermode/usermode/trap.c
642
struct intr_handler *sih;
sys/arch/usermode/usermode/trap.c
664
struct intr_handler *sih;
sys/arch/usermode/usermode/trap.c
95
static struct intr_handler sigio_intr_handler[SIGIO_MAX_HANDLERS];
sys/dev/pci/ahcisata_pci.c
317
int (*intr_handler)(void *);
sys/dev/pci/ahcisata_pci.c
327
intr_handler = ahci_intr;
sys/dev/pci/ahcisata_pci.c
350
intr_handler = ahci_intr;
sys/dev/pci/ahcisata_pci.c
370
intr_handler = ahci_intr_port;
sys/dev/pci/ahcisata_pci.c
382
psc->sc_pihp[vec], IPL_BIO, intr_handler, intr_arg, intr_xname);
sys/dev/pci/ciss_pci.c
162
int (*intr_handler)(void *);
sys/dev/pci/ciss_pci.c
262
intr_handler = CISS_PERF_SUPPORTED(sc)
sys/dev/pci/ciss_pci.c
267
intr_handler = ciss_intr_perf_msi;
sys/dev/pci/ciss_pci.c
272
intr_handler, sc, device_xname(self));
sys/dev/pci/cxgb/cxgb_ael1002.c
138
.intr_handler = ael1002_intr_noop,
sys/dev/pci/cxgb/cxgb_ael1002.c
211
.intr_handler = ael1006_intr_handler,
sys/dev/pci/cxgb/cxgb_ael1002.c
246
.intr_handler = ael1006_intr_handler,
sys/dev/pci/cxgb/cxgb_ael1002.c
323
.intr_handler = ael1002_intr_noop,
sys/dev/pci/cxgb/cxgb_common.h
516
int (*intr_handler)(struct cphy *phy);
sys/dev/pci/cxgb/cxgb_mv88e1xxx.c
281
.intr_handler = mv88e1xxx_intr_handler,
sys/dev/pci/cxgb/cxgb_t3_hw.c
1639
int phy_cause = p->phy.ops->intr_handler(&p->phy);
sys/dev/pci/cxgb/cxgb_vsc8211.c
237
.intr_handler = vsc8211_intr_handler,