Home
last modified time | relevance | path

Searched refs:StreamCanPushNotifyFn (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/hw/
H A Dstream.h16 typedef void (*StreamCanPushNotifyFn)(void *opaque); typedef
28 bool (*can_push)(StreamSink *obj, StreamCanPushNotifyFn notify,
49 stream_can_push(StreamSink *sink, StreamCanPushNotifyFn notify,
/openbmc/qemu/hw/core/
H A Dstream.c14 stream_can_push(StreamSink *sink, StreamCanPushNotifyFn notify, in stream_can_push()
/openbmc/qemu/include/hw/dma/
H A Dxlnx_csu_dma.h47 StreamCanPushNotifyFn notify;
/openbmc/qemu/hw/dma/
H A Dxilinx_axidma.c142 StreamCanPushNotifyFn notify;
434 StreamCanPushNotifyFn notify, in xilinx_axidma_data_stream_can_push()
548 StreamCanPushNotifyFn notifytmp = d->notify; in axidma_write()
H A Dxlnx_csu_dma.c618 StreamCanPushNotifyFn notify, in xlnx_csu_dma_stream_can_push()