Lines Matching refs:hidma_lldev
116 void hidma_ll_free(struct hidma_lldev *lldev, u32 tre_ch) in hidma_ll_free()
134 int hidma_ll_request(struct hidma_lldev *lldev, u32 sig, const char *dev_name, in hidma_ll_request()
178 struct hidma_lldev *lldev = from_tasklet(lldev, t, task); in hidma_ll_tre_complete()
188 static int hidma_post_completed(struct hidma_lldev *lldev, u8 err_info, in hidma_post_completed()
237 static int hidma_handle_tre_completion(struct hidma_lldev *lldev) in hidma_handle_tre_completion()
303 void hidma_cleanup_pending_tre(struct hidma_lldev *lldev, u8 err_info, in hidma_cleanup_pending_tre()
312 static int hidma_ll_reset(struct hidma_lldev *lldev) in hidma_ll_reset()
386 static void hidma_ll_int_handler_internal(struct hidma_lldev *lldev, int cause) in hidma_ll_int_handler_internal()
426 struct hidma_lldev *lldev = arg; in hidma_ll_inthandler()
452 struct hidma_lldev *lldev = arg; in hidma_ll_inthandler_msi()
458 int hidma_ll_enable(struct hidma_lldev *lldev) in hidma_ll_enable()
498 void hidma_ll_start(struct hidma_lldev *lldev) in hidma_ll_start()
507 bool hidma_ll_isenabled(struct hidma_lldev *lldev) in hidma_ll_isenabled()
524 void hidma_ll_queue_request(struct hidma_lldev *lldev, u32 tre_ch) in hidma_ll_queue_request()
551 int hidma_ll_disable(struct hidma_lldev *lldev) in hidma_ll_disable()
598 void hidma_ll_set_transfer_params(struct hidma_lldev *lldev, u32 tre_ch, in hidma_ll_set_transfer_params()
633 int hidma_ll_setup(struct hidma_lldev *lldev) in hidma_ll_setup()
687 void hidma_ll_setup_irq(struct hidma_lldev *lldev, bool msi) in hidma_ll_setup_irq()
709 struct hidma_lldev *hidma_ll_init(struct device *dev, u32 nr_tres, in hidma_ll_init()
714 struct hidma_lldev *lldev; in hidma_ll_init()
728 lldev = devm_kzalloc(dev, sizeof(struct hidma_lldev), GFP_KERNEL); in hidma_ll_init()
801 int hidma_ll_uninit(struct hidma_lldev *lldev) in hidma_ll_uninit()
834 enum dma_status hidma_ll_status(struct hidma_lldev *lldev, u32 tre_ch) in hidma_ll_status()