Home
last modified time | relevance | path

Searched defs:tegra_dma_sg_req (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/dma/
Dtegra20-apb-dma.c148 struct tegra_dma_sg_req { struct
149 struct tegra_dma_channel_regs ch_regs;
150 unsigned int req_len;
151 bool configured;
152 bool last_sg;
153 struct list_head node;
154 struct tegra_dma_desc *dma_desc;
155 unsigned int words_xferred;
Dtegra186-gpc-dma.c206 struct tegra_dma_sg_req { struct
224 struct tegra_dma_sg_req sg_req[] __counted_by(sg_count); argument