Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/dma/
Dtegra20-apb-dma.c503 struct tegra_dma_sg_req *hsgreq; in tdc_configure_next_head_desc() local
509 hsgreq = list_first_entry(&tdc->pending_sg_req, typeof(*hsgreq), node); in tdc_configure_next_head_desc()
510 if (!list_is_last(&hsgreq->node, &tdc->pending_sg_req)) { in tdc_configure_next_head_desc()
511 hnsgreq = list_first_entry(&hsgreq->node, in tdc_configure_next_head_desc()
550 struct tegra_dma_sg_req *hsgreq = NULL; in handle_continuous_head_request() local
563 hsgreq = list_first_entry(&tdc->pending_sg_req, typeof(*hsgreq), node); in handle_continuous_head_request()
564 if (!hsgreq->configured) { in handle_continuous_head_request()