Home
last modified time | relevance | path

Searched refs:nclocks (Results 1 – 8 of 8) sorted by relevance

/linux/sound/hda/controllers/
H A Dcix-ipbloq.c32 unsigned int nclocks; member
252 hda->clocks[hda->nclocks++].id = "ipg"; in cix_ipbloq_hda_probe()
253 hda->clocks[hda->nclocks++].id = "per"; in cix_ipbloq_hda_probe()
254 err = devm_clk_bulk_get(hda->dev, hda->nclocks, hda->clocks); in cix_ipbloq_hda_probe()
371 clk_bulk_disable_unprepare(hda->nclocks, hda->clocks); in cix_ipbloq_hda_runtime_suspend()
383 rc = clk_bulk_prepare_enable(hda->nclocks, hda->clocks); in cix_ipbloq_hda_runtime_resume()
H A Dtegra.c87 unsigned int nclocks; member
172 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()
/linux/drivers/media/platform/qcom/camss/
H A Dcamss-ispif.h56 int nclocks; member
/linux/drivers/i2c/busses/
H A Di2c-qcom-cci.c129 int nclocks; member
466 return clk_bulk_prepare_enable(cci->nclocks, cci->clocks); in cci_enable_clocks()
471 clk_bulk_disable_unprepare(cci->nclocks, cci->clocks); in cci_disable_clocks()
571 cci->nclocks = ret; in cci_probe()
/linux/drivers/clk/zynqmp/
H A Dclkc.c202 static int zynqmp_pm_clock_get_num_clocks(u32 *nclocks) in zynqmp_pm_clock_get_num_clocks() argument
211 *nclocks = ret_payload[1]; in zynqmp_pm_clock_get_num_clocks()
/linux/sound/soc/tegra/
H A Dtegra30_ahub.h517 unsigned int nclocks; member
/linux/drivers/clk/rockchip/
H A Dclk.c767 int nclocks) in rockchip_clk_protect_critical() argument
772 for (i = 0; i < nclocks; i++) { in rockchip_clk_protect_critical()
H A Dclk.h1357 void rockchip_clk_protect_critical(const char *const clocks[], int nclocks);