Home
last modified time | relevance | path

Searched refs:llhndl (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/dma/qcom/
H A Dhidma.h135 int hidma_ll_request(struct hidma_lldev *llhndl, u32 dev_id,
139 void hidma_ll_free(struct hidma_lldev *llhndl, u32 tre_ch);
140 enum dma_status hidma_ll_status(struct hidma_lldev *llhndl, u32 tre_ch);
141 bool hidma_ll_isenabled(struct hidma_lldev *llhndl);
142 void hidma_ll_queue_request(struct hidma_lldev *llhndl, u32 tre_ch);
143 void hidma_ll_start(struct hidma_lldev *llhndl);
145 int hidma_ll_enable(struct hidma_lldev *llhndl);
146 void hidma_ll_set_transfer_params(struct hidma_lldev *llhndl, u32 tre_ch,
153 int hidma_ll_uninit(struct hidma_lldev *llhndl);
156 void hidma_cleanup_pending_tre(struct hidma_lldev *llhndl, u8 err_info,
H A Dhidma_dbg.c15 static void hidma_ll_chstats(struct seq_file *s, void *llhndl, u32 tre_ch) in hidma_ll_chstats() argument
17 struct hidma_lldev *lldev = llhndl; in hidma_ll_chstats()
54 static void hidma_ll_devstats(struct seq_file *s, void *llhndl) in hidma_ll_devstats() argument
56 struct hidma_lldev *lldev = llhndl; in hidma_ll_devstats()