Searched defs:sdma_channel (Results 1 – 1 of 1) sorted by relevance
247 struct sdma_channel { struct248 struct sdma_engine *sdma;249 unsigned int channel;250 enum dma_transfer_direction direction;251 enum sdma_peripheral_type peripheral_type;252 unsigned int event_id0;253 unsigned int event_id1;254 enum dma_slave_buswidth word_size;255 unsigned int buf_tail;256 struct completion done;[all …]