// SPDX-License-Identifier: GPL-2.0-or-later /* * cx18 interrupt handling * * Copyright (C) 2007 Hans Verkuil <[email protected]> * Copyright (C) 2008 Andy Walls <[email protected]> */ #include "cx18-driver.h" #include "cx18-io.h" #include "cx18-irq.h" #include "cx18-mailbox.h" #include "cx18-scb.h" static void xpu_ack(struct cx18 *cx, u32 sw2) { … } static void epu_cmd(struct cx18 *cx, u32 sw1) { … } irqreturn_t cx18_irq_handler(int irq, void *dev_id) { … }