| /u-boot/arch/arm/include/asm/arch-tegra/ |
| A D | ivc.h | 78 void (*notify)(struct tegra_ivc *); member 174 void (*notify)(struct tegra_ivc *));
|
| /u-boot/lib/efi_selftest/ |
| 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()
|
| 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()
|
| 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()
|
| 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()
|
| 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()
|
| A D | efi_selftest_set_virtual_address_map.c | 34 static void EFIAPI notify(struct efi_event *event, void *context) in notify() function 89 TPL_CALLBACK, notify, NULL, in setup()
|
| A D | efi_selftest_register_notify.c | 46 static void EFIAPI notify(struct efi_event *event, void *context) in notify() function 80 TPL_CALLBACK, notify, &context, in setup()
|
| A D | efi_selftest_config_table.c | 28 static void EFIAPI notify(struct efi_event *event, void *context) in notify() function 102 notify, (void *)&counter, in execute()
|
| A D | efi_selftest_bitblt.c | 63 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 D | ivc.c | 284 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 D | fsp_support.c | 112 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 D | fsp_support.c | 171 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 D | virtio_pci_modern.c | 464 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 D | virtio-uclass.c | 134 return ops->notify(vdev->parent, vq); in virtio_notify() 217 !ops->reset || !ops->notify) in virtio_uclass_pre_probe()
|
| A D | virtio_sandbox.c | 192 .notify = virtio_sandbox_notify,
|
| A D | virtio_mmio.c | 400 .notify = virtio_mmio_notify,
|
| A D | virtio_pci_legacy.c | 344 .notify = virtio_pci_notify,
|
| /u-boot/drivers/xen/ |
| A D | pvblock.c | 465 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 D | README.sched | 17 notify etc).
|
| /u-boot/arch/arm/dts/ |
| A D | beacon-renesom-som.dtsi | 296 pm-ignore-notify;
|
| A D | imx8mn-beacon-som.dtsi | 220 pm-ignore-notify;
|
| A D | k3-j7200-r5-common-proc-board.dts | 86 mbox-names = "tx", "rx", "notify";
|
| /u-boot/include/ |
| A D | virtio.h | 190 int (*notify)(struct udevice *vdev, struct virtqueue *vq); member
|
| /u-boot/doc/device-tree-bindings/ |
| A D | chosen.txt | 111 will be injected automatically by the SPL stage to notify a later stage
|