Lines Matching refs:pl330_thread

372 struct pl330_thread {  struct
442 struct pl330_thread *thread;
481 struct pl330_thread *channels;
483 struct pl330_thread *manager;
560 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()
1671 static int pl330_submit_req(struct pl330_thread *thrd, in pl330_submit_req()
1807 struct pl330_thread *thrd = &pl330->channels[i]; in pl330_dotask()
1885 struct pl330_thread *thrd; in pl330_update()
1943 static inline int _alloc_event(struct pl330_thread *thrd) in _alloc_event()
1965 static struct pl330_thread *pl330_request_channel(struct pl330_dmac *pl330) in pl330_request_channel()
1967 struct pl330_thread *thrd = NULL; in pl330_request_channel()
1996 static inline void _free_event(struct pl330_thread *thrd, int ev) in _free_event()
2006 static void pl330_release_channel(struct pl330_thread *thrd) in pl330_release_channel()
2065 static inline void _reset_thread(struct pl330_thread *thrd) in _reset_thread()
2087 struct pl330_thread *thrd; in dmac_alloc_threads()
2196 struct pl330_thread *thrd; in dmac_free_threads()
2585 struct pl330_thread *thrd = pch->thread; in pl330_get_current_xferred_count()
3114 struct pl330_thread *thrd = &pl330->channels[ch]; in pl330_debugfs_show()