···165165/*166166 * Convert a HW interrupt number to a logical one using a IRQ domain,167167 * and handle the result interrupt number. Return -EINVAL if168168- * conversion failed. Providing a NULL domain indicates that the169169- * conversion has already been done.168168+ * conversion failed.170169 */171170int __handle_domain_irq(struct irq_domain *domain, unsigned int hwirq,172171 bool lookup, struct pt_regs *regs);