Searched defs:busfreq_data (Results 1 – 1 of 1) sorted by relevance
73 struct busfreq_data { struct74 enum exynos4_busf_type type;75 struct device *dev;76 struct devfreq *devfreq;77 bool disabled;78 struct regulator *vdd_int;79 struct regulator *vdd_mif; /* Exynos4412/4212 only */80 struct busfreq_opp_info curr_oppinfo;81 struct busfreq_ppmu_data ppmu_data;83 struct notifier_block pm_notifier;[all …]