Searched defs:tegra_dma_sg_req (Results 1 – 2 of 2) sorted by relevance
149 struct tegra_dma_sg_req { struct150 struct tegra_dma_channel_regs ch_regs;151 unsigned int req_len;152 bool configured;153 bool last_sg;154 struct list_head node;155 struct tegra_dma_desc *dma_desc;156 unsigned int words_xferred;
203 struct tegra_dma_sg_req { struct221 struct tegra_dma_sg_req sg_req[]; argument