Searched defs:mali_device (Results 1 – 3 of 3) sorted by relevance
27 struct mali_device { struct28 struct device *dev;30 struct clk *clock;31 struct clk_bulk_data *clks;32 int num_clks;35 struct regulator *regulator;36 struct opp_table *opp_table;39 struct devfreq_dev_profile devfreq_profile;40 struct devfreq *devfreq;41 unsigned long current_freq;[all …]
39 static struct platform_device *mali_device; variable
37 static struct platform_device *mali_device; variable