Home
last modified time | relevance | path

Searched refs:hash_clk (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/crypto/
H A Dimg-hash.c119 struct clk *hash_clk; member
994 hdev->hash_clk = devm_clk_get(&pdev->dev, "hash"); in img_hash_probe()
995 if (IS_ERR(hdev->hash_clk)) { in img_hash_probe()
997 err = PTR_ERR(hdev->hash_clk); in img_hash_probe()
1008 err = clk_prepare_enable(hdev->hash_clk); in img_hash_probe()
1042 clk_disable_unprepare(hdev->hash_clk); in img_hash_probe()
1066 clk_disable_unprepare(hdev->hash_clk); in img_hash_remove()
1077 clk_disable_unprepare(hdev->hash_clk); in img_hash_suspend()
1088 ret = clk_prepare_enable(hdev->hash_clk); in img_hash_resume()
1094 clk_disable_unprepare(hdev->hash_clk); in img_hash_resume()