Searched refs:llhndl (Results 1 – 2 of 2) sorted by relevance
| /Linux-v4.19/drivers/dma/qcom/ |
| D | hidma.h | 146 int hidma_ll_request(struct hidma_lldev *llhndl, u32 dev_id, 150 void hidma_ll_free(struct hidma_lldev *llhndl, u32 tre_ch); 151 enum dma_status hidma_ll_status(struct hidma_lldev *llhndl, u32 tre_ch); 152 bool hidma_ll_isenabled(struct hidma_lldev *llhndl); 153 void hidma_ll_queue_request(struct hidma_lldev *llhndl, u32 tre_ch); 154 void hidma_ll_start(struct hidma_lldev *llhndl); 156 int hidma_ll_enable(struct hidma_lldev *llhndl); 157 void hidma_ll_set_transfer_params(struct hidma_lldev *llhndl, u32 tre_ch, 164 int hidma_ll_uninit(struct hidma_lldev *llhndl); 167 void hidma_cleanup_pending_tre(struct hidma_lldev *llhndl, u8 err_info,
|
| D | hidma_dbg.c | 23 static void hidma_ll_chstats(struct seq_file *s, void *llhndl, u32 tre_ch) in hidma_ll_chstats() argument 25 struct hidma_lldev *lldev = llhndl; in hidma_ll_chstats() 62 static void hidma_ll_devstats(struct seq_file *s, void *llhndl) in hidma_ll_devstats() argument 64 struct hidma_lldev *lldev = llhndl; in hidma_ll_devstats()
|