/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_events.c | 14 static struct efi_event *event_notify; variable 53 &event_notify); in setup() 78 if (event_notify) { in teardown() 79 ret = boottime->close_event(event_notify); in teardown() 80 event_notify = NULL; in teardown() 115 ret = boottime->set_timer(event_notify, EFI_TIMER_PERIODIC, 100000); in execute() 149 ret = boottime->set_timer(event_notify, EFI_TIMER_STOP, 0); in execute() 156 ret = boottime->set_timer(event_notify, EFI_TIMER_RELATIVE, 100000); in execute()
|
H A D | efi_selftest_tpl.c | 13 static struct efi_event *event_notify; variable 52 &event_notify); in setup() 77 if (event_notify) { in teardown() 78 ret = boottime->close_event(event_notify); in teardown() 79 event_notify = NULL; in teardown() 119 ret = boottime->set_timer(event_notify, EFI_TIMER_PERIODIC, 100000); in execute() 153 ret = boottime->set_timer(event_notify, EFI_TIMER_STOP, 0); in execute() 166 ret = boottime->set_timer(event_notify, EFI_TIMER_PERIODIC, 100000); in execute()
|
H A D | efi_selftest_exitbootservices.c | 14 static struct efi_event *event_notify; variable 50 &event_notify); in setup() 69 if (event_notify) { in teardown() 70 ret = boottime->close_event(event_notify); in teardown() 71 event_notify = NULL; in teardown()
|
H A D | efi_selftest_watchdog.c | 31 static struct efi_event *event_notify; variable 82 &event_notify); in setup() 141 if (event_notify) { in teardown() 142 ret = boottime->close_event(event_notify); in teardown() 143 event_notify = NULL; in teardown() 184 ret = boottime->set_timer(event_notify, EFI_TIMER_PERIODIC, in execute()
|
/openbmc/linux/drivers/media/platform/amphion/ |
H A D | vpu_msgs.c | 74 call_void_vop(inst, event_notify, VPU_MSG_ID_SEQ_HDR_FOUND, &info); in vpu_session_handle_seq_hdr() 79 call_void_vop(inst, event_notify, VPU_MSG_ID_RES_CHANGE, NULL); in vpu_session_handle_resolution_change() 97 call_void_vop(inst, event_notify, VPU_MSG_ID_FRAME_REQ, &fs); in vpu_session_handle_frame_request() 114 call_void_vop(inst, event_notify, VPU_MSG_ID_FRAME_RELEASE, &fs); in vpu_session_handle_frame_release() 151 call_void_vop(inst, event_notify, VPU_MSG_ID_PIC_EOS, NULL); in vpu_session_handle_eos() 162 call_void_vop(inst, event_notify, VPU_MSG_ID_UNSUPPORTED, NULL); in vpu_session_handle_error() 172 call_void_vop(inst, event_notify, VPU_MSG_ID_FIRMWARE_XCPT, NULL); in vpu_session_handle_firmware_xcpt()
|
H A D | vpu.h | 207 void (*event_notify)(struct vpu_inst *inst, u32 event, void *data); member
|
H A D | venc.c | 1241 .event_notify = venc_event_notify,
|
H A D | vdec.c | 1677 .event_notify = vdec_event_notify,
|
/openbmc/linux/drivers/media/platform/qcom/venus/ |
H A D | hfi.h | 96 void (*event_notify)(struct venus_core *core, u32 event); member 103 void (*event_notify)(struct venus_inst *inst, u32 event, member
|
H A D | hfi_msgs.c | 127 inst->ops->event_notify(inst, EVT_SYS_EVENT_CHANGE, &event); in event_seq_changed() 146 inst->ops->event_notify(inst, EVT_SYS_EVENT_CHANGE, &event); in event_release_buffer_ref() 158 core->core_ops->event_notify(core, event); in event_sys_error() 187 inst->ops->event_notify(inst, EVT_SESSION_ERROR, NULL); in event_session_error()
|
H A D | core.c | 71 inst->ops->event_notify(inst, EVT_SESSION_ERROR, NULL); in venus_event_notify() 79 .event_notify = venus_event_notify,
|
H A D | venc.c | 1379 .event_notify = venc_event_notify,
|
H A D | vdec.c | 1597 .event_notify = vdec_event_notify,
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/ |
H A D | 0034-bootefi-Call-the-EVT_FT_FIXUP-event-handler.patch | 39 + ret = event_notify(EVT_FT_FIXUP, &fixup, sizeof(fixup));
|
/openbmc/linux/drivers/platform/loongarch/ |
H A D | loongson-laptop.c | 470 static void event_notify(struct generic_sub_driver *sub_driver, u32 event) in event_notify() function 544 .notify = event_notify,
|
/openbmc/linux/drivers/ufs/core/ |
H A D | ufshcd-priv.h | 137 if (hba->vops && hba->vops->event_notify) in ufshcd_vops_event_notify() 138 hba->vops->event_notify(hba, evt, data); in ufshcd_vops_event_notify()
|
/openbmc/linux/drivers/scsi/ |
H A D | hpsa_cmd.h | 687 __le32 event_notify; member
|
H A D | hpsa.c | 8467 h->events = readl(&(h->cfgtable->event_notify)); in hpsa_ctlr_needs_rescan()
|
/openbmc/linux/include/ufs/ |
H A D | ufshcd.h | 369 void (*event_notify)(struct ufs_hba *hba, member
|
/openbmc/linux/drivers/ufs/host/ |
H A D | ufs-mediatek.c | 1685 .event_notify = ufs_mtk_event_notify,
|