Lines Matching refs:list_first_entry
332 sg_req = list_first_entry(&tdc->free_sg_req, in tegra_dma_sg_req_get()
518 sg_req = list_first_entry(&tdc->pending_sg_req, in tdc_start_head_req()
533 hsgreq = list_first_entry(&tdc->pending_sg_req, typeof(*hsgreq), node); in tdc_configure_next_head_desc()
535 hnsgreq = list_first_entry(&hsgreq->node, in tdc_configure_next_head_desc()
553 sgreq = list_first_entry(&tdc->pending_sg_req, in tegra_dma_abort_all()
587 hsgreq = list_first_entry(&tdc->pending_sg_req, typeof(*hsgreq), node); in handle_continuous_head_request()
608 sgreq = list_first_entry(&tdc->pending_sg_req, typeof(*sgreq), node); in handle_once_dma_done()
637 sgreq = list_first_entry(&tdc->pending_sg_req, typeof(*sgreq), node); in handle_cont_sngl_cycle_dma_done()
666 dma_desc = list_first_entry(&tdc->cb_desc, in tegra_dma_tasklet()
782 sgreq = list_first_entry(&tdc->pending_sg_req, in tegra_dma_terminate_all()
793 dma_desc = list_first_entry(&tdc->cb_desc, in tegra_dma_terminate_all()
1234 dma_desc = list_first_entry(&dma_desc_list, in tegra_dma_free_chan_resources()
1241 sg_req = list_first_entry(&sg_req_list, typeof(*sg_req), node); in tegra_dma_free_chan_resources()