Searched refs:grp_clks (Results 1 – 3 of 3) sorted by relevance
68 return clk_bulk_prepare_enable(gpu->nr_clocks, gpu->grp_clks); in enable_clk()73 clk_bulk_disable_unprepare(gpu->nr_clocks, gpu->grp_clks); in disable_clk()844 int ret = devm_clk_bulk_get_all(&pdev->dev, &gpu->grp_clks); in get_clocks()853 gpu->core_clk = msm_clk_bulk_get_clock(gpu->grp_clks, in get_clocks()856 gpu->rbbmtimer_clk = msm_clk_bulk_get_clock(gpu->grp_clks, in get_clocks()
228 struct clk_bulk_data *grp_clks; member
2194 ret = clk_bulk_prepare_enable(gpu->nr_clocks, gpu->grp_clks); in a6xx_pm_resume()2200 clk_bulk_disable_unprepare(gpu->nr_clocks, gpu->grp_clks); in a6xx_pm_resume()2273 clk_bulk_disable_unprepare(gpu->nr_clocks, gpu->grp_clks); in a6xx_pm_suspend()