| /openbmc/openbmc/meta-openembedded/meta-xfce/recipes-multimedia/parole/ |
| H A D | parole_4.18.0.bb | 25 PACKAGECONFIG ??= "notify" 27 PACKAGECONFIG[notify] = "--enable-notify-plugin, --disable-notify-plugin, libnotify"
|
| /openbmc/qemu/net/ |
| H A D | colo-compare.h | 21 void colo_compare_register_notifier(Notifier *notify); 22 void colo_compare_unregister_notifier(Notifier *notify);
|
| /openbmc/u-boot/arch/arm/mach-tegra/ |
| H A D | ivc.c | 282 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/openbmc/meta-openembedded/meta-xfce/recipes-xfce/thunar-volman/ |
| H A D | thunar-volman_4.20.0.bb | 13 PACKAGECONFIG ??= "notify" 14 PACKAGECONFIG[notify] = "--enable-notifications,--disable-notifications,libnotify"
|
| /openbmc/qemu/hw/core/ |
| H A D | stream.c | 14 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 D | ivc.h | 80 void (*notify)(struct tegra_ivc *); member 176 void (*notify)(struct tegra_ivc *));
|
| /openbmc/qemu/include/hw/ |
| H A D | stream.h | 28 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 D | xfce4-places-plugin_1.8.3.bb | 11 PACKAGECONFIG ??= "notify" 12 PACKAGECONFIG[notify] = "--enable-notifications,--disable-notifications,libnotify"
|
| /openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/orage/ |
| H A D | orage_4.18.0.bb | 11 PACKAGECONFIG ??= "notify" 12 PACKAGECONFIG[notify] = "--enable-libnotify,--disable-libnotify,libnotify"
|
| /openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfdesktop/ |
| H A D | xfdesktop_4.20.0.bb | 26 PACKAGECONFIG ??= "notify" 27 PACKAGECONFIG[notify] = "--enable-notifications,--disable-notifications,libnotify"
|
| /openbmc/openbmc/poky/meta/recipes-graphics/wayland/weston-init/ |
| H A D | weston.service | 5 # 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/u-boot/lib/efi_selftest/ |
| H A D | efi_selftest_exitbootservices.c | 23 static void EFIAPI notify(struct efi_event *event, void *context) in notify() function 48 TPL_CALLBACK, notify, in setup()
|
| H A D | efi_selftest_watchdog.c | 44 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 D | efi_selftest_events.c | 26 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 D | efi_selftest_tpl.c | 24 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()
|
| H A D | efi_selftest_event_groups.c | 28 static void EFIAPI notify(struct efi_event *event, void *context) in notify() function 68 notify, (void *)&counter[i], in execute()
|
| /openbmc/qemu/include/qemu/ |
| H A D | notify.h | 23 void (*notify)(Notifier *notifier, void *data); member 57 NotifierWithReturnFunc notify; member
|
| /openbmc/qemu/ui/ |
| H A D | gtk-clipboard.c | 127 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()
|
| H A D | clipboard.c | 124 QemuClipboardNotify notify = { in qemu_clipboard_update() local 142 notifier_list_notify(&clipboard_notifiers, ¬ify); in qemu_clipboard_update() 212 QemuClipboardNotify notify = { .type = QEMU_CLIPBOARD_RESET_SERIAL }; in qemu_clipboard_reset_serial() local 225 notifier_list_notify(&clipboard_notifiers, ¬ify); in qemu_clipboard_reset_serial()
|
| H A D | vnc-clipboard.c | 229 QemuClipboardNotify *notify = data; in vnc_clipboard_notify() local 231 switch (notify->type) { in vnc_clipboard_notify() 233 vnc_clipboard_update_info(vs, notify->info); in vnc_clipboard_notify() 334 if (!vs->cbpeer.notifier.notify) { in vnc_server_cut_text_caps() 336 vs->cbpeer.notifier.notify = vnc_clipboard_notify; in vnc_server_cut_text_caps()
|
| /openbmc/qemu/util/ |
| H A D | notify.c | 39 notifier->notify(notifier, data); in notifier_list_notify() 71 ret = notifier->notify(notifier, data, errp); in notifier_with_return_list_notify()
|
| /openbmc/qemu/docs/specs/ |
| H A D | acpi_pci_hotplug.rst | 10 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
|
| /openbmc/qemu/hw/usb/ |
| H A D | dev-hub.c | 171 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/u-boot/drivers/virtio/ |
| H A D | virtio_pci_modern.c | 460 int common, notify, device; in virtio_pci_probe() local 483 notify = virtio_pci_find_capability(udev, VIRTIO_PCI_CAP_NOTIFY_CFG); in virtio_pci_probe() 484 if (!notify) { in virtio_pci_probe() 486 common, notify); in virtio_pci_probe() 496 offset = notify + offsetof(struct virtio_pci_cap, length); in virtio_pci_probe() 502 priv->notify_base = virtio_pci_map_capability(udev, notify); in virtio_pci_probe() 508 offset = notify + offsetof(struct virtio_pci_notify_cap, in virtio_pci_probe() 529 .notify = virtio_pci_notify,
|
| /openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfce4-settings/ |
| H A D | xfce4-settings_4.20.1.bb | 19 notify \ 23 PACKAGECONFIG[notify] = "--enable-libnotify,--disable-libnotify,libnotify"
|