Searched refs:out_type (Results 1 – 1 of 1) sorted by relevance
1003 unsigned long *out_hwirq, unsigned int *out_type) in irq_domain_xlate_onecell() argument1008 *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() argument1027 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() argument1051 *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() argument1075 *out_type = IRQ_TYPE_NONE; in irq_domain_translate_onecell()1091 unsigned int *out_type) in irq_domain_translate_twocell() argument[all …]