Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/xen/
H A Dxen-bus.h128 void xen_device_notify_event_channel(XenDevice *xendev,
/openbmc/qemu/hw/char/
H A Dxen_console.c89 xen_device_notify_event_channel(XEN_DEVICE(con), con->event_channel, NULL); in OBJECT_DECLARE_SIMPLE_TYPE()
158 xen_device_notify_event_channel(XEN_DEVICE(con), con->event_channel, NULL); in xencons_receive()
/openbmc/qemu/hw/net/
H A Dxen_nic.c91 xen_device_notify_event_channel(XEN_DEVICE(netdev), in OBJECT_DECLARE_SIMPLE_TYPE()
249 xen_device_notify_event_channel(XEN_DEVICE(netdev), in net_rx_response()
/openbmc/qemu/hw/block/dataplane/
H A Dxen-block.c130 xen_device_notify_event_channel(dataplane->xendev, in xen_block_complete_request()
/openbmc/qemu/hw/xen/
H A Dxen-bus.c916 void xen_device_notify_event_channel(XenDevice *xendev, in xen_device_notify_event_channel() function