Searched refs:pending_sg_req (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/drivers/dma/ |
| D | tegra20-apb-dma.c | 194 struct list_head pending_sg_req; member 340 if (!list_empty(&tdc->pending_sg_req)) { in tegra_dma_slave_config() 499 sg_req = list_first_entry(&tdc->pending_sg_req, typeof(*sg_req), node); in tdc_start_head_req() 510 hsgreq = list_first_entry(&tdc->pending_sg_req, typeof(*hsgreq), node); in tdc_configure_next_head_desc() 511 if (!list_is_last(&hsgreq->node, &tdc->pending_sg_req)) { in tdc_configure_next_head_desc() 531 while (!list_empty(&tdc->pending_sg_req)) { in tegra_dma_abort_all() 532 sgreq = list_first_entry(&tdc->pending_sg_req, typeof(*sgreq), in tegra_dma_abort_all() 560 hsgreq = list_first_entry(&tdc->pending_sg_req, typeof(*hsgreq), node); in handle_continuous_head_request() 583 sgreq = list_first_entry(&tdc->pending_sg_req, typeof(*sgreq), node); in handle_once_dma_done() 602 if (list_empty(&tdc->pending_sg_req)) { in handle_once_dma_done() [all …]
|