Searched refs:no_irq_type (Results 1 – 8 of 8) sorted by relevance
15 desc->handler = &no_irq_type; in init_one_irq_desc()
118 extern hw_irq_controller no_irq_type;
353 desc->handler = &no_irq_type; in destroy_irq()462 hw_irq_controller no_irq_type = { variable1484 if ( desc->handler == &no_irq_type ) in irq_acktype()2184 if ( desc->handler != &no_irq_type ) in map_domain_pirq()2241 if ( desc->handler != &no_irq_type ) in map_domain_pirq()2259 desc->handler = &no_irq_type; in map_domain_pirq()2377 desc->handler = &no_irq_type; in unmap_domain_pirq()2476 if ( !irq_desc_initialized(desc) || desc->handler == &no_irq_type ) in dump_irqs()2576 if ( desc->handler == &no_irq_type ) in fixup_irqs()
1085 if (!(desc->status & IRQ_DISABLED) && desc->handler != &no_irq_type) { in mp_register_gsi()
551 desc->handler = &no_irq_type; in __setup_msi_irq()
198 desc->handler = &no_irq_type; in gic_remove_irq_from_guest()
56 hw_irq_controller no_irq_type = { variable
1145 desc->handler = &no_irq_type; in iommu_set_interrupt()
Completed in 22 milliseconds