Home
last modified time | relevance | path

Searched refs:irq_domain_translate_onecell (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/irqchip/
H A Dirq-nvic.c56 ret = irq_domain_translate_onecell(domain, fwspec, &hwirq, &type); in nvic_irq_domain_alloc()
67 .translate = irq_domain_translate_onecell,
H A Dirq-dw-apb-ictl.c82 ret = irq_domain_translate_onecell(domain, fwspec, &hwirq, &type); in dw_apb_ictl_irq_domain_alloc()
93 .translate = irq_domain_translate_onecell,
H A Dirq-loongson-htvec.c120 ret = irq_domain_translate_onecell(domain, arg, &hwirq, &type); in htvec_domain_alloc()
146 .translate = irq_domain_translate_onecell,
H A Dirq-loongson-eiointc.c307 ret = irq_domain_translate_onecell(domain, arg, &hwirq, &type); in eiointc_domain_alloc()
333 .translate = irq_domain_translate_onecell,
H A Dirq-riscv-intc.c144 ret = irq_domain_translate_onecell(domain, fwspec, &hwirq, &type); in riscv_intc_domain_alloc()
H A Dirq-sifive-plic.c338 return irq_domain_translate_onecell(d, fwspec, hwirq, type); in plic_irq_domain_translate()
/linux/include/linux/
H A Dirqdomain.h511 int irq_domain_translate_onecell(struct irq_domain *d, struct irq_fwspec *fwspec,
/linux/kernel/irq/
H A Dirqdomain.c1180 int irq_domain_translate_onecell(struct irq_domain *d, in irq_domain_translate_onecell() function
1191 EXPORT_SYMBOL_GPL(irq_domain_translate_onecell);
/linux/drivers/pci/controller/
H A Dpcie-apple.c381 .translate = irq_domain_translate_onecell,