Home
last modified time | relevance | path

Searched refs:can_push (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/core/
H A Dstream.c19 return k->can_push ? k->can_push(sink, notify, notify_opaque) : true; in stream_can_push()
/openbmc/qemu/include/hw/
H A Dstream.h28 bool (*can_push)(StreamSink *obj, StreamCanPushNotifyFn notify, member
/openbmc/qemu/hw/dma/
H A Dxilinx_axidma.c635 .can_push = xilinx_axidma_data_stream_can_push,
648 ssc->can_push = ((StreamSinkClass *)data)->can_push; in xilinx_axidma_stream_class_init()
H A Dxlnx_csu_dma.c727 ssc->can_push = xlnx_csu_dma_stream_can_push; in xlnx_csu_dma_class_init()