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