Searched defs:d40_chan (Results 1 – 1 of 1) sorted by relevance
456 struct d40_chan { struct457 spinlock_t lock;458 int log_num;459 int pending_tx;460 bool busy;461 struct d40_phy_res *phy_chan;462 struct dma_chan chan;463 struct tasklet_struct tasklet;464 struct list_head client;465 struct list_head pending_queue;[all …]