Lines Matching refs:hidma_lldev
37 struct hidma_lldev *lldev; /* lldma device pointer */
45 struct hidma_lldev { struct
116 struct hidma_lldev *lldev;
135 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);
144 int hidma_ll_disable(struct hidma_lldev *lldev);
145 int hidma_ll_enable(struct hidma_lldev *llhndl);
146 void hidma_ll_set_transfer_params(struct hidma_lldev *llhndl, u32 tre_ch,
148 void hidma_ll_setup_irq(struct hidma_lldev *lldev, bool msi);
149 int hidma_ll_setup(struct hidma_lldev *lldev);
150 struct hidma_lldev *hidma_ll_init(struct device *dev, u32 max_channels,
153 int hidma_ll_uninit(struct hidma_lldev *llhndl);
156 void hidma_cleanup_pending_tre(struct hidma_lldev *llhndl, u8 err_info,