Searched refs:xfers_list (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/dma/ |
D | at_xdmac.c | 212 struct list_head xfers_list; member 425 list_add_tail(&desc->xfer_node, &atchan->xfers_list); in at_xdmac_tx_submit() 426 if (list_is_singular(&atchan->xfers_list)) in at_xdmac_tx_submit() 943 desc = list_first_entry(&atchan->xfers_list, struct at_xdmac_desc, xfer_node); in at_xdmac_tx_status() 1053 if (!at_xdmac_chan_is_enabled(atchan) && !list_empty(&atchan->xfers_list)) { in at_xdmac_advance_work() 1054 desc = list_first_entry(&atchan->xfers_list, in at_xdmac_advance_work() 1070 desc = list_first_entry(&atchan->xfers_list, struct at_xdmac_desc, xfer_node); in at_xdmac_handle_cyclic() 1104 desc = list_first_entry(&atchan->xfers_list, in at_xdmac_tasklet() 1266 list_for_each_entry_safe(desc, _desc, &atchan->xfers_list, xfer_node) in at_xdmac_device_terminate_all() 1528 INIT_LIST_HEAD(&atchan->xfers_list); in at_xdmac_probe()
|