Searched refs:grp_clks (Results 1 – 2 of 2) sorted by relevance
152 return clk_bulk_prepare_enable(gpu->nr_clocks, gpu->grp_clks); in enable_clk()157 clk_bulk_disable_unprepare(gpu->nr_clocks, gpu->grp_clks); in disable_clk()772 int ret = msm_clk_bulk_get(&pdev->dev, &gpu->grp_clks); in get_clocks()781 gpu->core_clk = msm_clk_bulk_get_clock(gpu->grp_clks, in get_clocks()784 gpu->rbbmtimer_clk = msm_clk_bulk_get_clock(gpu->grp_clks, in get_clocks()
115 struct clk_bulk_data *grp_clks; member