Searched defs:d40_chan (Results 1 – 1 of 1) sorted by relevance
250 struct d40_chan { struct251 spinlock_t lock;252 int log_num;254 int completed;255 int pending_tx;256 bool busy;257 struct d40_phy_res *phy_chan;258 struct dma_chan chan;259 struct tasklet_struct tasklet;260 struct list_head client;[all …]