Home
last modified time | relevance | path

Searched defs:notify (Results 1 – 25 of 51) sorted by relevance

123

/qemu/include/qemu/
H A Dnotify.h23 void (*notify)(Notifier *notifier, void *data); member
57 NotifierWithReturnFunc notify; member
/qemu/ui/
H A Dclipboard.c124 QemuClipboardNotify notify = { in qemu_clipboard_update() local
212 QemuClipboardNotify notify = { .type = QEMU_CLIPBOARD_RESET_SERIAL }; in qemu_clipboard_reset_serial() local
H A Dgtk-clipboard.c127 QemuClipboardNotify *notify = data; in gd_clipboard_notify() local
H A Dvnc-clipboard.c229 QemuClipboardNotify *notify = data; in vnc_clipboard_notify() local
H A Ddbus-clipboard.c120 QemuClipboardNotify *notify = data; in dbus_clipboard_notify() local
H A Dinput.c550 void qemu_add_mouse_mode_change_notifier(Notifier *notify) in qemu_add_mouse_mode_change_notifier()
555 void qemu_remove_mouse_mode_change_notifier(Notifier *notify) in qemu_remove_mouse_mode_change_notifier()
/qemu/hw/core/
H A Dstream.c14 stream_can_push(StreamSink *sink, StreamCanPushNotifyFn notify, in stream_can_push()
/qemu/io/
H A Dnet-listener.c141 GDestroyNotify notify, in qio_net_listener_set_client_func_full()
175 GDestroyNotify notify) in qio_net_listener_set_client_func()
H A Ddns-resolver.c218 GDestroyNotify notify) in qio_dns_resolver_lookup_async()
H A Dchannel.c416 GDestroyNotify notify, in qio_channel_add_watch_full()
436 GDestroyNotify notify) in qio_channel_add_watch()
446 GDestroyNotify notify, in qio_channel_add_watch_source()
/qemu/accel/tcg/
H A Dtcg-accel-ops-mttcg.c47 static void mttcg_force_rcu(Notifier *notify, void *data) in mttcg_force_rcu()
H A Dtcg-accel-ops-rr.c140 static void rr_force_rcu(Notifier *notify, void *data) in rr_force_rcu()
/qemu/util/
H A Dmain-loop.c550 void main_loop_poll_add_notifier(Notifier *notify) in main_loop_poll_add_notifier()
555 void main_loop_poll_remove_notifier(Notifier *notify) in main_loop_poll_remove_notifier()
/qemu/hw/usb/
H A Ddev-hub.c171 bool notify = false; in usb_hub_port_change() local
200 bool notify = false; in usb_hub_port_update() local
216 bool notify = false; in usb_hub_port_update_timer() local
H A Dxen-usb.c286 unsigned int notify, i; in usbback_do_response() local
593 unsigned int notify; in usbback_hotplug_notify() local
/qemu/include/hw/dma/
H A Dxlnx_csu_dma.h47 StreamCanPushNotifyFn notify; member
/qemu/hw/net/
H A Dxen_nic.c76 int notify; in OBJECT_DECLARE_SIMPLE_TYPE() local
233 int notify; in net_rx_response() local
/qemu/audio/
H A Daudio.h63 void (*notify) (void *opaque, audcnotification_e cmd); member
/qemu/include/hw/virtio/
H A Dvirtio-bus.h42 void (*notify)(DeviceState *d, uint16_t vector); member
/qemu/system/
H A Drunstate.c931 void qemu_add_exit_notifier(Notifier *notify) in qemu_add_exit_notifier()
936 void qemu_remove_exit_notifier(Notifier *notify) in qemu_remove_exit_notifier()
/qemu/hw/char/
H A Dsclpconsole.c44 bool notify; /* qemu_notify_event() req'd if true */ member
/qemu/hw/acpi/
H A Dghes.c266 enum AcpiGhesNotifyType notify, in build_ghes_v2()
/qemu/hw/dma/
H A Dxilinx_axidma.c142 StreamCanPushNotifyFn notify; member
434 StreamCanPushNotifyFn notify, in xilinx_axidma_data_stream_can_push()
/qemu/hw/intc/
H A Dloongarch_extioi.c144 int irq, uint64_t val, bool notify) in extioi_update_sw_coremap()
H A Dxive.c1238 bool notify = false; in xive_source_esb_write() local
1309 bool notify = false; in xive_source_set_irq() local
1855 bool notify = xive_esb_trigger(&pq); in xive_router_end_es_notify() local
2046 bool notify; in xive_router_notify() local

123