Searched refs:__irq_domain_add (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dirqdomain.h185 /* Irq domain name was allocated in __irq_domain_add() */
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);
362 return __irq_domain_add(of_node_to_fwnode(of_node), 0, max_irq, max_irq, ops, host_data);
372 return __irq_domain_add(of_node_to_fwnode(of_node), 0, ~0, 0, ops, host_data);
380 return __irq_domain_add(fwnode, size, size, 0, ops, host_data);
387 return __irq_domain_add(fwnode, 0, ~0, 0, ops, host_data);
/linux-master/kernel/irq/
H A Dirqdomain.c244 * __irq_domain_add() - Allocate a new irq_domain data structure
256 struct irq_domain *__irq_domain_add(struct fwnode_handle *fwnode, unsigned int size, function
270 EXPORT_SYMBOL_GPL(__irq_domain_add); variable
365 domain = __irq_domain_add(fwnode, size, size, 0, ops, host_data);
421 domain = __irq_domain_add(fwnode, first_hwirq + size, first_hwirq + size, 0, ops, host_data);
/linux-master/arch/um/drivers/
H A Dvirt-pci.c1019 um_pci_inner_domain = __irq_domain_add(um_pci_fwnode, MAX_MSI_VECTORS,

Completed in 91 milliseconds