Lines Matching refs:timb_dma_desc

62 struct timb_dma_desc {  struct
180 struct timb_dma_desc *td_desc; in __td_start_dma()
188 td_desc = list_entry(td_chan->active_list.next, struct timb_dma_desc, in __td_start_dma()
223 struct timb_dma_desc *td_desc; in __td_finish()
229 td_desc = list_entry(td_chan->active_list.next, struct timb_dma_desc, in __td_finish()
266 struct timb_dma_desc *td_desc = in __td_ier_mask()
268 struct timb_dma_desc, desc_node); in __td_ier_mask()
279 struct timb_dma_desc *td_desc; in __td_start_next()
284 td_desc = list_entry(td_chan->queue.next, struct timb_dma_desc, in __td_start_next()
296 struct timb_dma_desc *td_desc = container_of(txd, struct timb_dma_desc, in td_tx_submit()
322 static struct timb_dma_desc *td_alloc_init_desc(struct timb_dma_chan *td_chan) in td_alloc_init_desc()
325 struct timb_dma_desc *td_desc; in td_alloc_init_desc()
328 td_desc = kzalloc(sizeof(struct timb_dma_desc), GFP_KERNEL); in td_alloc_init_desc()
360 static void td_free_desc(struct timb_dma_desc *td_desc) in td_free_desc()
371 struct timb_dma_desc *td_desc) in td_desc_put()
380 static struct timb_dma_desc *td_desc_get(struct timb_dma_chan *td_chan) in td_desc_get()
382 struct timb_dma_desc *td_desc, *_td_desc; in td_desc_get()
383 struct timb_dma_desc *ret = NULL; in td_desc_get()
411 struct timb_dma_desc *td_desc = td_alloc_init_desc(td_chan); in td_alloc_chan_resources()
436 struct timb_dma_desc *td_desc, *_td_desc; in td_free_chan_resources()
496 struct timb_dma_desc *td_desc; in td_prep_slave_sg()
549 struct timb_dma_desc *td_desc, *_td_desc; in td_terminate_all()