Lines Matching refs:cmdq_thread
61 struct cmdq_thread { struct
72 struct cmdq_thread *thread; argument
82 struct cmdq_thread *thread;
116 static int cmdq_thread_suspend(struct cmdq *cmdq, struct cmdq_thread *thread) in cmdq_thread_suspend()
136 static void cmdq_thread_resume(struct cmdq_thread *thread) in cmdq_thread_resume()
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()
178 static void cmdq_thread_invalidate_fetched_data(struct cmdq_thread *thread) in cmdq_thread_invalidate_fetched_data()
187 struct cmdq_thread *thread = task->thread; in cmdq_task_insert_into_thread()
204 static bool cmdq_thread_is_in_wfe(struct cmdq_thread *thread) in cmdq_thread_is_in_wfe()
222 struct cmdq_thread *thread = task->thread; in cmdq_task_handle_error()
237 struct cmdq_thread *thread) in cmdq_thread_irq_handler()
298 struct cmdq_thread *thread = &cmdq->thread[bit]; in cmdq_irq_handler()
335 struct cmdq_thread *thread; in cmdq_suspend()
378 struct cmdq_thread *thread = (struct cmdq_thread *)chan->con_priv; in cmdq_mbox_send_data()
455 struct cmdq_thread *thread = (struct cmdq_thread *)chan->con_priv; in cmdq_mbox_shutdown()
496 struct cmdq_thread *thread = (struct cmdq_thread *)chan->con_priv; in cmdq_mbox_flush()
561 struct cmdq_thread *thread; in cmdq_xlate()
566 thread = (struct cmdq_thread *)mbox->chans[ind].con_priv; in cmdq_xlate()