iris: rename msm_vidc_suspend_locked to msm_vidc_suspend
To follow the same nomenclature as the other function names in driver, rename msm_vidc_suspend_locked to msm_vidc_suspend. Change-Id: Iacdd6604c25f6efc61c5b6add939669f5bd26355 Signed-off-by: Dikshita Agarwal <quic_dikshita@quicinc.com>
This commit is contained in:
@@ -471,7 +471,7 @@ int msm_vidc_trigger_stability(struct msm_vidc_core *core,
|
||||
void msm_vidc_stability_handler(struct work_struct *work);
|
||||
int cancel_stability_work_sync(struct msm_vidc_inst *inst);
|
||||
void msm_vidc_fw_unload_handler(struct work_struct *work);
|
||||
int msm_vidc_suspend_locked(struct msm_vidc_core *core);
|
||||
int msm_vidc_suspend(struct msm_vidc_core *core);
|
||||
void msm_vidc_batch_handler(struct work_struct *work);
|
||||
int msm_vidc_event_queue_init(struct msm_vidc_inst *inst);
|
||||
int msm_vidc_event_queue_deinit(struct msm_vidc_inst *inst);
|
||||
|
Reference in New Issue
Block a user