Home
last modified time | relevance | path

Searched refs:ce_algs (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-core.c651 if (!ce_algs[i].ce) in sun8i_ce_debugfs_show()
658 ce_algs[i].stat_req, ce_algs[i].stat_fb); in sun8i_ce_debugfs_show()
682 ce_algs[i].stat_req, ce_algs[i].stat_fb); in sun8i_ce_debugfs_show()
698 ce_algs[i].stat_req, ce_algs[i].stat_bytes); in sun8i_ce_debugfs_show()
890 ce_algs[i].ce = ce; in sun8i_ce_register_algs()
899 ce_algs[i].ce = NULL; in sun8i_ce_register_algs()
907 ce_algs[i].ce = NULL; in sun8i_ce_register_algs()
916 ce_algs[i].ce = NULL; in sun8i_ce_register_algs()
927 ce_algs[i].ce = NULL; in sun8i_ce_register_algs()
958 ce_algs[i].ce = NULL; in sun8i_ce_register_algs()
[all …]
/linux-6.15/drivers/crypto/gemini/
H A Dsl3516-ce-core.c265 for (i = 0; i < ARRAY_SIZE(ce_algs); i++) { in sl3516_ce_debugfs_show()
266 if (!ce_algs[i].ce) in sl3516_ce_debugfs_show()
268 switch (ce_algs[i].type) { in sl3516_ce_debugfs_show()
273 ce_algs[i].stat_req, ce_algs[i].stat_fb); in sl3516_ce_debugfs_show()
287 for (i = 0; i < ARRAY_SIZE(ce_algs); i++) { in sl3516_ce_register_algs()
288 ce_algs[i].ce = ce; in sl3516_ce_register_algs()
289 switch (ce_algs[i].type) { in sl3516_ce_register_algs()
297 ce_algs[i].ce = NULL; in sl3516_ce_register_algs()
302 ce_algs[i].ce = NULL; in sl3516_ce_register_algs()
314 if (!ce_algs[i].ce) in sl3516_ce_unregister_algs()
[all …]