Home
last modified time | relevance | path

Searched refs:event_notify (Results 1 – 15 of 15) sorted by relevance

/drivers/media/platform/amphion/
A Dvpu_msgs.c74 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()
A Dvpu.h206 void (*event_notify)(struct vpu_inst *inst, u32 event, void *data); member
A Dvenc.c1257 .event_notify = venc_event_notify,
A Dvdec.c1871 .event_notify = vdec_event_notify,
/drivers/media/platform/qcom/venus/
A Dhfi_msgs.c48 inst->ops->event_notify(inst, EVT_SYS_EVENT_CHANGE, &event); in event_seq_changed()
155 inst->ops->event_notify(inst, EVT_SYS_EVENT_CHANGE, &event); in event_seq_changed()
160 inst->ops->event_notify(inst, EVT_SYS_EVENT_CHANGE, &event); in event_seq_changed()
179 inst->ops->event_notify(inst, EVT_SYS_EVENT_CHANGE, &event); in event_release_buffer_ref()
191 core->core_ops->event_notify(core, event); in event_sys_error()
220 inst->ops->event_notify(inst, EVT_SESSION_ERROR, NULL); in event_session_error()
A Dhfi.h96 void (*event_notify)(struct venus_core *core, u32 event); member
103 void (*event_notify)(struct venus_inst *inst, u32 event, member
A Dcore.c74 inst->ops->event_notify(inst, EVT_SESSION_ERROR, NULL); in venus_event_notify()
82 .event_notify = venus_event_notify,
A Dvenc.c1402 .event_notify = venc_event_notify,
A Dvdec.c1605 .event_notify = vdec_event_notify,
/drivers/misc/mei/
A Dvsc-tp.c82 vsc_tp_event_cb_t event_notify; member
121 if (tp->event_notify) in vsc_tp_event_work()
122 tp->event_notify(tp->event_notify_context); in vsc_tp_event_work()
407 tp->event_notify = event_cb; in vsc_tp_register_event_cb()
/drivers/platform/loongarch/
A Dloongson-laptop.c471 static void event_notify(struct generic_sub_driver *sub_driver, u32 event) in event_notify() function
545 .notify = event_notify,
/drivers/ufs/core/
A Dufshcd-priv.h134 if (hba->vops && hba->vops->event_notify) in ufshcd_vops_event_notify()
135 hba->vops->event_notify(hba, evt, data); in ufshcd_vops_event_notify()
/drivers/scsi/
A Dhpsa_cmd.h687 __le32 event_notify; member
A Dhpsa.c8460 h->events = readl(&(h->cfgtable->event_notify)); in hpsa_ctlr_needs_rescan()
/drivers/ufs/host/
A Dufs-mediatek.c2078 .event_notify = ufs_mtk_event_notify,

Completed in 58 milliseconds