hidma_lldev
struct hidma_lldev *lldev = arg;
struct hidma_lldev **lldevp = arg;
struct hidma_dev *to_hidma_dev_from_lldev(struct hidma_lldev **_lldevp)
struct hidma_lldev *lldev;
int hidma_ll_request(struct hidma_lldev *llhndl, u32 dev_id,
void hidma_ll_free(struct hidma_lldev *llhndl, u32 tre_ch);
enum dma_status hidma_ll_status(struct hidma_lldev *llhndl, u32 tre_ch);
bool hidma_ll_isenabled(struct hidma_lldev *llhndl);
void hidma_ll_queue_request(struct hidma_lldev *llhndl, u32 tre_ch);
void hidma_ll_start(struct hidma_lldev *llhndl);
int hidma_ll_disable(struct hidma_lldev *lldev);
int hidma_ll_enable(struct hidma_lldev *llhndl);
void hidma_ll_set_transfer_params(struct hidma_lldev *llhndl, u32 tre_ch,
void hidma_ll_setup_irq(struct hidma_lldev *lldev, bool msi);
int hidma_ll_setup(struct hidma_lldev *lldev);
struct hidma_lldev *hidma_ll_init(struct device *dev, u32 max_channels,
int hidma_ll_uninit(struct hidma_lldev *llhndl);
void hidma_cleanup_pending_tre(struct hidma_lldev *llhndl, u8 err_info,
struct hidma_lldev *lldev; /* lldma device pointer */
struct hidma_lldev *lldev = llhndl;
struct hidma_lldev *lldev = llhndl;
void hidma_ll_free(struct hidma_lldev *lldev, u32 tre_ch)
int hidma_ll_request(struct hidma_lldev *lldev, u32 sig, const char *dev_name,
struct hidma_lldev *lldev = from_tasklet(lldev, t, task);
static int hidma_post_completed(struct hidma_lldev *lldev, u8 err_info,
static int hidma_handle_tre_completion(struct hidma_lldev *lldev)
void hidma_cleanup_pending_tre(struct hidma_lldev *lldev, u8 err_info,
static int hidma_ll_reset(struct hidma_lldev *lldev)
static void hidma_ll_int_handler_internal(struct hidma_lldev *lldev, int cause)
struct hidma_lldev *lldev = arg;
struct hidma_lldev *lldev = arg;
int hidma_ll_enable(struct hidma_lldev *lldev)
void hidma_ll_start(struct hidma_lldev *lldev)
bool hidma_ll_isenabled(struct hidma_lldev *lldev)
void hidma_ll_queue_request(struct hidma_lldev *lldev, u32 tre_ch)
int hidma_ll_disable(struct hidma_lldev *lldev)
void hidma_ll_set_transfer_params(struct hidma_lldev *lldev, u32 tre_ch,
int hidma_ll_setup(struct hidma_lldev *lldev)
void hidma_ll_setup_irq(struct hidma_lldev *lldev, bool msi)
struct hidma_lldev *hidma_ll_init(struct device *dev, u32 nr_tres,
struct hidma_lldev *lldev;
lldev = devm_kzalloc(dev, sizeof(struct hidma_lldev), GFP_KERNEL);
int hidma_ll_uninit(struct hidma_lldev *lldev)
enum dma_status hidma_ll_status(struct hidma_lldev *lldev, u32 tre_ch)