Lines Matching refs:node

184 	struct list_head node;  member
395 struct zynqmp_dma_desc_sw, node); in zynqmp_dma_tx_submit()
398 struct zynqmp_dma_desc_sw, node); in zynqmp_dma_tx_submit()
405 list_add_tail(&new->node, &chan->pending_list); in zynqmp_dma_tx_submit()
425 struct zynqmp_dma_desc_sw, node); in zynqmp_dma_get_descriptor()
426 list_del(&desc->node); in zynqmp_dma_get_descriptor()
448 list_move_tail(&sdesc->node, &chan->free_list); in zynqmp_dma_free_descriptor()
449 list_for_each_entry_safe(child, next, &sdesc->tx_list, node) { in zynqmp_dma_free_descriptor()
451 list_move_tail(&child->node, &chan->free_list); in zynqmp_dma_free_descriptor()
465 list_for_each_entry_safe(desc, next, list, node) in zynqmp_dma_free_desc_list()
499 list_add_tail(&desc->node, &chan->free_list); in zynqmp_dma_alloc_chan_resources()
601 struct zynqmp_dma_desc_sw, node); in zynqmp_dma_start_transfer()
622 list_for_each_entry_safe(desc, next, &chan->done_list, node) { in zynqmp_dma_chan_desc_cleanup()
648 struct zynqmp_dma_desc_sw, node); in zynqmp_dma_complete_descriptor()
651 list_del(&desc->node); in zynqmp_dma_complete_descriptor()
653 list_add_tail(&desc->node, &chan->done_list); in zynqmp_dma_complete_descriptor()
872 list_add_tail(&new->node, &first->tx_list); in zynqmp_dma_prep_memcpy()
907 struct device_node *node = pdev->dev.of_node; in zynqmp_dma_chan_probe() local
924 err = of_property_read_u32(node, "xlnx,bus-width", &chan->bus_width); in zynqmp_dma_chan_probe()
940 chan->is_dmacoherent = of_property_read_bool(node, "dma-coherent"); in zynqmp_dma_chan_probe()