Lines Matching full:fck
69 struct clk *fck; member
278 clk_prepare_enable(spi100k->fck); in omap1_spi100k_setup()
283 clk_disable_unprepare(spi100k->fck); in omap1_spi100k_setup()
388 spi100k->fck = devm_clk_get(&pdev->dev, "fck"); in omap1_spi100k_probe()
389 if (IS_ERR(spi100k->fck)) { in omap1_spi100k_probe()
391 status = PTR_ERR(spi100k->fck); in omap1_spi100k_probe()
401 status = clk_prepare_enable(spi100k->fck); in omap1_spi100k_probe()
403 dev_err(&pdev->dev, "failed to enable fck: %d\n", status); in omap1_spi100k_probe()
417 clk_disable_unprepare(spi100k->fck); in omap1_spi100k_probe()
432 clk_disable_unprepare(spi100k->fck); in omap1_spi100k_remove()
445 clk_disable_unprepare(spi100k->fck); in omap1_spi100k_runtime_suspend()
462 ret = clk_prepare_enable(spi100k->fck); in omap1_spi100k_runtime_resume()
464 dev_err(dev, "Failed to enable fck: %d\n", ret); in omap1_spi100k_runtime_resume()