Searched refs:event_notify (Results 1 – 15 of 15) sorted by relevance
/linux-6.3-rc2/drivers/media/platform/amphion/ |
A D | vpu_msgs.c | 73 call_void_vop(inst, event_notify, VPU_MSG_ID_SEQ_HDR_FOUND, &info); in vpu_session_handle_seq_hdr() 78 call_void_vop(inst, event_notify, VPU_MSG_ID_RES_CHANGE, NULL); in vpu_session_handle_resolution_change() 96 call_void_vop(inst, event_notify, VPU_MSG_ID_FRAME_REQ, &fs); in vpu_session_handle_frame_request() 113 call_void_vop(inst, event_notify, VPU_MSG_ID_FRAME_RELEASE, &fs); in vpu_session_handle_frame_release() 150 call_void_vop(inst, event_notify, VPU_MSG_ID_PIC_EOS, NULL); in vpu_session_handle_eos() 161 call_void_vop(inst, event_notify, VPU_MSG_ID_UNSUPPORTED, NULL); in vpu_session_handle_error() 171 call_void_vop(inst, event_notify, VPU_MSG_ID_FIRMWARE_XCPT, NULL); in vpu_session_handle_firmware_xcpt()
|
A D | vpu.h | 208 void (*event_notify)(struct vpu_inst *inst, u32 event, void *data); member
|
A D | venc.c | 1241 .event_notify = venc_event_notify,
|
A D | vdec.c | 1604 .event_notify = vdec_event_notify,
|
/linux-6.3-rc2/drivers/media/platform/qcom/venus/ |
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
|
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()
|
A D | core.c | 70 inst->ops->event_notify(inst, EVT_SESSION_ERROR, NULL); in venus_event_notify() 78 .event_notify = venus_event_notify,
|
A D | venc.c | 1286 .event_notify = venc_event_notify,
|
A D | vdec.c | 1550 .event_notify = vdec_event_notify,
|
/linux-6.3-rc2/drivers/platform/loongarch/ |
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,
|
/linux-6.3-rc2/drivers/ufs/core/ |
A D | ufshcd-priv.h | 135 if (hba->vops && hba->vops->event_notify) in ufshcd_vops_event_notify() 136 hba->vops->event_notify(hba, evt, data); in ufshcd_vops_event_notify()
|
/linux-6.3-rc2/drivers/scsi/ |
A D | hpsa_cmd.h | 687 __le32 event_notify; member
|
A D | hpsa.c | 8467 h->events = readl(&(h->cfgtable->event_notify)); in hpsa_ctlr_needs_rescan()
|
/linux-6.3-rc2/include/ufs/ |
A D | ufshcd.h | 346 void (*event_notify)(struct ufs_hba *hba, member
|
/linux-6.3-rc2/drivers/ufs/host/ |
A D | ufs-mediatek.c | 1521 .event_notify = ufs_mtk_event_notify,
|
Completed in 88 milliseconds