Searched refs:__irq_domain_add (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/include/linux/ |
D | irqdomain.h | 254 struct irq_domain *__irq_domain_add(struct fwnode_handle *fwnode, unsigned int size, 348 return __irq_domain_add(of_node_to_fwnode(of_node), size, size, 0, ops, host_data); in irq_domain_add_linear() 357 return __irq_domain_add(of_node_to_fwnode(of_node), 0, max_irq, max_irq, ops, host_data); in irq_domain_add_nomap() 367 return __irq_domain_add(of_node_to_fwnode(of_node), 0, ~0, 0, ops, host_data); in irq_domain_add_tree() 375 return __irq_domain_add(fwnode, size, size, 0, ops, host_data); in irq_domain_create_linear() 382 return __irq_domain_add(fwnode, 0, ~0, 0, ops, host_data); in irq_domain_create_tree()
|
/Linux-v5.15/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-v5.15/arch/um/drivers/ |
D | virt-pci.c | 884 um_pci_inner_domain = __irq_domain_add(um_pci_fwnode, MAX_MSI_VECTORS, in um_pci_init()
|