Home
last modified time | relevance | path

Searched refs:thrd (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/dma/
H A Dpl330.c560 static inline bool _queue_full(struct pl330_thread *thrd) in _queue_full() argument
562 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() argument
567 return thrd->dmac->manager == thrd; in is_manager()
571 static inline bool _manager_ns(struct pl330_thread *thrd) in _manager_ns() argument
573 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() argument
890 void __iomem *regs = thrd->dmac->base; in _until_dmac_idle()
907 static inline void _execute_DBGINSN(struct pl330_thread *thrd, in _execute_DBGINSN() argument
910 void __iomem *regs = thrd->dmac->base; in _execute_DBGINSN()
[all …]
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/
H A Dgt1x_tools.c320 struct task_struct *thrd = NULL; in gt1x_tool_write() local
324 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()