Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/dma/
H A Dtegra20-apb-dma.c194 struct list_head pending_sg_req; member
340 if (!list_empty(&tdc->pending_sg_req)) { in tegra_dma_slave_config()
505 sg_req = list_first_entry(&tdc->pending_sg_req, typeof(*sg_req), node); in tdc_start_head_req()
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()
537 while (!list_empty(&tdc->pending_sg_req)) { in tegra_dma_abort_all()
538 sgreq = list_first_entry(&tdc->pending_sg_req, typeof(*sgreq), in tegra_dma_abort_all()
566 hsgreq = list_first_entry(&tdc->pending_sg_req, typeof(*hsgreq), node); in handle_continuous_head_request()
589 sgreq = list_first_entry(&tdc->pending_sg_req, typeof(*sgreq), node); in handle_once_dma_done()
608 if (list_empty(&tdc->pending_sg_req)) { in handle_once_dma_done()
[all...]
/kernel/linux/linux-6.6/drivers/dma/
H A Dtegra20-apb-dma.c193 struct list_head pending_sg_req; member
334 if (!list_empty(&tdc->pending_sg_req)) { in tegra_dma_slave_config()
493 sg_req = list_first_entry(&tdc->pending_sg_req, typeof(*sg_req), node); in tdc_start_head_req()
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()
525 while (!list_empty(&tdc->pending_sg_req)) { in tegra_dma_abort_all()
526 sgreq = list_first_entry(&tdc->pending_sg_req, typeof(*sgreq), in tegra_dma_abort_all()
554 hsgreq = list_first_entry(&tdc->pending_sg_req, typeof(*hsgreq), node); in handle_continuous_head_request()
577 sgreq = list_first_entry(&tdc->pending_sg_req, typeof(*sgreq), node); in handle_once_dma_done()
596 if (list_empty(&tdc->pending_sg_req)) { in handle_once_dma_done()
[all...]

Completed in 4 milliseconds