Searched refs:hash_clk (Results 1 – 1 of 1) sorted by relevance
120 struct clk *hash_clk; member987 hdev->hash_clk = devm_clk_get(&pdev->dev, "hash"); in img_hash_probe()988 if (IS_ERR(hdev->hash_clk)) { in img_hash_probe()990 err = PTR_ERR(hdev->hash_clk); in img_hash_probe()1001 err = clk_prepare_enable(hdev->hash_clk); in img_hash_probe()1035 clk_disable_unprepare(hdev->hash_clk); in img_hash_probe()1059 clk_disable_unprepare(hdev->hash_clk); in img_hash_remove()1070 clk_disable_unprepare(hdev->hash_clk); in img_hash_suspend()1081 ret = clk_prepare_enable(hdev->hash_clk); in img_hash_resume()1087 clk_disable_unprepare(hdev->hash_clk); in img_hash_resume()