Lines Matching refs:cmdq_thread
53 struct cmdq_thread { struct
65 struct cmdq_thread *thread; argument
74 struct cmdq_thread *thread;
79 static int cmdq_thread_suspend(struct cmdq *cmdq, struct cmdq_thread *thread) in cmdq_thread_suspend()
99 static void cmdq_thread_resume(struct cmdq_thread *thread) in cmdq_thread_resume()
111 static int cmdq_thread_reset(struct cmdq *cmdq, struct cmdq_thread *thread) in cmdq_thread_reset()
127 static void cmdq_thread_disable(struct cmdq *cmdq, struct cmdq_thread *thread) in cmdq_thread_disable()
134 static void cmdq_thread_invalidate_fetched_data(struct cmdq_thread *thread) in cmdq_thread_invalidate_fetched_data()
143 struct cmdq_thread *thread = task->thread; in cmdq_task_insert_into_thread()
185 static bool cmdq_thread_is_in_wfe(struct cmdq_thread *thread) in cmdq_thread_is_in_wfe()
190 static void cmdq_thread_wait_end(struct cmdq_thread *thread, in cmdq_thread_wait_end()
216 struct cmdq_thread *thread = task->thread; in cmdq_task_handle_error()
229 struct cmdq_thread *thread) in cmdq_thread_irq_handler()
292 struct cmdq_thread *thread = &cmdq->thread[bit]; in cmdq_irq_handler()
305 struct cmdq_thread *thread; in cmdq_suspend()
357 struct cmdq_thread *thread = (struct cmdq_thread *)chan->con_priv; in cmdq_mbox_send_data()
445 struct cmdq_thread *thread; in cmdq_xlate()
450 thread = (struct cmdq_thread *)mbox->chans[ind].con_priv; in cmdq_xlate()