Searched refs:hash_clk (Results 1 – 1 of 1) sorted by relevance
118 struct clk *hash_clk; member993 hdev->hash_clk = devm_clk_get(&pdev->dev, "hash"); in img_hash_probe()994 if (IS_ERR(hdev->hash_clk)) { in img_hash_probe()996 err = PTR_ERR(hdev->hash_clk); in img_hash_probe()1007 err = clk_prepare_enable(hdev->hash_clk); in img_hash_probe()1041 clk_disable_unprepare(hdev->hash_clk); in img_hash_probe()1065 clk_disable_unprepare(hdev->hash_clk); in img_hash_remove()1076 clk_disable_unprepare(hdev->hash_clk); in img_hash_suspend()1087 ret = clk_prepare_enable(hdev->hash_clk); in img_hash_resume()1093 clk_disable_unprepare(hdev->hash_clk); in img_hash_resume()