Searched refs:__irq_domain_add (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | irqdomain.h | 260 struct irq_domain *__irq_domain_add(struct fwnode_handle *fwnode, unsigned int size, 353 return __irq_domain_add(of_node_to_fwnode(of_node), size, size, 0, ops, host_data); in irq_domain_add_linear() 362 return __irq_domain_add(of_node_to_fwnode(of_node), 0, max_irq, max_irq, ops, host_data); in irq_domain_add_nomap() 372 return __irq_domain_add(of_node_to_fwnode(of_node), 0, ~0, 0, ops, host_data); in irq_domain_add_tree() 380 return __irq_domain_add(fwnode, size, size, 0, ops, host_data); in irq_domain_create_linear() 387 return __irq_domain_add(fwnode, 0, ~0, 0, ops, host_data); in irq_domain_create_tree()
|
/linux-6.3-rc2/kernel/irq/ |
A D | irqdomain.c | 257 struct irq_domain *__irq_domain_add(struct fwnode_handle *fwnode, unsigned int size, in __irq_domain_add() function 271 EXPORT_SYMBOL_GPL(__irq_domain_add); 366 domain = __irq_domain_add(fwnode, size, size, 0, ops, host_data); in irq_domain_create_simple() 422 domain = __irq_domain_add(fwnode, first_hwirq + size, first_hwirq + size, 0, ops, host_data); in irq_domain_create_legacy()
|
/linux-6.3-rc2/arch/um/drivers/ |
A D | virt-pci.c | 1017 um_pci_inner_domain = __irq_domain_add(um_pci_fwnode, MAX_MSI_VECTORS, in um_pci_init()
|
Completed in 10 milliseconds