Home
last modified time | relevance | path

Searched refs:hidma_tre (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/dma/qcom/
H A Dhidma.h28 struct hidma_tre { struct
53 struct hidma_tre *trepool; /* trepool of user configs */ argument
57 struct hidma_tre
74 struct hidma_tre *); /* pending TREs FIFO */
H A Dhidma_ll.c118 struct hidma_tre *tre; in hidma_ll_free()
138 struct hidma_tre *tre; in hidma_ll_request()
179 struct hidma_tre *tre; in hidma_ll_tre_complete()
191 struct hidma_tre *tre; in hidma_post_completed()
526 struct hidma_tre *tre; in hidma_ll_queue_request()
602 struct hidma_tre *tre; in hidma_ll_set_transfer_params()
735 sz = sizeof(struct hidma_tre); in hidma_ll_init()
785 sz = nr_tres * sizeof(struct hidma_tre *); in hidma_ll_init()
815 required_bytes = sizeof(struct hidma_tre) * lldev->nr_tres; in hidma_ll_uninit()
837 struct hidma_tre *tre; in hidma_ll_status()
H A Dhidma_dbg.c18 struct hidma_tre *tre; in hidma_ll_chstats()