Searched refs:hdl (Results 1 – 3 of 3) sorted by relevance
670 irq_flow_handler_t hdl = NULL; in au1300_gpic_settype() local676 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()
6480 pfm_install_alt_pmu_interrupt(pfm_intr_handler_desc_t *hdl) in pfm_install_alt_pmu_interrupt() argument6486 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() argument6536 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()
1341 irq_flow_handler_t hdl; in ioapic_register_intr() local1359 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()