Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/crypto/
H A Dmxs-dcp.c86 DCP_CHAN_CRYPTO = 2, enumerator
392 const int chan = DCP_CHAN_CRYPTO; in dcp_chan_thread_aes()
460 actx->chan = DCP_CHAN_CRYPTO; in mxs_dcp_aes_enqueue()
1081 sdcp->thread[DCP_CHAN_CRYPTO] = kthread_run(dcp_chan_thread_aes, in mxs_dcp_probe()
1083 if (IS_ERR(sdcp->thread[DCP_CHAN_CRYPTO])) { in mxs_dcp_probe()
1085 ret = PTR_ERR(sdcp->thread[DCP_CHAN_CRYPTO]); in mxs_dcp_probe()
1131 kthread_stop(sdcp->thread[DCP_CHAN_CRYPTO]); in mxs_dcp_probe()
1156 kthread_stop(sdcp->thread[DCP_CHAN_CRYPTO]); in mxs_dcp_remove()
/kernel/linux/linux-6.6/drivers/crypto/
H A Dmxs-dcp.c87 DCP_CHAN_CRYPTO = 2, enumerator
393 const int chan = DCP_CHAN_CRYPTO; in dcp_chan_thread_aes()
461 actx->chan = DCP_CHAN_CRYPTO; in mxs_dcp_aes_enqueue()
1076 sdcp->thread[DCP_CHAN_CRYPTO] = kthread_run(dcp_chan_thread_aes, in mxs_dcp_probe()
1078 if (IS_ERR(sdcp->thread[DCP_CHAN_CRYPTO])) { in mxs_dcp_probe()
1080 ret = PTR_ERR(sdcp->thread[DCP_CHAN_CRYPTO]); in mxs_dcp_probe()
1126 kthread_stop(sdcp->thread[DCP_CHAN_CRYPTO]); in mxs_dcp_probe()
1148 kthread_stop(sdcp->thread[DCP_CHAN_CRYPTO]); in mxs_dcp_remove()

Completed in 4 milliseconds