Searched refs:__irq_domain_add (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/include/linux/ |
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-v6.6/kernel/irq/ |
D | irqdomain.c | 255 struct irq_domain *__irq_domain_add(struct fwnode_handle *fwnode, unsigned int size, in __irq_domain_add() function 269 EXPORT_SYMBOL_GPL(__irq_domain_add); 364 domain = __irq_domain_add(fwnode, size, size, 0, ops, host_data); in irq_domain_create_simple() 420 domain = __irq_domain_add(fwnode, first_hwirq + size, first_hwirq + size, 0, ops, host_data); in irq_domain_create_legacy()
|
/Linux-v6.6/arch/um/drivers/ |
D | virt-pci.c | 1019 um_pci_inner_domain = __irq_domain_add(um_pci_fwnode, MAX_MSI_VECTORS, in um_pci_init()
|