Searched refs:irq_domain_translate_twothreecell (Results 1 – 3 of 3) sorted by relevance
/linux/kernel/irq/ |
H A D | irqdomain.c | 1130 return irq_domain_translate_twothreecell(d, &fwspec, out_hwirq, out_type); in irq_domain_xlate_twothreecell() 1230 int irq_domain_translate_twothreecell(struct irq_domain *d, struct irq_fwspec *fwspec, in irq_domain_translate_twothreecell() function 1247 EXPORT_SYMBOL_GPL(irq_domain_translate_twothreecell);
|
/linux/include/linux/ |
H A D | irqdomain.h | 515 int irq_domain_translate_twothreecell(struct irq_domain *d, struct irq_fwspec *fwspec,
|
/linux/drivers/gpio/ |
H A D | gpiolib.c | 1565 return irq_domain_translate_twothreecell(d, fwspec, hwirq, type); in gpiochip_hierarchy_irq_domain_translate()
|