Searched refs:event_notify (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/media/platform/amphion/ |
| H A D | vpu_msgs.c | 74 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()
|
| /linux/drivers/misc/mei/ |
| H A D | vsc-tp.c | 82 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()
|
| /linux/drivers/platform/loongarch/ |
| H A D | loongson-laptop.c | 471 static void event_notify(struct generic_sub_driver *sub_driver, u32 event) in event_notify() function 545 .notify = event_notify,
|
| /linux/drivers/ufs/core/ |
| H A D | ufshcd-priv.h | 141 if (hba->vops && hba->vops->event_notify) in ufshcd_vops_event_notify() 142 hba->vops->event_notify(hba, evt, data); in ufshcd_vops_event_notify()
|
| /linux/drivers/scsi/ |
| H A D | hpsa_cmd.h | 687 __le32 event_notify; member
|
| /linux/include/ufs/ |
| H A D | ufshcd.h | 373 void (*event_notify)(struct ufs_hba *hba, member
|
| /linux/drivers/ufs/host/ |
| H A D | ufs-mediatek.c | 2328 .event_notify = ufs_mtk_event_notify,
|