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, &au1300_gpic, hdl, name); in au1300_gpic_settype()
/arch/ia64/kernel/
Dperfmon.c6435 pfm_install_alt_pmu_interrupt(pfm_intr_handler_desc_t *hdl) in pfm_install_alt_pmu_interrupt() argument
6441 if (hdl == NULL || hdl->handler == NULL) return -EINVAL; in pfm_install_alt_pmu_interrupt()
6465 pfm_alt_intr_handler = hdl; in pfm_install_alt_pmu_interrupt()
6486 pfm_remove_alt_pmu_interrupt(pfm_intr_handler_desc_t *hdl) in pfm_remove_alt_pmu_interrupt() argument
6491 if (hdl == NULL) return -EINVAL; in pfm_remove_alt_pmu_interrupt()
6494 if (pfm_alt_intr_handler != hdl) return -EINVAL; in pfm_remove_alt_pmu_interrupt()
/arch/x86/kernel/apic/
Dio_apic.c920 irq_flow_handler_t hdl; in mp_register_handler() local
931 hdl = fasteoi ? handle_fasteoi_irq : handle_edge_irq; in mp_register_handler()
932 __irq_set_handler(irq, hdl, 0, fasteoi ? "fasteoi" : "edge"); in mp_register_handler()