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

/linux-master/include/linux/
H A Dirqdomain.h266 unsigned int first_irq,
271 unsigned int first_irq,
277 unsigned int first_irq,
334 unsigned int first_irq,
338 return irq_domain_create_simple(of_node_to_fwnode(of_node), size, first_irq, ops, host_data);
332 irq_domain_add_simple(struct device_node *of_node, unsigned int size, unsigned int first_irq, const struct irq_domain_ops *ops, void *host_data) argument
/linux-master/arch/riscv/kvm/
H A Daia.c336 int i, first_irq, nirqs; local
346 first_irq = (isel - ISELECT_IPRIO0) * 4;
350 prio = aia_get_iprio8(vcpu, first_irq + i);
362 aia_set_iprio8(vcpu, first_irq + i, prio);
/linux-master/kernel/irq/
H A Dirqdomain.c343 * @first_irq: first number of irq block assigned to the domain,
344 * pass zero to assign irqs on-the-fly. If first_irq is non-zero, then
345 * pre-map all of the irqs in the domain to virqs starting at first_irq.
349 * Allocates an irq_domain, and optionally if first_irq is positive then also
350 * allocate irq_descs and map all of the hwirqs to virqs starting at first_irq.
353 * interrupt controllers. If device tree is used, then first_irq will be 0 and
359 unsigned int first_irq,
369 if (first_irq > 0) {
372 int rc = irq_alloc_descs(first_irq, first_irq, siz
357 irq_domain_create_simple(struct fwnode_handle *fwnode, unsigned int size, unsigned int first_irq, const struct irq_domain_ops *ops, void *host_data) argument
400 irq_domain_add_legacy(struct device_node *of_node, unsigned int size, unsigned int first_irq, irq_hw_number_t first_hwirq, const struct irq_domain_ops *ops, void *host_data) argument
412 irq_domain_create_legacy(struct fwnode_handle *fwnode, unsigned int size, unsigned int first_irq, irq_hw_number_t first_hwirq, const struct irq_domain_ops *ops, void *host_data) argument
[all...]

Completed in 234 milliseconds