Searched defs:d40_chan (Results 1 – 1 of 1) sorted by relevance
485 struct d40_chan { struct486 spinlock_t lock;487 int log_num;488 int pending_tx;489 bool busy;490 struct d40_phy_res *phy_chan;491 struct dma_chan chan;492 struct tasklet_struct tasklet;493 struct list_head client;494 struct list_head pending_queue;[all …]