Symbol: event_notify
drivers/media/platform/amphion/vdec.c
1887
.event_notify = vdec_event_notify,
drivers/media/platform/amphion/venc.c
1253
.event_notify = venc_event_notify,
drivers/media/platform/amphion/vpu.h
206
void (*event_notify)(struct vpu_inst *inst, u32 event, void *data);
drivers/media/platform/amphion/vpu_msgs.c
114
call_void_vop(inst, event_notify, VPU_MSG_ID_FRAME_RELEASE, &fs);
drivers/media/platform/amphion/vpu_msgs.c
151
call_void_vop(inst, event_notify, VPU_MSG_ID_PIC_EOS, NULL);
drivers/media/platform/amphion/vpu_msgs.c
162
call_void_vop(inst, event_notify, VPU_MSG_ID_UNSUPPORTED, NULL);
drivers/media/platform/amphion/vpu_msgs.c
172
call_void_vop(inst, event_notify, VPU_MSG_ID_FIRMWARE_XCPT, NULL);
drivers/media/platform/amphion/vpu_msgs.c
74
call_void_vop(inst, event_notify, VPU_MSG_ID_SEQ_HDR_FOUND, &info);
drivers/media/platform/amphion/vpu_msgs.c
79
call_void_vop(inst, event_notify, VPU_MSG_ID_RES_CHANGE, NULL);
drivers/media/platform/amphion/vpu_msgs.c
97
call_void_vop(inst, event_notify, VPU_MSG_ID_FRAME_REQ, &fs);
drivers/media/platform/qcom/venus/core.c
74
inst->ops->event_notify(inst, EVT_SESSION_ERROR, NULL);
drivers/media/platform/qcom/venus/core.c
82
.event_notify = venus_event_notify,
drivers/media/platform/qcom/venus/hfi.h
103
void (*event_notify)(struct venus_inst *inst, u32 event,
drivers/media/platform/qcom/venus/hfi.h
96
void (*event_notify)(struct venus_core *core, u32 event);
drivers/media/platform/qcom/venus/hfi_msgs.c
155
inst->ops->event_notify(inst, EVT_SYS_EVENT_CHANGE, &event);
drivers/media/platform/qcom/venus/hfi_msgs.c
160
inst->ops->event_notify(inst, EVT_SYS_EVENT_CHANGE, &event);
drivers/media/platform/qcom/venus/hfi_msgs.c
179
inst->ops->event_notify(inst, EVT_SYS_EVENT_CHANGE, &event);
drivers/media/platform/qcom/venus/hfi_msgs.c
191
core->core_ops->event_notify(core, event);
drivers/media/platform/qcom/venus/hfi_msgs.c
220
inst->ops->event_notify(inst, EVT_SESSION_ERROR, NULL);
drivers/media/platform/qcom/venus/hfi_msgs.c
48
inst->ops->event_notify(inst, EVT_SYS_EVENT_CHANGE, &event);
drivers/media/platform/qcom/venus/vdec.c
1613
.event_notify = vdec_event_notify,
drivers/media/platform/qcom/venus/venc.c
1404
.event_notify = venc_event_notify,
drivers/misc/mei/vsc-tp.c
121
if (tp->event_notify)
drivers/misc/mei/vsc-tp.c
122
tp->event_notify(tp->event_notify_context);
drivers/misc/mei/vsc-tp.c
407
tp->event_notify = event_cb;
drivers/misc/mei/vsc-tp.c
82
vsc_tp_event_cb_t event_notify;
drivers/platform/loongarch/loongson-laptop.c
545
.notify = event_notify,
drivers/scsi/hpsa.c
8451
h->events = readl(&(h->cfgtable->event_notify));
drivers/scsi/hpsa_cmd.h
687
__le32 event_notify;
drivers/ufs/core/ufshcd-priv.h
141
if (hba->vops && hba->vops->event_notify)
drivers/ufs/core/ufshcd-priv.h
142
hba->vops->event_notify(hba, evt, data);
drivers/ufs/host/ufs-mediatek.c
2328
.event_notify = ufs_mtk_event_notify,
include/ufs/ufshcd.h
373
void (*event_notify)(struct ufs_hba *hba,