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