Lines Matching refs:artpec6_crypto
258 struct artpec6_crypto { struct
450 struct artpec6_crypto *ac = dev_get_drvdata(artpec6_crypto_dev); in artpec6_crypto_busy()
458 struct artpec6_crypto *ac = dev_get_drvdata(artpec6_crypto_dev); in artpec6_crypto_submit()
480 struct artpec6_crypto *ac = dev_get_drvdata(artpec6_crypto_dev); in artpec6_crypto_start_dma()
1044 struct artpec6_crypto *ac = dev_get_drvdata(artpec6_crypto_dev); in artpec6_crypto_common_init()
1073 struct artpec6_crypto *ac = dev_get_drvdata(artpec6_crypto_dev); in artpec6_crypto_common_destroy()
1316 struct artpec6_crypto *ac = dev_get_drvdata(artpec6_crypto_dev); in artpec6_crypto_prepare_hash()
1667 struct artpec6_crypto *ac = dev_get_drvdata(artpec6_crypto_dev); in artpec6_crypto_prepare_crypto()
1835 struct artpec6_crypto *ac = dev_get_drvdata(artpec6_crypto_dev); in artpec6_crypto_prepare_aead()
2040 static void artpec6_crypto_process_queue(struct artpec6_crypto *ac, in artpec6_crypto_process_queue()
2070 struct artpec6_crypto *ac = from_timer(ac, t, timer); in artpec6_crypto_timeout()
2079 struct artpec6_crypto *ac = (struct artpec6_crypto *)data; in artpec6_crypto_task()
2259 struct artpec6_crypto *ac = dev_get_drvdata(artpec6_crypto_dev); in artpec6_crypto_init_hash()
2436 struct artpec6_crypto *ac = dev_get_drvdata(artpec6_crypto_dev); in artpec6_crypto_hash_export()
2464 struct artpec6_crypto *ac = dev_get_drvdata(artpec6_crypto_dev); in artpec6_crypto_hash_import()
2486 static int init_crypto_hw(struct artpec6_crypto *ac) in init_crypto_hw()
2546 static void artpec6_crypto_disable_hw(struct artpec6_crypto *ac) in artpec6_crypto_disable_hw()
2567 struct artpec6_crypto *ac = dev_id; in artpec6_crypto_irq()
2852 struct artpec6_crypto *ac; in artpec6_crypto_probe()
2875 ac = devm_kzalloc(&pdev->dev, sizeof(struct artpec6_crypto), in artpec6_crypto_probe()
2961 struct artpec6_crypto *ac = platform_get_drvdata(pdev); in artpec6_crypto_remove()