Lines Matching refs:pl330_thread

372 struct pl330_thread {  struct
442 struct pl330_thread *thread;
486 struct pl330_thread *channels;
488 struct pl330_thread *manager;
545 static inline bool _queue_full(struct pl330_thread *thrd) in _queue_full()
550 static inline bool is_manager(struct pl330_thread *thrd) in is_manager()
556 static inline bool _manager_ns(struct pl330_thread *thrd) in _manager_ns()
857 static bool _until_dmac_idle(struct pl330_thread *thrd) in _until_dmac_idle()
876 static inline void _execute_DBGINSN(struct pl330_thread *thrd, in _execute_DBGINSN()
902 static inline u32 _state(struct pl330_thread *thrd) in _state()
960 static void _stop(struct pl330_thread *thrd) in _stop()
983 static bool _trigger(struct pl330_thread *thrd) in _trigger()
1041 static bool _start(struct pl330_thread *thrd) in _start()
1391 struct pl330_thread *thrd, unsigned index, in _setup_req()
1450 static int pl330_submit_req(struct pl330_thread *thrd, in pl330_submit_req()
1586 struct pl330_thread *thrd = &pl330->channels[i]; in pl330_dotask()
1664 struct pl330_thread *thrd; in pl330_update()
1720 static inline int _alloc_event(struct pl330_thread *thrd) in _alloc_event()
1742 static struct pl330_thread *pl330_request_channel(struct pl330_dmac *pl330) in pl330_request_channel()
1744 struct pl330_thread *thrd = NULL; in pl330_request_channel()
1773 static inline void _free_event(struct pl330_thread *thrd, int ev) in _free_event()
1783 static void pl330_release_channel(struct pl330_thread *thrd) in pl330_release_channel()
1842 static inline void _reset_thread(struct pl330_thread *thrd) in _reset_thread()
1864 struct pl330_thread *thrd; in dmac_alloc_threads()
1972 struct pl330_thread *thrd; in dmac_free_threads()
2346 struct pl330_thread *thrd = pch->thread; in pl330_get_current_xferred_count()