Home
last modified time | relevance | path

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

12

/u-boot/arch/arm/include/asm/arch-tegra/
A Divc.h78 void (*notify)(struct tegra_ivc *); member
174 void (*notify)(struct tegra_ivc *));
/u-boot/lib/efi_selftest/
A Defi_selftest_exitbootservices.c23 static void EFIAPI notify(struct efi_event *event, void *context) in notify() function
48 TPL_CALLBACK, notify, in setup()
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()
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()
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()
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()
A Defi_selftest_set_virtual_address_map.c34 static void EFIAPI notify(struct efi_event *event, void *context) in notify() function
89 TPL_CALLBACK, notify, NULL, in setup()
A Defi_selftest_register_notify.c46 static void EFIAPI notify(struct efi_event *event, void *context) in notify() function
80 TPL_CALLBACK, notify, &context, in setup()
A Defi_selftest_config_table.c28 static void EFIAPI notify(struct efi_event *event, void *context) in notify() function
102 notify, (void *)&counter, in execute()
A Defi_selftest_bitblt.c63 static void EFIAPI notify(struct efi_event *event, void *context) in notify() function
110 TPL_CALLBACK, notify, (void *)&xpos, in setup()
/u-boot/arch/arm/mach-tegra/
A Divc.c284 ivc->notify(ivc); in tegra_ivc_read_advance()
329 ivc->notify(ivc); in tegra_ivc_write_advance()
398 ivc->notify(ivc); in tegra_ivc_channel_notified()
436 ivc->notify(ivc); in tegra_ivc_channel_notified()
458 ivc->notify(ivc); in tegra_ivc_channel_notified()
481 ivc->notify(ivc); in tegra_ivc_channel_reset()
534 void (*notify)(struct tegra_ivc *)) in tegra_ivc_init()
551 ivc->notify = notify; in tegra_ivc_init()
/u-boot/arch/x86/lib/fsp2/
A Dfsp_support.c112 fsp_notify_f notify; in fsp_notify() local
123 notify = (fsp_notify_f)(fsp_hdr->img_base + fsp_hdr->fsp_notify); in fsp_notify()
135 : "=a"(status) : "m"(params_ptr), "a"(notify), "m"(*params_ptr) in fsp_notify()
/u-boot/arch/x86/lib/fsp1/
A Dfsp_support.c171 fsp_notify_f notify; in fsp_notify() local
184 notify = (fsp_notify_f)(fsp_hdr->img_base + fsp_hdr->fsp_notify); in fsp_notify()
196 : "=a"(status) : "m"(params_ptr), "a"(notify), "m"(*params_ptr) in fsp_notify()
/u-boot/drivers/virtio/
A Dvirtio_pci_modern.c464 int common, notify, device; in virtio_pci_probe() local
487 notify = virtio_pci_find_capability(udev, VIRTIO_PCI_CAP_NOTIFY_CFG); in virtio_pci_probe()
488 if (!notify) { in virtio_pci_probe()
490 common, notify); in virtio_pci_probe()
500 offset = notify + offsetof(struct virtio_pci_cap, length); in virtio_pci_probe()
506 priv->notify_base = virtio_pci_map_capability(udev, notify); in virtio_pci_probe()
512 offset = notify + offsetof(struct virtio_pci_notify_cap, in virtio_pci_probe()
533 .notify = virtio_pci_notify,
A Dvirtio-uclass.c134 return ops->notify(vdev->parent, vq); in virtio_notify()
217 !ops->reset || !ops->notify) in virtio_uclass_pre_probe()
A Dvirtio_sandbox.c192 .notify = virtio_sandbox_notify,
A Dvirtio_mmio.c400 .notify = virtio_mmio_notify,
A Dvirtio_pci_legacy.c344 .notify = virtio_pci_notify,
/u-boot/drivers/xen/
A Dpvblock.c465 int notify; in blkfront_aio() local
520 RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&dev->ring, notify); in blkfront_aio()
522 if (notify) in blkfront_aio()
550 int notify, i; in blkfront_push_operation() local
562 RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&dev->ring, notify); in blkfront_push_operation()
563 if (notify) in blkfront_push_operation()
/u-boot/doc/
A DREADME.sched17 notify etc).
/u-boot/arch/arm/dts/
A Dbeacon-renesom-som.dtsi296 pm-ignore-notify;
A Dimx8mn-beacon-som.dtsi220 pm-ignore-notify;
A Dk3-j7200-r5-common-proc-board.dts86 mbox-names = "tx", "rx", "notify";
/u-boot/include/
A Dvirtio.h190 int (*notify)(struct udevice *vdev, struct virtqueue *vq); member
/u-boot/doc/device-tree-bindings/
A Dchosen.txt111 will be injected automatically by the SPL stage to notify a later stage

Completed in 33 milliseconds

12