video: driver: Change format specifier and API clean-up

-Removed unwanted functions
-Removed unwanted part of code from function definitions
-Added proper format specifier according to the data type.

Change-Id: I700202f1cf588506b329d202ce3e2729c027dcae
Signed-off-by: Gaviraju Doddabettahalli Bettegowda <quic_gdoddabe@quicinc.com>
Signed-off-by: Govindaraj Rajagopal <quic_grajagop@quicinc.com>
This commit is contained in:
Govindaraj Rajagopal
2021-11-12 15:56:50 +05:30
parent 6e916441fc
commit aeabb39378
21 changed files with 51 additions and 320 deletions

View File

@@ -74,10 +74,6 @@ int __set_clocks(struct msm_vidc_core *core, u32 freq);
int __scale_clocks(struct msm_vidc_core *core);
int __set_clk_rate(struct msm_vidc_core *core,
struct clock_info *cl, u64 rate);
void __disable_unprepare_clks(struct msm_vidc_core *core);
int __prepare_enable_clks(struct msm_vidc_core *core);
int __disable_regulators(struct msm_vidc_core *core);
int __enable_regulators(struct msm_vidc_core *core);
int __acquire_regulator(struct msm_vidc_core *core,
struct regulator_info *rinfo);
int __unvote_buses(struct msm_vidc_core *core);