Searched refs:hdl (Results 1 – 3 of 3) sorted by relevance
669 irq_flow_handler_t hdl = NULL; in au1300_gpic_settype() local675 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()
6445 pfm_install_alt_pmu_interrupt(pfm_intr_handler_desc_t *hdl) in pfm_install_alt_pmu_interrupt() argument6451 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() argument6501 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()
1439 irq_flow_handler_t hdl; in ioapic_register_intr() local1454 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()