Searched refs:at_desc (Results 1 – 2 of 2) sorted by relevance
63 static struct at_desc *atc_first_active(struct at_dma_chan *atchan) in atc_first_active()66 struct at_desc, desc_node); in atc_first_active()69 static struct at_desc *atc_first_queued(struct at_dma_chan *atchan) in atc_first_queued()72 struct at_desc, desc_node); in atc_first_queued()85 static struct at_desc *atc_alloc_descriptor(struct dma_chan *chan, in atc_alloc_descriptor()88 struct at_desc *desc = NULL; in atc_alloc_descriptor()94 memset(desc, 0, sizeof(struct at_desc)); in atc_alloc_descriptor()110 static struct at_desc *atc_desc_get(struct at_dma_chan *atchan) in atc_desc_get()112 struct at_desc *desc, *_desc; in atc_desc_get()113 struct at_desc *ret = NULL; in atc_desc_get()[all …]
187 struct at_desc { struct199 static inline struct at_desc * argument202 return container_of(txd, struct at_desc, txd); in txd_to_at_desc()441 static void set_desc_eol(struct at_desc *desc) in set_desc_eol()