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