Lines Matching refs:artpec6_crypto

259 struct artpec6_crypto {  struct
451 struct artpec6_crypto *ac = dev_get_drvdata(artpec6_crypto_dev); in artpec6_crypto_busy()
459 struct artpec6_crypto *ac = dev_get_drvdata(artpec6_crypto_dev); in artpec6_crypto_submit()
481 struct artpec6_crypto *ac = dev_get_drvdata(artpec6_crypto_dev); in artpec6_crypto_start_dma()
1045 struct artpec6_crypto *ac = dev_get_drvdata(artpec6_crypto_dev); in artpec6_crypto_common_init()
1074 struct artpec6_crypto *ac = dev_get_drvdata(artpec6_crypto_dev); in artpec6_crypto_common_destroy()
1317 struct artpec6_crypto *ac = dev_get_drvdata(artpec6_crypto_dev); in artpec6_crypto_prepare_hash()
1668 struct artpec6_crypto *ac = dev_get_drvdata(artpec6_crypto_dev); in artpec6_crypto_prepare_crypto()
1836 struct artpec6_crypto *ac = dev_get_drvdata(artpec6_crypto_dev); in artpec6_crypto_prepare_aead()
2041 static void artpec6_crypto_process_queue(struct artpec6_crypto *ac, in artpec6_crypto_process_queue()
2071 struct artpec6_crypto *ac = from_timer(ac, t, timer); in artpec6_crypto_timeout()
2080 struct artpec6_crypto *ac = (struct artpec6_crypto *)data; in artpec6_crypto_task()
2260 struct artpec6_crypto *ac = dev_get_drvdata(artpec6_crypto_dev); in artpec6_crypto_init_hash()
2437 struct artpec6_crypto *ac = dev_get_drvdata(artpec6_crypto_dev); in artpec6_crypto_hash_export()
2465 struct artpec6_crypto *ac = dev_get_drvdata(artpec6_crypto_dev); in artpec6_crypto_hash_import()
2487 static int init_crypto_hw(struct artpec6_crypto *ac) in init_crypto_hw()
2547 static void artpec6_crypto_disable_hw(struct artpec6_crypto *ac) in artpec6_crypto_disable_hw()
2568 struct artpec6_crypto *ac = dev_id; in artpec6_crypto_irq()
2853 struct artpec6_crypto *ac; in artpec6_crypto_probe()
2876 ac = devm_kzalloc(&pdev->dev, sizeof(struct artpec6_crypto), in artpec6_crypto_probe()
2962 struct artpec6_crypto *ac = platform_get_drvdata(pdev); in artpec6_crypto_remove()