Lines Matching defs:cmdq
63 struct cmdq *cmdq; member
70 struct cmdq { struct
76 struct cmdq_thread *thread; argument
81 static int cmdq_thread_suspend(struct cmdq *cmdq, struct cmdq_thread *thread) in cmdq_thread_suspend()
106 static void cmdq_init(struct cmdq *cmdq) in cmdq_init()
117 static int cmdq_thread_reset(struct cmdq *cmdq, struct cmdq_thread *thread) in cmdq_thread_reset()
133 static void cmdq_thread_disable(struct cmdq *cmdq, struct cmdq_thread *thread) in cmdq_thread_disable()
234 static void cmdq_thread_irq_handler(struct cmdq *cmdq, in cmdq_thread_irq_handler()
289 struct cmdq *cmdq = dev; in cmdq_irq_handler() local
310 struct cmdq *cmdq = dev_get_drvdata(dev); in cmdq_suspend() local
335 struct cmdq *cmdq = dev_get_drvdata(dev); in cmdq_resume() local
344 struct cmdq *cmdq = platform_get_drvdata(pdev); in cmdq_remove() local
355 struct cmdq *cmdq = dev_get_drvdata(chan->mbox->dev); in cmdq_mbox_send_data() local
462 struct cmdq *cmdq; in cmdq_probe() local