Lines Matching refs:cmdq_thread
59 struct cmdq_thread { struct
70 struct cmdq_thread *thread; argument
80 struct cmdq_thread *thread;
113 static int cmdq_thread_suspend(struct cmdq *cmdq, struct cmdq_thread *thread) in cmdq_thread_suspend()
133 static void cmdq_thread_resume(struct cmdq_thread *thread) in cmdq_thread_resume()
158 static int cmdq_thread_reset(struct cmdq *cmdq, struct cmdq_thread *thread) in cmdq_thread_reset()
174 static void cmdq_thread_disable(struct cmdq *cmdq, struct cmdq_thread *thread) in cmdq_thread_disable()
181 static void cmdq_thread_invalidate_fetched_data(struct cmdq_thread *thread) in cmdq_thread_invalidate_fetched_data()
190 struct cmdq_thread *thread = task->thread; in cmdq_task_insert_into_thread()
207 static bool cmdq_thread_is_in_wfe(struct cmdq_thread *thread) in cmdq_thread_is_in_wfe()
225 struct cmdq_thread *thread = task->thread; in cmdq_task_handle_error()
240 struct cmdq_thread *thread) in cmdq_thread_irq_handler()
303 struct cmdq_thread *thread = &cmdq->thread[bit]; in cmdq_irq_handler()
316 struct cmdq_thread *thread; in cmdq_suspend()
368 struct cmdq_thread *thread = (struct cmdq_thread *)chan->con_priv; in cmdq_mbox_send_data()
437 struct cmdq_thread *thread = (struct cmdq_thread *)chan->con_priv; in cmdq_mbox_shutdown()
474 struct cmdq_thread *thread = (struct cmdq_thread *)chan->con_priv; in cmdq_mbox_flush()
530 struct cmdq_thread *thread; in cmdq_xlate()
535 thread = (struct cmdq_thread *)mbox->chans[ind].con_priv; in cmdq_xlate()