Lines Matching refs:cmdq_thread
57 struct cmdq_thread { struct
68 struct cmdq_thread *thread; argument
78 struct cmdq_thread *thread;
101 static int cmdq_thread_suspend(struct cmdq *cmdq, struct cmdq_thread *thread) in cmdq_thread_suspend()
121 static void cmdq_thread_resume(struct cmdq_thread *thread) in cmdq_thread_resume()
139 static int cmdq_thread_reset(struct cmdq *cmdq, struct cmdq_thread *thread) in cmdq_thread_reset()
155 static void cmdq_thread_disable(struct cmdq *cmdq, struct cmdq_thread *thread) in cmdq_thread_disable()
162 static void cmdq_thread_invalidate_fetched_data(struct cmdq_thread *thread) in cmdq_thread_invalidate_fetched_data()
171 struct cmdq_thread *thread = task->thread; in cmdq_task_insert_into_thread()
188 static bool cmdq_thread_is_in_wfe(struct cmdq_thread *thread) in cmdq_thread_is_in_wfe()
206 struct cmdq_thread *thread = task->thread; in cmdq_task_handle_error()
221 struct cmdq_thread *thread) in cmdq_thread_irq_handler()
284 struct cmdq_thread *thread = &cmdq->thread[bit]; in cmdq_irq_handler()
297 struct cmdq_thread *thread; in cmdq_suspend()
339 struct cmdq_thread *thread = (struct cmdq_thread *)chan->con_priv; in cmdq_mbox_send_data()
408 struct cmdq_thread *thread = (struct cmdq_thread *)chan->con_priv; in cmdq_mbox_shutdown()
445 struct cmdq_thread *thread = (struct cmdq_thread *)chan->con_priv; in cmdq_mbox_flush()
501 struct cmdq_thread *thread; in cmdq_xlate()
506 thread = (struct cmdq_thread *)mbox->chans[ind].con_priv; in cmdq_xlate()