Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/dma/
Dtegra20-apb-dma.c514 struct tegra_dma_sg_req *hsgreq, *hnsgreq; in tdc_configure_next_head_desc() local
516 hsgreq = list_first_entry(&tdc->pending_sg_req, typeof(*hsgreq), node); in tdc_configure_next_head_desc()
517 if (!list_is_last(&hsgreq->node, &tdc->pending_sg_req)) { in tdc_configure_next_head_desc()
518 hnsgreq = list_first_entry(&hsgreq->node, typeof(*hnsgreq), in tdc_configure_next_head_desc()
559 struct tegra_dma_sg_req *hsgreq; in handle_continuous_head_request() local
566 hsgreq = list_first_entry(&tdc->pending_sg_req, typeof(*hsgreq), node); in handle_continuous_head_request()
567 if (!hsgreq->configured) { in handle_continuous_head_request()