Lines Matching defs:admac_chan
88 struct admac_chan { struct
89 unsigned int no;
90 struct admac_data *host;
91 struct dma_chan chan;
92 struct tasklet_struct tasklet;
94 u32 carveout;
96 spinlock_t lock;
97 struct admac_tx *current_tx;
98 int nperiod_acks;
106 struct list_head submitted;
107 struct list_head issued;
109 struct list_head to_free;