Searched refs:nclocks (Results 1 – 3 of 3) sorted by relevance
87 unsigned int nclocks; member172 clk_bulk_disable_unprepare(hda->nclocks, hda->clocks); in hda_tegra_runtime_suspend()190 rc = clk_bulk_prepare_enable(hda->nclocks, hda->clocks); in hda_tegra_runtime_resume()557 hda->clocks[hda->nclocks++].id = "hda"; in hda_tegra_probe()559 hda->clocks[hda->nclocks++].id = "hda2hdmi"; in hda_tegra_probe()562 hda->clocks[hda->nclocks++].id = "hda2codec_2x"; in hda_tegra_probe()564 err = devm_clk_bulk_get(&pdev->dev, hda->nclocks, hda->clocks); in hda_tegra_probe()
48 clk_bulk_disable_unprepare(ahub->nclocks, ahub->clocks); in tegra30_ahub_runtime_suspend()72 ret = clk_bulk_prepare_enable(ahub->nclocks, ahub->clocks); in tegra30_ahub_runtime_resume()98 clk_bulk_disable_unprepare(ahub->nclocks, ahub->clocks); in tegra30_ahub_runtime_resume()537 ahub->clocks[ahub->nclocks++].id = "apbif"; in tegra30_ahub_probe()538 ahub->clocks[ahub->nclocks++].id = "d_audio"; in tegra30_ahub_probe()540 ret = devm_clk_bulk_get(&pdev->dev, ahub->nclocks, ahub->clocks); in tegra30_ahub_probe()
517 unsigned int nclocks; member
Completed in 14 milliseconds