Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/dma/
Dat_hdmac.c85 static struct at_desc *atc_first_active(struct at_dma_chan *atchan) in atc_first_active()
88 struct at_desc, desc_node); in atc_first_active()
91 static struct at_desc *atc_first_queued(struct at_dma_chan *atchan) in atc_first_queued()
94 struct at_desc, desc_node); in atc_first_queued()
107 static struct at_desc *atc_alloc_descriptor(struct dma_chan *chan, in atc_alloc_descriptor()
110 struct at_desc *desc = NULL; in atc_alloc_descriptor()
116 memset(desc, 0, sizeof(struct at_desc)); in atc_alloc_descriptor()
132 static struct at_desc *atc_desc_get(struct at_dma_chan *atchan) in atc_desc_get()
134 struct at_desc *desc, *_desc; in atc_desc_get()
135 struct at_desc *ret = NULL; in atc_desc_get()
[all …]
Dat_hdmac_regs.h188 struct at_desc { struct
210 static inline struct at_desc * argument
213 return container_of(txd, struct at_desc, txd); in txd_to_at_desc()
451 static void set_desc_eol(struct at_desc *desc) in set_desc_eol()