Home
last modified time | relevance | path

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

/kernel/irq/
Dirqdomain.c1003 unsigned long *out_hwirq, unsigned int *out_type) in irq_domain_xlate_onecell() argument
1008 *out_type = IRQ_TYPE_NONE; in irq_domain_xlate_onecell()
1022 irq_hw_number_t *out_hwirq, unsigned int *out_type) in irq_domain_xlate_twocell() argument
1027 return irq_domain_translate_twocell(d, &fwspec, out_hwirq, out_type); in irq_domain_xlate_twocell()
1045 unsigned long *out_hwirq, unsigned int *out_type) in irq_domain_xlate_onetwocell() argument
1051 *out_type = intspec[1] & IRQ_TYPE_SENSE_MASK; in irq_domain_xlate_onetwocell()
1053 *out_type = IRQ_TYPE_NONE; in irq_domain_xlate_onetwocell()
1070 unsigned int *out_type) in irq_domain_translate_onecell() argument
1075 *out_type = IRQ_TYPE_NONE; in irq_domain_translate_onecell()
1091 unsigned int *out_type) in irq_domain_translate_twocell() argument
[all …]