Lines Matching defs:cmdq

69 	struct cmdq		*cmdq;  member
76 struct cmdq { struct
82 struct cmdq_thread *thread; argument
97 struct cmdq *cmdq = container_of(chan->mbox, struct cmdq, mbox); in cmdq_get_shift_pa() argument
103 static void cmdq_gctl_value_toggle(struct cmdq *cmdq, bool ddr_enable) in cmdq_gctl_value_toggle()
116 static int cmdq_thread_suspend(struct cmdq *cmdq, struct cmdq_thread *thread) in cmdq_thread_suspend()
141 static void cmdq_init(struct cmdq *cmdq) in cmdq_init()
155 static int cmdq_thread_reset(struct cmdq *cmdq, struct cmdq_thread *thread) in cmdq_thread_reset()
171 static void cmdq_thread_disable(struct cmdq *cmdq, struct cmdq_thread *thread) in cmdq_thread_disable()
224 struct cmdq *cmdq = task->cmdq; in cmdq_task_handle_error() local
236 static void cmdq_thread_irq_handler(struct cmdq *cmdq, in cmdq_thread_irq_handler()
289 struct cmdq *cmdq = dev; in cmdq_irq_handler() local
312 struct cmdq *cmdq = dev_get_drvdata(dev); in cmdq_runtime_resume() local
325 struct cmdq *cmdq = dev_get_drvdata(dev); in cmdq_runtime_suspend() local
334 struct cmdq *cmdq = dev_get_drvdata(dev); in cmdq_suspend() local
357 struct cmdq *cmdq = dev_get_drvdata(dev); in cmdq_resume() local
367 struct cmdq *cmdq = platform_get_drvdata(pdev); in cmdq_remove() local
379 struct cmdq *cmdq = dev_get_drvdata(chan->mbox->dev); in cmdq_mbox_send_data() local
456 struct cmdq *cmdq = dev_get_drvdata(chan->mbox->dev); in cmdq_mbox_shutdown() local
498 struct cmdq *cmdq = dev_get_drvdata(chan->mbox->dev); in cmdq_mbox_flush() local
573 static int cmdq_get_clocks(struct device *dev, struct cmdq *cmdq) in cmdq_get_clocks()
629 struct cmdq *cmdq; in cmdq_probe() local