Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/crypto/
H A Dimg-hash.c119 struct clk *hash_clk; member
998 hdev->hash_clk = devm_clk_get(&pdev->dev, "hash"); in img_hash_probe()
999 if (IS_ERR(hdev->hash_clk)) { in img_hash_probe()
1001 err = PTR_ERR(hdev->hash_clk); in img_hash_probe()
1012 err = clk_prepare_enable(hdev->hash_clk); in img_hash_probe()
1046 clk_disable_unprepare(hdev->hash_clk); in img_hash_probe()
1070 clk_disable_unprepare(hdev->hash_clk); in img_hash_remove()
1081 clk_disable_unprepare(hdev->hash_clk); in img_hash_suspend()
1092 ret = clk_prepare_enable(hdev->hash_clk); in img_hash_resume()
1098 clk_disable_unprepare(hdev->hash_clk); in img_hash_resume()
[all...]
/kernel/linux/linux-6.6/drivers/crypto/
H A Dimg-hash.c120 struct clk *hash_clk; member
990 hdev->hash_clk = devm_clk_get(&pdev->dev, "hash"); in img_hash_probe()
991 if (IS_ERR(hdev->hash_clk)) { in img_hash_probe()
993 err = PTR_ERR(hdev->hash_clk); in img_hash_probe()
1004 err = clk_prepare_enable(hdev->hash_clk); in img_hash_probe()
1038 clk_disable_unprepare(hdev->hash_clk); in img_hash_probe()
1062 clk_disable_unprepare(hdev->hash_clk); in img_hash_remove()
1073 clk_disable_unprepare(hdev->hash_clk); in img_hash_suspend()
1084 ret = clk_prepare_enable(hdev->hash_clk); in img_hash_resume()
1090 clk_disable_unprepare(hdev->hash_clk); in img_hash_resume()
[all...]

Completed in 4 milliseconds