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()
386 spi100k->fck = devm_clk_get(&pdev->dev, "fck"); in omap1_spi100k_probe()
387 if (IS_ERR(spi100k->fck)) { in omap1_spi100k_probe()
389 status = PTR_ERR(spi100k->fck); in omap1_spi100k_probe()
399 status = clk_prepare_enable(spi100k->fck); in omap1_spi100k_probe()
401 dev_err(&pdev->dev, "failed to enable fck: %d\n", status); in omap1_spi100k_probe()
415 clk_disable_unprepare(spi100k->fck); in omap1_spi100k_probe()
430 clk_disable_unprepare(spi100k->fck); in omap1_spi100k_remove()
443 clk_disable_unprepare(spi100k->fck); in omap1_spi100k_runtime_suspend()
460 ret = clk_prepare_enable(spi100k->fck); in omap1_spi100k_runtime_resume()
462 dev_err(dev, "Failed to enable fck: %d\n", ret); in omap1_spi100k_runtime_resume()