Home
last modified time | relevance | path

Searched refs:regulators_opp_table (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/panfrost/
Dpanfrost_devfreq.c110 pfdevfreq->regulators_opp_table = opp_table; in panfrost_devfreq_init()
173 if (pfdevfreq->regulators_opp_table) { in panfrost_devfreq_fini()
174 dev_pm_opp_put_regulators(pfdevfreq->regulators_opp_table); in panfrost_devfreq_fini()
175 pfdevfreq->regulators_opp_table = NULL; in panfrost_devfreq_fini()
Dpanfrost_devfreq.h18 struct opp_table *regulators_opp_table; member
/Linux-v5.10/drivers/gpu/drm/lima/
Dlima_devfreq.c113 if (devfreq->regulators_opp_table) { in lima_devfreq_fini()
114 dev_pm_opp_put_regulators(devfreq->regulators_opp_table); in lima_devfreq_fini()
115 devfreq->regulators_opp_table = NULL; in lima_devfreq_fini()
159 ldevfreq->regulators_opp_table = opp_table; in lima_devfreq_init()
Dlima_devfreq.h19 struct opp_table *regulators_opp_table; member