Lines Matching refs:list_first_entry
327 sg_req = list_first_entry(&tdc->free_sg_req, in tegra_dma_sg_req_get()
494 sg_req = list_first_entry(&tdc->pending_sg_req, in tdc_start_head_req()
509 hsgreq = list_first_entry(&tdc->pending_sg_req, typeof(*hsgreq), node); in tdc_configure_next_head_desc()
511 hnsgreq = list_first_entry(&hsgreq->node, in tdc_configure_next_head_desc()
529 sgreq = list_first_entry(&tdc->pending_sg_req, in tegra_dma_abort_all()
563 hsgreq = list_first_entry(&tdc->pending_sg_req, typeof(*hsgreq), node); in handle_continuous_head_request()
584 sgreq = list_first_entry(&tdc->pending_sg_req, typeof(*sgreq), node); in handle_once_dma_done()
614 sgreq = list_first_entry(&tdc->pending_sg_req, typeof(*sgreq), node); in handle_cont_sngl_cycle_dma_done()
645 dma_desc = list_first_entry(&tdc->cb_desc, in tegra_dma_tasklet()
763 sgreq = list_first_entry(&tdc->pending_sg_req, in tegra_dma_terminate_all()
774 dma_desc = list_first_entry(&tdc->cb_desc, in tegra_dma_terminate_all()
1213 dma_desc = list_first_entry(&dma_desc_list, in tegra_dma_free_chan_resources()
1220 sg_req = list_first_entry(&sg_req_list, typeof(*sg_req), node); in tegra_dma_free_chan_resources()