Home
last modified time | relevance | path

Searched refs:irq_domain_translate_twothreecell (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/irq/
H A Dirqdomain.c1130 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 Dirqdomain.h515 int irq_domain_translate_twothreecell(struct irq_domain *d, struct irq_fwspec *fwspec,
/linux/drivers/gpio/
H A Dgpiolib.c1565 return irq_domain_translate_twothreecell(d, fwspec, hwirq, type); in gpiochip_hierarchy_irq_domain_translate()