Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/dma/
Dat_hdmac.c83 static struct at_desc *atc_first_active(struct at_dma_chan *atchan) in atc_first_active()
86 struct at_desc, desc_node); in atc_first_active()
89 static struct at_desc *atc_first_queued(struct at_dma_chan *atchan) in atc_first_queued()
92 struct at_desc, desc_node); in atc_first_queued()
105 static struct at_desc *atc_alloc_descriptor(struct dma_chan *chan, in atc_alloc_descriptor()
108 struct at_desc *desc = NULL; in atc_alloc_descriptor()
114 memset(desc, 0, sizeof(struct at_desc)); in atc_alloc_descriptor()
130 static struct at_desc *atc_desc_get(struct at_dma_chan *atchan) in atc_desc_get()
132 struct at_desc *desc, *_desc; in atc_desc_get()
133 struct at_desc *ret = NULL; in atc_desc_get()
[all …]
Dat_hdmac_regs.h188 struct at_desc { struct
201 static inline struct at_desc * argument
204 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()