Searched refs:event_notify (Results 1 - 16 of 16) sorted by relevance

/linux-master/drivers/media/platform/amphion/
H A Dvpu_msgs.c74 call_void_vop(inst, event_notify, VPU_MSG_ID_SEQ_HDR_FOUND, &info);
79 call_void_vop(inst, event_notify, VPU_MSG_ID_RES_CHANGE, NULL);
97 call_void_vop(inst, event_notify, VPU_MSG_ID_FRAME_REQ, &fs);
114 call_void_vop(inst, event_notify, VPU_MSG_ID_FRAME_RELEASE, &fs);
151 call_void_vop(inst, event_notify, VPU_MSG_ID_PIC_EOS, NULL);
162 call_void_vop(inst, event_notify, VPU_MSG_ID_UNSUPPORTED, NULL);
172 call_void_vop(inst, event_notify, VPU_MSG_ID_FIRMWARE_XCPT, NULL);
H A Dvpu.h207 void (*event_notify)(struct vpu_inst *inst, u32 event, void *data); member in struct:vpu_inst_ops
H A Dvenc.c1243 .event_notify = venc_event_notify,
H A Dvdec.c1681 .event_notify = vdec_event_notify,
/linux-master/drivers/misc/mei/
H A Dvsc-tp.c76 vsc_tp_event_cb_t event_notify; member in struct:vsc_tp
112 if (tp->event_notify)
113 tp->event_notify(tp->event_notify_context);
400 tp->event_notify = event_cb;
/linux-master/drivers/media/platform/qcom/venus/
H A Dhfi.h96 void (*event_notify)(struct venus_core *core, u32 event); member in struct:hfi_core_ops
103 void (*event_notify)(struct venus_inst *inst, u32 event, member in struct:hfi_inst_ops
H A Dhfi_msgs.c127 inst->ops->event_notify(inst, EVT_SYS_EVENT_CHANGE, &event);
146 inst->ops->event_notify(inst, EVT_SYS_EVENT_CHANGE, &event);
158 core->core_ops->event_notify(core, event);
187 inst->ops->event_notify(inst, EVT_SESSION_ERROR, NULL);
H A Dcore.c72 inst->ops->event_notify(inst, EVT_SESSION_ERROR, NULL);
80 .event_notify = venus_event_notify,
H A Dvdec.c1597 .event_notify = vdec_event_notify,
H A Dvenc.c1379 .event_notify = venc_event_notify,
/linux-master/drivers/platform/loongarch/
H A Dloongson-laptop.c470 static void event_notify(struct generic_sub_driver *sub_driver, u32 event) function
544 .notify = event_notify,
/linux-master/drivers/ufs/core/
H A Dufshcd-priv.h136 if (hba->vops && hba->vops->event_notify)
137 hba->vops->event_notify(hba, evt, data);
/linux-master/drivers/scsi/
H A Dhpsa_cmd.h687 __le32 event_notify; member in struct:CfgTable
H A Dhpsa.c8467 h->events = readl(&(h->cfgtable->event_notify));
/linux-master/include/ufs/
H A Dufshcd.h324 * @event_notify: called to notify important events
368 void (*event_notify)(struct ufs_hba *hba, member in struct:ufs_hba_variant_ops
/linux-master/drivers/ufs/host/
H A Dufs-mediatek.c1715 .event_notify = ufs_mtk_event_notify,

Completed in 334 milliseconds