Home
last modified time | relevance | path

Searched refs:notify (Results 1 – 25 of 330) sorted by relevance

12345678910>>...14

/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-multimedia/parole/
H A Dparole_4.18.0.bb25 PACKAGECONFIG ??= "notify"
27 PACKAGECONFIG[notify] = "--enable-notify-plugin, --disable-notify-plugin, libnotify"
/openbmc/qemu/include/migration/
H A Dmisc.h78 typedef int (*MigrationNotifyFunc)(NotifierWithReturn *notify,
89 void migration_add_notifier(NotifierWithReturn *notify,
95 void migration_add_notifier_mode(NotifierWithReturn *notify,
98 void migration_remove_notifier(NotifierWithReturn *notify);
/openbmc/qemu/include/system/
H A Dsystem.h19 void qemu_add_exit_notifier(Notifier *notify);
20 void qemu_remove_exit_notifier(Notifier *notify);
22 void qemu_add_machine_init_done_notifier(Notifier *notify);
23 void qemu_remove_machine_init_done_notifier(Notifier *notify);
/openbmc/qemu/net/
H A Dcolo-compare.h21 void colo_compare_register_notifier(Notifier *notify);
22 void colo_compare_unregister_notifier(Notifier *notify);
/openbmc/u-boot/arch/arm/mach-tegra/
H A Divc.c282 ivc->notify(ivc); in tegra_ivc_read_advance()
327 ivc->notify(ivc); in tegra_ivc_write_advance()
396 ivc->notify(ivc); in tegra_ivc_channel_notified()
434 ivc->notify(ivc); in tegra_ivc_channel_notified()
456 ivc->notify(ivc); in tegra_ivc_channel_notified()
479 ivc->notify(ivc); in tegra_ivc_channel_reset()
532 void (*notify)(struct tegra_ivc *)) in tegra_ivc_init()
549 ivc->notify = notify; in tegra_ivc_init()
/openbmc/qemu/accel/tcg/
H A Dtcg-accel-ops-mttcg.c47 static void mttcg_force_rcu(Notifier *notify, void *data) in mttcg_force_rcu() argument
49 CPUState *cpu = container_of(notify, MttcgForceRcuNotifier, notifier)->cpu; in mttcg_force_rcu()
73 force_rcu.notifier.notify = mttcg_force_rcu; in mttcg_cpu_thread_fn()
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/thunar-volman/
H A Dthunar-volman_4.20.0.bb13 PACKAGECONFIG ??= "notify"
14 PACKAGECONFIG[notify] = "--enable-notifications,--disable-notifications,libnotify"
/openbmc/qemu/hw/core/
H A Dstream.c14 stream_can_push(StreamSink *sink, StreamCanPushNotifyFn notify, in stream_can_push() argument
19 return k->can_push ? k->can_push(sink, notify, notify_opaque) : true; in stream_can_push()
/openbmc/u-boot/arch/arm/include/asm/arch-tegra/
H A Divc.h80 void (*notify)(struct tegra_ivc *); member
176 void (*notify)(struct tegra_ivc *));
/openbmc/qemu/include/hw/
H A Dstream.h28 bool (*can_push)(StreamSink *obj, StreamCanPushNotifyFn notify,
49 stream_can_push(StreamSink *sink, StreamCanPushNotifyFn notify,
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/places/
H A Dxfce4-places-plugin_1.8.3.bb11 PACKAGECONFIG ??= "notify"
12 PACKAGECONFIG[notify] = "--enable-notifications,--disable-notifications,libnotify"
/openbmc/qemu/hw/char/
H A Dsclpconsole.c44 bool notify; /* qemu_notify_event() req'd if true */ member
61 scon->notify = true; in DECLARE_INSTANCE_CHECKER()
131 if (cons->notify) { in get_console_data()
132 cons->notify = false; in get_console_data()
251 scon->notify = false; in console_reset()
/openbmc/openbmc/poky/meta/recipes-graphics/wayland/weston-init/
H A Dweston.service5 # the plugin systemd-notify.so.
34 # Requires systemd-notify.so Weston plugin.
35 Type=notify
37 ExecStart=/usr/bin/weston --modules=systemd-notify.so
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/orage/
H A Dorage_4.18.0.bb11 PACKAGECONFIG ??= "notify"
12 PACKAGECONFIG[notify] = "--enable-libnotify,--disable-libnotify,libnotify"
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfdesktop/
H A Dxfdesktop_4.20.0.bb26 PACKAGECONFIG ??= "notify"
27 PACKAGECONFIG[notify] = "--enable-notifications,--disable-notifications,libnotify"
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_exitbootservices.c23 static void EFIAPI notify(struct efi_event *event, void *context) in notify() function
48 TPL_CALLBACK, notify, in setup()
H A Defi_selftest_watchdog.c44 static void EFIAPI notify(struct efi_event *event, void *context) in notify() function
80 TPL_CALLBACK, notify, in setup()
88 TPL_CALLBACK, notify, NULL, &event_wait); in setup()
H A Defi_selftest_events.c26 static void EFIAPI notify(struct efi_event *event, void *context) in notify() function
52 TPL_CALLBACK, notify, (void *)&timer_ticks, in setup()
59 TPL_CALLBACK, notify, NULL, &event_wait); in setup()
H A Defi_selftest_tpl.c24 static void EFIAPI notify(struct efi_event *event, void *context) in notify() function
50 TPL_CALLBACK, notify, in setup()
58 TPL_HIGH_LEVEL, notify, NULL, &event_wait); in setup()
/openbmc/qemu/include/qemu/
H A Dnotify.h23 void (*notify)(Notifier *notifier, void *data); member
57 NotifierWithReturnFunc notify; member
/openbmc/qemu/include/io/
H A Dnet-listener.h135 GDestroyNotify notify,
151 GDestroyNotify notify);
/openbmc/qemu/ui/
H A Dgtk-clipboard.c127 QemuClipboardNotify *notify = data; in gd_clipboard_notify() local
129 switch (notify->type) { in gd_clipboard_notify()
131 gd_clipboard_update_info(gd, notify->info); in gd_clipboard_notify()
193 gd->cbpeer.notifier.notify = gd_clipboard_notify; in gd_clipboard_init()
/openbmc/qemu/util/
H A Dnotify.c39 notifier->notify(notifier, data); in notifier_list_notify()
71 ret = notifier->notify(notifier, data, errp); in notifier_with_return_list_notify()
/openbmc/qemu/hw/usb/
H A Ddev-hub.c171 bool notify = false; in usb_hub_port_change() local
175 notify = true; in usb_hub_port_change()
177 return notify; in usb_hub_port_change()
200 bool notify = false; in usb_hub_port_update() local
203 notify = usb_hub_port_set(port, PORT_STAT_CONNECTION); in usb_hub_port_update()
210 return notify; in usb_hub_port_update()
216 bool notify = false; in usb_hub_port_update_timer() local
220 notify |= usb_hub_port_update(&s->ports[i]); in usb_hub_port_update_timer()
222 if (notify) { in usb_hub_port_update_timer()
/openbmc/qemu/docs/specs/
H A Dacpi_pci_hotplug.rst10 Generic ACPI GPE block. Bit 1 (GPE.1) used to notify PCI hotplug/eject
18 Read by ACPI BIOS GPE.1 handler to notify OS of injection
26 Read by ACPI BIOS GPE.1 handler to notify OS of removal

12345678910>>...14