Searched refs:hidma_lldev (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/dma/qcom/ |
H A D | hidma.h | 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); [all …]
|
H A D | hidma_ll.c | 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() [all …]
|
H A D | hidma_dbg.c | 17 struct hidma_lldev *lldev = llhndl; in hidma_ll_chstats() 56 struct hidma_lldev *lldev = llhndl; in hidma_ll_devstats()
|
H A D | hidma.c | 82 struct hidma_dev *to_hidma_dev_from_lldev(struct hidma_lldev **_lldevp) in to_hidma_dev_from_lldev() 602 struct hidma_lldev *lldev = arg; in hidma_chirq_handler() 614 struct hidma_lldev **lldevp = arg; in hidma_chirq_handler_msi()
|