Lines Matching refs:list_first_entry
331 sg_req = list_first_entry(&tdc->free_sg_req, in tegra_dma_sg_req_get()
514 sg_req = list_first_entry(&tdc->pending_sg_req, in tdc_start_head_req()
529 hsgreq = list_first_entry(&tdc->pending_sg_req, typeof(*hsgreq), node); in tdc_configure_next_head_desc()
531 hnsgreq = list_first_entry(&hsgreq->node, in tdc_configure_next_head_desc()
549 sgreq = list_first_entry(&tdc->pending_sg_req, in tegra_dma_abort_all()
583 hsgreq = list_first_entry(&tdc->pending_sg_req, typeof(*hsgreq), node); in handle_continuous_head_request()
604 sgreq = list_first_entry(&tdc->pending_sg_req, typeof(*sgreq), node); in handle_once_dma_done()
633 sgreq = list_first_entry(&tdc->pending_sg_req, typeof(*sgreq), node); in handle_cont_sngl_cycle_dma_done()
663 dma_desc = list_first_entry(&tdc->cb_desc, in tegra_dma_tasklet()
780 sgreq = list_first_entry(&tdc->pending_sg_req, in tegra_dma_terminate_all()
791 dma_desc = list_first_entry(&tdc->cb_desc, in tegra_dma_terminate_all()
1224 dma_desc = list_first_entry(&dma_desc_list, in tegra_dma_free_chan_resources()
1231 sg_req = list_first_entry(&sg_req_list, typeof(*sg_req), node); in tegra_dma_free_chan_resources()