Lines Matching defs:admac_chan
86 struct admac_chan { struct
87 unsigned int no;
88 struct admac_data *host;
89 struct dma_chan chan;
90 struct tasklet_struct tasklet;
92 u32 carveout;
94 spinlock_t lock;
95 struct admac_tx *current_tx;
96 int nperiod_acks;
104 struct list_head submitted;
105 struct list_head issued;
107 struct list_head to_free;