Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/dma/
Dtegra20-apb-dma.c199 struct list_head pending_sg_req; member
346 if (!list_empty(&tdc->pending_sg_req)) { in tegra_dma_slave_config()
491 if (list_empty(&tdc->pending_sg_req)) in tdc_start_head_req()
494 sg_req = list_first_entry(&tdc->pending_sg_req, in tdc_start_head_req()
506 if (list_empty(&tdc->pending_sg_req)) in tdc_configure_next_head_desc()
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()
528 while (!list_empty(&tdc->pending_sg_req)) { in tegra_dma_abort_all()
529 sgreq = list_first_entry(&tdc->pending_sg_req, in tegra_dma_abort_all()
552 if (list_empty(&tdc->pending_sg_req)) { in handle_continuous_head_request()
[all …]