Searched refs:thrd (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | pl330.c | 559 static inline bool _queue_full(struct pl330_thread *thrd) in _queue_full() argument 561 return thrd->req[0].desc != NULL && thrd->req[1].desc != NULL; in _queue_full() 564 static inline bool is_manager(struct pl330_thread *thrd) in is_manager() argument 566 return thrd->dmac->manager == thrd; in is_manager() 570 static inline bool _manager_ns(struct pl330_thread *thrd) in _manager_ns() argument 572 return (thrd->dmac->pcfg.mode & DMAC_MODE_NS) ? true : false; in _manager_ns() 871 static bool _until_dmac_idle(struct pl330_thread *thrd) in _until_dmac_idle() argument 873 void __iomem *regs = thrd in _until_dmac_idle() 890 _execute_DBGINSN(struct pl330_thread *thrd, u8 insn[], bool as_manager) _execute_DBGINSN() argument 916 _state(struct pl330_thread *thrd) _state() argument 974 _stop(struct pl330_thread *thrd) _stop() argument 1001 _trigger(struct pl330_thread *thrd) _trigger() argument 1059 pl330_start_thread(struct pl330_thread *thrd) pl330_start_thread() argument 1414 _setup_req(struct pl330_dmac *pl330, unsigned dry_run, struct pl330_thread *thrd, unsigned index, struct _xfer_spec *pxs) _setup_req() argument 1474 pl330_submit_req(struct pl330_thread *thrd, struct dma_pl330_desc *desc) pl330_submit_req() argument 1610 struct pl330_thread *thrd = &pl330->channels[i]; pl330_dotask() local 1688 struct pl330_thread *thrd; pl330_update() local 1744 _alloc_event(struct pl330_thread *thrd) _alloc_event() argument 1768 struct pl330_thread *thrd = NULL; pl330_request_channel() local 1797 _free_event(struct pl330_thread *thrd, int ev) _free_event() argument 1807 pl330_release_channel(struct pl330_thread *thrd) pl330_release_channel() argument 1866 _reset_thread(struct pl330_thread *thrd) _reset_thread() argument 1888 struct pl330_thread *thrd; dmac_alloc_threads() local 1997 struct pl330_thread *thrd; dmac_free_threads() local 2384 struct pl330_thread *thrd = pch->thread; pl330_get_current_xferred_count() local 2940 struct pl330_thread *thrd = &pl330->channels[ch]; pl330_debugfs_show() local [all...] |
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | pl330.c | 559 static inline bool _queue_full(struct pl330_thread *thrd) in _queue_full() argument 561 return thrd->req[0].desc != NULL && thrd->req[1].desc != NULL; in _queue_full() 564 static inline bool is_manager(struct pl330_thread *thrd) in is_manager() argument 566 return thrd->dmac->manager == thrd; in is_manager() 570 static inline bool _manager_ns(struct pl330_thread *thrd) in _manager_ns() argument 572 return (thrd->dmac->pcfg.mode & DMAC_MODE_NS) ? true : false; in _manager_ns() 871 static bool _until_dmac_idle(struct pl330_thread *thrd) in _until_dmac_idle() argument 873 void __iomem *regs = thrd in _until_dmac_idle() 890 _execute_DBGINSN(struct pl330_thread *thrd, u8 insn[], bool as_manager) _execute_DBGINSN() argument 916 _state(struct pl330_thread *thrd) _state() argument 974 _stop(struct pl330_thread *thrd) _stop() argument 1001 _trigger(struct pl330_thread *thrd) _trigger() argument 1059 pl330_start_thread(struct pl330_thread *thrd) pl330_start_thread() argument 1414 _setup_req(struct pl330_dmac *pl330, unsigned dry_run, struct pl330_thread *thrd, unsigned index, struct _xfer_spec *pxs) _setup_req() argument 1474 pl330_submit_req(struct pl330_thread *thrd, struct dma_pl330_desc *desc) pl330_submit_req() argument 1608 struct pl330_thread *thrd = &pl330->channels[i]; pl330_dotask() local 1686 struct pl330_thread *thrd; pl330_update() local 1742 _alloc_event(struct pl330_thread *thrd) _alloc_event() argument 1766 struct pl330_thread *thrd = NULL; pl330_request_channel() local 1795 _free_event(struct pl330_thread *thrd, int ev) _free_event() argument 1805 pl330_release_channel(struct pl330_thread *thrd) pl330_release_channel() argument 1864 _reset_thread(struct pl330_thread *thrd) _reset_thread() argument 1886 struct pl330_thread *thrd; dmac_alloc_threads() local 1995 struct pl330_thread *thrd; dmac_free_threads() local 2382 struct pl330_thread *thrd = pch->thread; pl330_get_current_xferred_count() local 2934 struct pl330_thread *thrd = &pl330->channels[ch]; pl330_debugfs_show() local [all...] |
Completed in 6 milliseconds