Searched refs:hsgreq (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | tegra20-apb-dma.c | 514 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()
|
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | tegra20-apb-dma.c | 502 struct tegra_dma_sg_req *hsgreq, *hnsgreq; in tdc_configure_next_head_desc() local 504 hsgreq = list_first_entry(&tdc->pending_sg_req, typeof(*hsgreq), node); in tdc_configure_next_head_desc() 505 if (!list_is_last(&hsgreq->node, &tdc->pending_sg_req)) { in tdc_configure_next_head_desc() 506 hnsgreq = list_first_entry(&hsgreq->node, typeof(*hnsgreq), in tdc_configure_next_head_desc() 547 struct tegra_dma_sg_req *hsgreq; in handle_continuous_head_request() local 554 hsgreq = list_first_entry(&tdc->pending_sg_req, typeof(*hsgreq), node); in handle_continuous_head_request() 555 if (!hsgreq->configured) { in handle_continuous_head_request()
|
Completed in 5 milliseconds