Searched refs:msm_mdss (Results 1 – 3 of 3) sorted by relevance
31 struct msm_mdss { struct48 struct msm_mdss *msm_mdss) in msm_mdss_parse_data_bus_icc_path() argument57 msm_mdss->path[0] = path0; in msm_mdss_parse_data_bus_icc_path()58 msm_mdss->num_paths = 1; in msm_mdss_parse_data_bus_icc_path()62 msm_mdss->path[1] = path1; in msm_mdss_parse_data_bus_icc_path()63 msm_mdss->num_paths++; in msm_mdss_parse_data_bus_icc_path()71 struct msm_mdss *msm_mdss = data; in msm_mdss_put_icc_path() local74 for (i = 0; i < msm_mdss->num_paths; i++) in msm_mdss_put_icc_path()75 icc_put(msm_mdss->path[i]); in msm_mdss_put_icc_path()78 static void msm_mdss_icc_request_bw(struct msm_mdss *msm_mdss, unsigned long bw) in msm_mdss_icc_request_bw() argument[all …]
87 msm_mdss.o \
46 struct msm_mdss;