Home
last modified time | relevance | path

Searched refs:hdl (Results 1 – 3 of 3) sorted by relevance

/arch/mips/alchemy/common/
Dirq.c669 irq_flow_handler_t hdl = NULL; in au1300_gpic_settype() local
675 hdl = handle_level_irq; in au1300_gpic_settype()
680 hdl = handle_level_irq; in au1300_gpic_settype()
685 hdl = handle_edge_irq; in au1300_gpic_settype()
690 hdl = handle_edge_irq; in au1300_gpic_settype()
695 hdl = handle_edge_irq; in au1300_gpic_settype()
700 hdl = handle_level_irq; in au1300_gpic_settype()
706 __irq_set_chip_handler_name_locked(d->irq, &au1300_gpic, hdl, name); in au1300_gpic_settype()
/arch/ia64/kernel/
Dperfmon.c6445 pfm_install_alt_pmu_interrupt(pfm_intr_handler_desc_t *hdl) in pfm_install_alt_pmu_interrupt() argument
6451 if (hdl == NULL || hdl->handler == NULL) return -EINVAL; in pfm_install_alt_pmu_interrupt()
6475 pfm_alt_intr_handler = hdl; in pfm_install_alt_pmu_interrupt()
6496 pfm_remove_alt_pmu_interrupt(pfm_intr_handler_desc_t *hdl) in pfm_remove_alt_pmu_interrupt() argument
6501 if (hdl == NULL) return -EINVAL; in pfm_remove_alt_pmu_interrupt()
6504 if (pfm_alt_intr_handler != hdl) return -EINVAL; in pfm_remove_alt_pmu_interrupt()
/arch/x86/kernel/apic/
Dio_apic.c1439 irq_flow_handler_t hdl; in ioapic_register_intr() local
1454 hdl = fasteoi ? handle_fasteoi_irq : handle_edge_irq; in ioapic_register_intr()
1455 irq_set_chip_and_handler_name(irq, chip, hdl, in ioapic_register_intr()