Home
last modified time | relevance | path

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

1234567891011

/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/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/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/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/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/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()
H A Defi_selftest_event_groups.c28 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 Dnotify.h23 void (*notify)(Notifier *notifier, void *data); member
57 NotifierWithReturnFunc notify; member
/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()
H A Dclipboard.c124 QemuClipboardNotify notify = { in qemu_clipboard_update() local
142 notifier_list_notify(&clipboard_notifiers, &notify); in qemu_clipboard_update()
212 QemuClipboardNotify notify = { .type = QEMU_CLIPBOARD_RESET_SERIAL }; in qemu_clipboard_reset_serial() local
225 notifier_list_notify(&clipboard_notifiers, &notify); in qemu_clipboard_reset_serial()
H A Dvnc-clipboard.c229 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 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/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
/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/u-boot/drivers/virtio/
H A Dvirtio_pci_modern.c460 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 Dxfce4-settings_4.20.1.bb19 notify \
23 PACKAGECONFIG[notify] = "--enable-libnotify,--disable-libnotify,libnotify"

1234567891011