Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/
H A Dtegra20-apb-dma.c163 struct tegra_dma_desc { struct
164 struct dma_async_tx_descriptor txd;
165 unsigned int bytes_requested;
166 unsigned int bytes_transferred;
167 enum dma_status dma_status;
168 struct list_head node;
169 struct list_head tx_list;
170 struct list_head cb_node;
171 unsigned int cb_count;
H A Dtegra186-gpc-dma.c216 struct tegra_dma_desc { struct
239 struct tegra_dma_desc *dma_desc; argument