Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/media/platform/amphion/
H 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()
H A Dvpu.h207 void (*event_notify)(struct vpu_inst *inst, u32 event, void *data); member
H A Dvdec.c1679 .event_notify = vdec_event_notify,
H A Dvenc.c1243 .event_notify = venc_event_notify,
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/
H A Dhfi.h96 void (*event_notify)(struct venus_core *core, u32 event); member
103 void (*event_notify)(struct venus_inst *inst, u32 event, member
H A Dhfi_msgs.c115 inst->ops->event_notify(inst, EVT_SYS_EVENT_CHANGE, &event); in event_seq_changed()
134 inst->ops->event_notify(inst, EVT_SYS_EVENT_CHANGE, &event); in event_release_buffer_ref()
146 core->core_ops->event_notify(core, event); in event_sys_error()
175 inst->ops->event_notify(inst, EVT_SESSION_ERROR, NULL); in event_session_error()
H A Dcore.c41 inst->ops->event_notify(inst, EVT_SESSION_ERROR, NULL); in venus_event_notify()
49 .event_notify = venus_event_notify,
H A Dvenc.c988 .event_notify = venc_event_notify,
H A Dvdec.c1450 .event_notify = vdec_event_notify,
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/
H A Dhfi.h96 void (*event_notify)(struct venus_core *core, u32 event); member
103 void (*event_notify)(struct venus_inst *inst, u32 event, member
H A Dhfi_msgs.c127 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 Dcore.c71 inst->ops->event_notify(inst, EVT_SESSION_ERROR, NULL); in venus_event_notify()
79 .event_notify = venus_event_notify,
H A Dvdec.c1597 .event_notify = vdec_event_notify,
H A Dvenc.c1379 .event_notify = venc_event_notify,
/kernel/linux/linux-5.10/drivers/platform/loongarch/
H A Dloongson-laptop.c478 static void event_notify(struct generic_sub_driver *sub_driver, u32 event) in event_notify() function
551 .notify = event_notify,
/kernel/linux/linux-6.6/drivers/ufs/core/
H A Dufshcd-priv.h136 if (hba->vops && hba->vops->event_notify) in ufshcd_vops_event_notify()
137 hba->vops->event_notify(hba, evt, data); in ufshcd_vops_event_notify()
/kernel/linux/linux-6.6/drivers/platform/loongarch/
H A Dloongson-laptop.c470 static void event_notify(struct generic_sub_driver *sub_driver, u32 event) in event_notify() function
544 .notify = event_notify,
/kernel/linux/linux-5.10/drivers/scsi/
H A Dhpsa_cmd.h674 __le32 event_notify; member
H A Dhpsa.c8442 h->events = readl(&(h->cfgtable->event_notify)); in hpsa_ctlr_needs_rescan()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dhpsa_cmd.h687 __le32 event_notify; member
H A Dhpsa.c8467 h->events = readl(&(h->cfgtable->event_notify)); in hpsa_ctlr_needs_rescan()
/kernel/linux/linux-6.6/include/ufs/
H A Dufshcd.h322 * @event_notify: called to notify important events
365 void (*event_notify)(struct ufs_hba *hba, member
/kernel/linux/linux-6.6/drivers/ufs/host/
H A Dufs-mediatek.c1685 .event_notify = ufs_mtk_event_notify,

Completed in 54 milliseconds