Home
last modified time | relevance | path

Searched refs:sun8i_ce_dev (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce.h221 struct sun8i_ce_dev { struct
276 struct sun8i_ce_dev *ce;
286 struct sun8i_ce_dev *ce;
326 struct sun8i_ce_dev *ce;
356 int sun8i_ce_get_engine_number(struct sun8i_ce_dev *ce);
358 int sun8i_ce_run_task(struct sun8i_ce_dev *ce, int flow, const char *name);
377 int sun8i_ce_hwrng_register(struct sun8i_ce_dev *ce);
378 void sun8i_ce_hwrng_unregister(struct sun8i_ce_dev *ce);
H A Dsun8i-ce-trng.c25 struct sun8i_ce_dev *ce; in sun8i_ce_trng_read()
35 ce = container_of(rng, struct sun8i_ce_dev, trng); in sun8i_ce_trng_read()
101 int sun8i_ce_hwrng_register(struct sun8i_ce_dev *ce) in sun8i_ce_hwrng_register()
118 void sun8i_ce_hwrng_unregister(struct sun8i_ce_dev *ce) in sun8i_ce_hwrng_unregister()
H A Dsun8i-ce-core.c153 int sun8i_ce_get_engine_number(struct sun8i_ce_dev *ce) in sun8i_ce_get_engine_number()
262 struct sun8i_ce_dev *ce = (struct sun8i_ce_dev *)data; in ce_irq_handler()
621 struct sun8i_ce_dev *ce __maybe_unused = seq->private; in sun8i_ce_debugfs_show()
768 struct sun8i_ce_dev *ce = dev_get_drvdata(dev); in sun8i_ce_pm_suspend()
779 struct sun8i_ce_dev *ce = dev_get_drvdata(dev); in sun8i_ce_pm_resume()
807 static int sun8i_ce_pm_init(struct sun8i_ce_dev *ce) in sun8i_ce_pm_init()
821 static void sun8i_ce_pm_exit(struct sun8i_ce_dev *ce) in sun8i_ce_pm_exit()
826 static int sun8i_ce_get_clks(struct sun8i_ce_dev *ce) in sun8i_ce_get_clks()
866 static int sun8i_ce_register_algs(struct sun8i_ce_dev *ce) in sun8i_ce_register_algs()
976 struct sun8i_ce_dev *ce; in sun8i_ce_probe()
[all …]
H A Dsun8i-ce-cipher.c125 struct sun8i_ce_dev *ce = op->ce; in sun8i_ce_cipher_prepare()
308 struct sun8i_ce_dev *ce = op->ce; in sun8i_ce_cipher_unprepare()
352 struct sun8i_ce_dev *ce = op->ce; in sun8i_ce_cipher_run()
465 struct sun8i_ce_dev *ce = op->ce; in sun8i_ce_aes_setkey()
H A Dsun8i-ce-prng.c61 struct sun8i_ce_dev *ce; in sun8i_ce_prng_generate()
H A Dsun8i-ce-hash.c245 struct sun8i_ce_dev *ce; in sun8i_ce_hash_digest()
337 struct sun8i_ce_dev *ce; in sun8i_ce_hash_run()