Searched refs:thrd (Results 1 – 2 of 2) sorted by relevance
560 static inline bool _queue_full(struct pl330_thread *thrd) in _queue_full() argument562 return thrd->req[0].desc != NULL && thrd->req[1].desc != NULL; in _queue_full()565 static inline bool is_manager(struct pl330_thread *thrd) in is_manager() argument567 return thrd->dmac->manager == thrd; in is_manager()571 static inline bool _manager_ns(struct pl330_thread *thrd) in _manager_ns() argument573 return (thrd->dmac->pcfg.mode & DMAC_MODE_NS) ? true : false; in _manager_ns()888 static bool _until_dmac_idle(struct pl330_thread *thrd) in _until_dmac_idle() argument890 void __iomem *regs = thrd->dmac->base; in _until_dmac_idle()907 static inline void _execute_DBGINSN(struct pl330_thread *thrd, in _execute_DBGINSN() argument910 void __iomem *regs = thrd->dmac->base; in _execute_DBGINSN()[all …]
320 struct task_struct *thrd = NULL; in gt1x_tool_write() local324 thrd = kthread_run(gt1x_update_firmware, (void *)cmd_head.data, "GT1x FW Update"); in gt1x_tool_write()325 if (IS_ERR(thrd)) { in gt1x_tool_write()326 return PTR_ERR(thrd); in gt1x_tool_write()