Lines Matching defs:pclk
147 * @pclk: the advanced peripherals bus clock
162 struct clk *pclk;
1279 thermal->pclk = devm_clk_get(&pdev->dev, "apb_pclk");
1280 if (IS_ERR(thermal->pclk)) {
1281 error = PTR_ERR(thermal->pclk);
1294 error = clk_prepare_enable(thermal->pclk);
1296 dev_err(&pdev->dev, "failed to enable pclk: %d\n", error);
1351 clk_disable_unprepare(thermal->pclk);
1372 clk_disable_unprepare(thermal->pclk);
1388 clk_disable(thermal->pclk);
1406 error = clk_enable(thermal->pclk);