Home
last modified time | relevance | path

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

/arch/mips/alchemy/common/
Dirq.c670 irq_flow_handler_t hdl = NULL; in au1300_gpic_settype() local
676 hdl = handle_level_irq; in au1300_gpic_settype()
681 hdl = handle_level_irq; in au1300_gpic_settype()
686 hdl = handle_edge_irq; in au1300_gpic_settype()
691 hdl = handle_edge_irq; in au1300_gpic_settype()
696 hdl = handle_edge_irq; in au1300_gpic_settype()
701 hdl = handle_level_irq; in au1300_gpic_settype()
707 __irq_set_chip_handler_name_locked(d->irq, &au1300_gpic, hdl, name); in au1300_gpic_settype()
/arch/ia64/kernel/
Dperfmon.c6480 pfm_install_alt_pmu_interrupt(pfm_intr_handler_desc_t *hdl) in pfm_install_alt_pmu_interrupt() argument
6486 if (hdl == NULL || hdl->handler == NULL) return -EINVAL; in pfm_install_alt_pmu_interrupt()
6510 pfm_alt_intr_handler = hdl; in pfm_install_alt_pmu_interrupt()
6531 pfm_remove_alt_pmu_interrupt(pfm_intr_handler_desc_t *hdl) in pfm_remove_alt_pmu_interrupt() argument
6536 if (hdl == NULL) return -EINVAL; in pfm_remove_alt_pmu_interrupt()
6539 if (pfm_alt_intr_handler != hdl) return -EINVAL; in pfm_remove_alt_pmu_interrupt()
/arch/x86/kernel/apic/
Dio_apic.c1341 irq_flow_handler_t hdl; in ioapic_register_intr() local
1359 hdl = fasteoi ? handle_fasteoi_irq : handle_edge_irq; in ioapic_register_intr()
1360 irq_set_chip_and_handler_name(irq, chip, hdl, in ioapic_register_intr()