Searched refs:XenEventChannel (Results 1 – 3 of 3) sorted by relevance
| /openbmc/qemu/include/hw/xen/ |
| H A D | xen-bus.h | 17 typedef struct XenEventChannel XenEventChannel; typedef 32 QLIST_HEAD(, XenEventChannel) event_channels; 122 XenEventChannel *xen_device_bind_event_channel(XenDevice *xendev, 127 XenEventChannel *channel, 131 XenEventChannel *channel, 134 XenEventChannel *channel, 136 unsigned int xen_event_channel_get_local_port(XenEventChannel *channel);
|
| /openbmc/qemu/hw/xen/ |
| H A D | xen-bus.c | 831 struct XenEventChannel { struct 832 QLIST_ENTRY(XenEventChannel) list; 842 XenEventChannel *channel = opaque; in xen_device_poll() argument 849 XenEventChannel *channel = opaque; in xen_device_event() 860 XenEventChannel *channel, in xen_device_set_event_channel_context() 881 XenEventChannel *xen_device_bind_event_channel(XenDevice *xendev, in xen_device_bind_event_channel() 886 XenEventChannel *channel = g_new0(XenEventChannel, 1); in xen_device_bind_event_channel() 927 XenEventChannel *channel, in xen_device_notify_event_channel() 940 unsigned int xen_event_channel_get_local_port(XenEventChannel *channel) in xen_event_channel_get_local_port() 946 XenEventChannel *channel, in xen_device_unbind_event_channel() [all …]
|
| /openbmc/qemu/hw/block/dataplane/ |
| H A D | xen-block.c | 51 XenEventChannel *event_channel;
|