Searched refs:reg_bus_path (Results 1 – 1 of 1) sorted by relevance
46 struct icc_path *reg_bus_path; member54 struct icc_path *reg_bus_path; in msm_mdss_parse_data_bus_icc_path() local69 reg_bus_path = of_icc_get(dev, "cpu-cfg"); in msm_mdss_parse_data_bus_icc_path()70 if (!IS_ERR_OR_NULL(reg_bus_path)) in msm_mdss_parse_data_bus_icc_path()71 msm_mdss->reg_bus_path = reg_bus_path; in msm_mdss_parse_data_bus_icc_path()259 icc_set_bw(msm_mdss->reg_bus_path, 0, in msm_mdss_enable()322 if (msm_mdss->reg_bus_path) in msm_mdss_disable()323 icc_set_bw(msm_mdss->reg_bus_path, 0, 0); in msm_mdss_disable()
Completed in 6 milliseconds