Searched refs:__irq_domain_add (Results 1 – 6 of 6) sorted by relevance
/linux/include/linux/ |
A D | irqdomain.h | 258 struct irq_domain *__irq_domain_add(struct fwnode_handle *fwnode, unsigned int size, 352 return __irq_domain_add(of_node_to_fwnode(of_node), size, size, 0, ops, host_data); in irq_domain_add_linear() 361 return __irq_domain_add(of_node_to_fwnode(of_node), 0, max_irq, max_irq, ops, host_data); in irq_domain_add_nomap() 371 return __irq_domain_add(of_node_to_fwnode(of_node), 0, ~0, 0, ops, host_data); in irq_domain_add_tree() 379 return __irq_domain_add(fwnode, size, size, 0, ops, host_data); in irq_domain_create_linear() 386 return __irq_domain_add(fwnode, 0, ~0, 0, ops, host_data); in irq_domain_create_tree()
|
/linux/kernel/irq/ |
A 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/arch/um/drivers/ |
A D | virt-pci.c | 884 um_pci_inner_domain = __irq_domain_add(um_pci_fwnode, MAX_MSI_VECTORS, in um_pci_init()
|
/linux/ |
A D | vmlinux.symvers | 628 0x00000000 __irq_domain_add vmlinux EXPORT_SYMBOL_GPL
|
A D | System.map | 4079 ffff8000100fc760 T __irq_domain_add
|
A D | .tmp_System.map | 4079 ffff8000100fc760 T __irq_domain_add
|
Completed in 1071 milliseconds