Home
last modified time | relevance | path

Searched refs:at_desc (Results 1 – 2 of 2) sorted by relevance

/drivers/dma/
Dat_hdmac.c63 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 …]
Dat_hdmac_regs.h187 struct at_desc { struct
199 static inline struct at_desc * argument
202 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()