Lines Matching defs:cmdq
62 struct cmdq *cmdq; member
69 struct cmdq { struct
74 struct cmdq_thread *thread; argument
79 static int cmdq_thread_suspend(struct cmdq *cmdq, struct cmdq_thread *thread) in cmdq_thread_suspend()
104 static void cmdq_init(struct cmdq *cmdq) in cmdq_init()
111 static int cmdq_thread_reset(struct cmdq *cmdq, struct cmdq_thread *thread) in cmdq_thread_reset()
127 static void cmdq_thread_disable(struct cmdq *cmdq, struct cmdq_thread *thread) in cmdq_thread_disable()
228 static void cmdq_thread_irq_handler(struct cmdq *cmdq, in cmdq_thread_irq_handler()
283 struct cmdq *cmdq = dev; in cmdq_irq_handler() local
304 struct cmdq *cmdq = dev_get_drvdata(dev); in cmdq_suspend() local
329 struct cmdq *cmdq = dev_get_drvdata(dev); in cmdq_resume() local
338 struct cmdq *cmdq = platform_get_drvdata(pdev); in cmdq_remove() local
358 struct cmdq *cmdq = dev_get_drvdata(chan->mbox->dev); in cmdq_mbox_send_data() local
465 struct cmdq *cmdq; in cmdq_probe() local