Home
last modified time | relevance | path

Searched refs:tx_dev (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/dma/
H A Dxlnx_csu_dma.c298 stream_can_push(s->tx_dev, xlnx_csu_dma_src_notify, s)) { in xlnx_csu_dma_src_notify()
309 rlen = stream_push(s->tx_dev, buf, plen, eop); in xlnx_csu_dma_src_notify()
314 !stream_can_push(s->tx_dev, xlnx_csu_dma_src_notify, s)) { in xlnx_csu_dma_src_notify()
647 if (!s->is_dst && !s->tx_dev) { in xlnx_csu_dma_realize()
709 DEFINE_PROP_LINK("stream-connected-dma", XlnxCSUDMA, tx_dev,
/qemu/include/hw/dma/
H A Dxlnx_csu_dma.h40 StreamSink *tx_dev; /* Used as generic StreamSink */ member