Home
last modified time | relevance | path

Searched refs:out_hwirq (Results 1 – 7 of 7) sorted by relevance

/drivers/sh/intc/
Dirqdomain.c29 unsigned long *out_hwirq, unsigned int *out_type) in intc_evt_xlate() argument
34 *out_hwirq = evt2irq(intspec[0]); in intc_evt_xlate()
/drivers/irqchip/
Dexynos-combiner.c145 unsigned long *out_hwirq, in combiner_irq_domain_xlate() argument
154 *out_hwirq = intspec[0] * IRQ_IN_COMBINER + intspec[1]; in combiner_irq_domain_xlate()
163 unsigned long *out_hwirq, in combiner_irq_domain_xlate() argument
Dirq-bcm2835.c115 unsigned long *out_hwirq, unsigned int *out_type) in armctrl_xlate() argument
129 *out_hwirq = MAKE_HWIRQ(intspec[0], intspec[1]); in armctrl_xlate()
Dirq-gic.c686 unsigned long *out_hwirq, unsigned int *out_type) in gic_irq_domain_xlate() argument
694 *out_hwirq = intspec[1] + 16; in gic_irq_domain_xlate()
698 *out_hwirq += 16; in gic_irq_domain_xlate()
Dirq-s3c24xx.c1192 irq_hw_number_t *out_hwirq, unsigned int *out_type) in s3c24xx_irq_xlate_of() argument
1209 *out_hwirq = intspec[0] * 32 + intspec[2]; in s3c24xx_irq_xlate_of()
/drivers/gpio/
Dgpio-sodaville.c100 const u32 *intspec, u32 intsize, irq_hw_number_t *out_hwirq, in sdv_xlate() argument
112 *out_hwirq = line; in sdv_xlate()
/drivers/pinctrl/
Dpinctrl-at91.c1423 irq_hw_number_t *out_hwirq, in at91_gpio_irq_domain_xlate() argument
1432 *out_hwirq = intspec[0]; in at91_gpio_irq_domain_xlate()