Searched refs:__irq_domain_add (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/include/linux/ |
D | irqdomain.h | 268 struct irq_domain *__irq_domain_add(struct fwnode_handle *fwnode, unsigned int size, 362 return __irq_domain_add(of_node_to_fwnode(of_node), size, size, 0, ops, host_data); in irq_domain_add_linear() 371 return __irq_domain_add(of_node_to_fwnode(of_node), 0, max_irq, max_irq, ops, host_data); in irq_domain_add_nomap() 381 return __irq_domain_add(of_node_to_fwnode(of_node), 0, ~0, 0, ops, host_data); in irq_domain_add_tree() 389 return __irq_domain_add(fwnode, size, size, 0, ops, host_data); in irq_domain_create_linear() 396 return __irq_domain_add(fwnode, 0, ~0, 0, ops, host_data); in irq_domain_create_tree()
|
/linux-6.1.9/kernel/irq/ |
D | irqdomain.c | 139 struct irq_domain *__irq_domain_add(struct fwnode_handle *fwnode, unsigned int size, in __irq_domain_add() function 238 EXPORT_SYMBOL_GPL(__irq_domain_add); 333 domain = __irq_domain_add(fwnode, size, size, 0, ops, host_data); in irq_domain_create_simple() 389 domain = __irq_domain_add(fwnode, first_hwirq + size, first_hwirq + size, 0, ops, host_data); in irq_domain_create_legacy()
|
/linux-6.1.9/arch/um/drivers/ |
D | virt-pci.c | 892 um_pci_inner_domain = __irq_domain_add(um_pci_fwnode, MAX_MSI_VECTORS, in um_pci_init()
|