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

/linux-4.4.14/drivers/crypto/
H A Dimg-hash.c118 struct clk *hash_clk; member in struct:img_hash_dev
938 hdev->hash_clk = devm_clk_get(&pdev->dev, "hash"); img_hash_probe()
939 if (IS_ERR(hdev->hash_clk)) { img_hash_probe()
941 err = PTR_ERR(hdev->hash_clk); img_hash_probe()
952 err = clk_prepare_enable(hdev->hash_clk); img_hash_probe()
986 clk_disable_unprepare(hdev->hash_clk); img_hash_probe()
1010 clk_disable_unprepare(hdev->hash_clk); img_hash_remove()

Completed in 60 milliseconds