Home
last modified time | relevance | path

Searched defs: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()
565 static inline bool is_manager(struct pl330_thread *thrd) in is_manager()
571 static inline bool _manager_ns(struct pl330_thread *thrd) in _manager_ns()
888 static bool _until_dmac_idle(struct pl330_thread *thrd) in _until_dmac_idle()
907 static inline void _execute_DBGINSN(struct pl330_thread *thrd, in _execute_DBGINSN()
933 static inline u32 _state(struct pl330_thread *thrd) in _state()
991 static void _stop(struct pl330_thread *thrd) in _stop()
1018 static bool _trigger(struct pl330_thread *thrd) in _trigger()
1076 static bool _start(struct pl330_thread *thrd) in _start()
1607 struct pl330_thread *thrd, unsigned index, in _setup_req()
[all …]
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/
H A Dgt1x_tools.c320 struct task_struct *thrd = NULL; in gt1x_tool_write() local