irq_domain_translate_twothreecell
return irq_domain_translate_twothreecell(d, fwspec, hwirq, type);
int irq_domain_translate_twothreecell(struct irq_domain *d, struct irq_fwspec *fwspec,
return irq_domain_translate_twothreecell(d, &fwspec, out_hwirq, out_type);
EXPORT_SYMBOL_GPL(irq_domain_translate_twothreecell);