Searched refs:__irq_set_handler (Results 1 – 7 of 7) sorted by relevance
| /linux/include/linux/ ! |
| H A D | irq.h | 730 __irq_set_handler(unsigned int irq, irq_flow_handler_t handle, int is_chained, 736 __irq_set_handler(irq, handle, 0, NULL); in irq_set_handler() 747 __irq_set_handler(irq, handle, 1, NULL); in irq_set_chained_handler()
|
| /linux/kernel/irq/ ! |
| H A D | chip.c | 1009 void __irq_set_handler(unsigned int irq, irq_flow_handler_t handle, int is_chained, in __irq_set_handler() function 1015 EXPORT_SYMBOL_GPL(__irq_set_handler); 1034 __irq_set_handler(irq, handle, 0, name); in irq_set_chip_and_handler_name()
|
| H A D | msi.c | 817 __irq_set_handler(virq, info->handler, 0, info->handler_name); in msi_domain_ops_init()
|
| H A D | irqdomain.c | 1556 __irq_set_handler(virq, handler, 0, handler_name); in irq_domain_set_info()
|
| /linux/arch/x86/kernel/apic/ ! |
| H A D | io_apic.c | 859 __irq_set_handler(irq, hdl, 0, fasteoi ? "fasteoi" : "edge"); in mp_register_handler()
|
| /linux/drivers/pci/controller/ ! |
| H A D | pci-hyperv.c | 2173 __irq_set_handler(virq + i, handle_edge_irq, 0, "edge"); in hv_pcie_domain_alloc()
|
| /linux/drivers/iommu/amd/ ! |
| H A D | init.c | 2421 __irq_set_handler(i, handle_edge_irq, 0, "edge"); in intcapxt_irqdomain_alloc()
|