Lines Matching refs:xfers_list
236 struct list_head xfers_list; member
378 list_for_each_entry_safe(desc, _desc, &atchan->xfers_list, xfer_node) { in at_xdmac_runtime_suspend_descriptors()
393 list_for_each_entry_safe(desc, _desc, &atchan->xfers_list, xfer_node) { in at_xdmac_runtime_resume_descriptors()
555 list_add_tail(&desc->xfer_node, &atchan->xfers_list); in at_xdmac_tx_submit()
1564 desc = list_first_entry(&atchan->xfers_list, struct at_xdmac_desc, xfer_node); in at_xdmac_tx_status()
1692 if (at_xdmac_chan_is_enabled(atchan) || list_empty(&atchan->xfers_list)) in at_xdmac_advance_work()
1695 desc = list_first_entry(&atchan->xfers_list, struct at_xdmac_desc, in at_xdmac_advance_work()
1710 if (list_empty(&atchan->xfers_list)) { in at_xdmac_handle_cyclic()
1714 desc = list_first_entry(&atchan->xfers_list, struct at_xdmac_desc, in at_xdmac_handle_cyclic()
1751 bad_desc = list_first_entry(&atchan->xfers_list, in at_xdmac_handle_error()
1795 desc = list_first_entry(&atchan->xfers_list, struct at_xdmac_desc, in at_xdmac_tasklet()
2027 list_for_each_entry_safe(desc, _desc, &atchan->xfers_list, xfer_node) { in at_xdmac_device_terminate_all()
2388 INIT_LIST_HEAD(&atchan->xfers_list); in at_xdmac_probe()