Searched refs:reg_bus_path (Results 1 – 1 of 1) sorted by relevance
48 struct icc_path *reg_bus_path; member56 struct icc_path *reg_bus_path; in msm_mdss_parse_data_bus_icc_path() local71 reg_bus_path = of_icc_get(dev, "cpu-cfg"); in msm_mdss_parse_data_bus_icc_path()72 if (!IS_ERR_OR_NULL(reg_bus_path)) in msm_mdss_parse_data_bus_icc_path()73 msm_mdss->reg_bus_path = reg_bus_path; in msm_mdss_parse_data_bus_icc_path()292 icc_set_bw(msm_mdss->reg_bus_path, 0, in msm_mdss_enable()295 icc_set_bw(msm_mdss->reg_bus_path, 0, in msm_mdss_enable()355 if (msm_mdss->reg_bus_path) in msm_mdss_disable()356 icc_set_bw(msm_mdss->reg_bus_path, 0, 0); in msm_mdss_disable()
Completed in 4 milliseconds