Searched defs:tegra_dma_sg_req (Results 1 – 2 of 2) sorted by relevance
148 struct tegra_dma_sg_req { struct149 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;
206 struct tegra_dma_sg_req { struct224 struct tegra_dma_sg_req sg_req[] __counted_by(sg_count); argument