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()
1318 struct artpec6_crypto *ac = dev_get_drvdata(artpec6_crypto_dev); in artpec6_crypto_prepare_hash()
1673 struct artpec6_crypto *ac = dev_get_drvdata(artpec6_crypto_dev); in artpec6_crypto_prepare_crypto()
1841 struct artpec6_crypto *ac = dev_get_drvdata(artpec6_crypto_dev); in artpec6_crypto_prepare_aead()
2046 static void artpec6_crypto_process_queue(struct artpec6_crypto *ac, in artpec6_crypto_process_queue()
2076 struct artpec6_crypto *ac = from_timer(ac, t, timer); in artpec6_crypto_timeout()
2085 struct artpec6_crypto *ac = (struct artpec6_crypto *)data; in artpec6_crypto_task()
2269 struct artpec6_crypto *ac = dev_get_drvdata(artpec6_crypto_dev); in artpec6_crypto_init_hash()
2446 struct artpec6_crypto *ac = dev_get_drvdata(artpec6_crypto_dev); in artpec6_crypto_hash_export()
2474 struct artpec6_crypto *ac = dev_get_drvdata(artpec6_crypto_dev); in artpec6_crypto_hash_import()
2496 static int init_crypto_hw(struct artpec6_crypto *ac) in init_crypto_hw()
2556 static void artpec6_crypto_disable_hw(struct artpec6_crypto *ac) in artpec6_crypto_disable_hw()
2577 struct artpec6_crypto *ac = dev_id; in artpec6_crypto_irq()
2854 struct artpec6_crypto *ac; in artpec6_crypto_probe()
2877 ac = devm_kzalloc(&pdev->dev, sizeof(struct artpec6_crypto), in artpec6_crypto_probe()
2963 struct artpec6_crypto *ac = platform_get_drvdata(pdev); in artpec6_crypto_remove()