Lines Matching defs:ldev
57 struct lima_device *ldev = dev_get_drvdata(dev);
58 struct lima_devfreq *devfreq = &ldev->devfreq;
61 status->current_frequency = clk_get_rate(ldev->clk_gpu);
75 dev_dbg(ldev->dev, "busy %lu total %lu %lu %% freq %lu MHz\n",
90 void lima_devfreq_fini(struct lima_device *ldev)
92 struct lima_devfreq *devfreq = &ldev->devfreq;
100 devm_devfreq_remove_device(ldev->dev, devfreq->devfreq);
105 int lima_devfreq_init(struct lima_device *ldev)
108 struct device *dev = ldev->dev;
110 struct lima_devfreq *ldevfreq = &ldev->devfreq;
143 cur_freq = clk_get_rate(ldev->clk_gpu);