Home
last modified time | relevance | path

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

/linux/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce.h221 struct sun8i_ce_dev { struct
244 static inline u32 desc_addr_val(struct sun8i_ce_dev *dev, dma_addr_t addr) in desc_addr_val() argument
252 static inline __le32 desc_addr_val_le32(struct sun8i_ce_dev *dev, in desc_addr_val_le32()
292 struct sun8i_ce_dev *ce;
302 struct sun8i_ce_dev *ce;
356 struct sun8i_ce_dev *ce;
386 int sun8i_ce_get_engine_number(struct sun8i_ce_dev *ce);
388 int sun8i_ce_run_task(struct sun8i_ce_dev *ce, int flow, const char *name);
407 int sun8i_ce_hwrng_register(struct sun8i_ce_dev *ce);
408 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()
100 int sun8i_ce_hwrng_register(struct sun8i_ce_dev *ce) in sun8i_ce_hwrng_register()
117 void sun8i_ce_hwrng_unregister(struct sun8i_ce_dev *ce) in sun8i_ce_hwrng_unregister()
H A Dsun8i-ce-core.c183 int sun8i_ce_get_engine_number(struct sun8i_ce_dev *ce) in sun8i_ce_get_engine_number()
188 int sun8i_ce_run_task(struct sun8i_ce_dev *ce, int flow, const char *name) in sun8i_ce_run_task()
287 struct sun8i_ce_dev *ce = (struct sun8i_ce_dev *)data; in ce_irq_handler()
640 struct sun8i_ce_dev *ce __maybe_unused = seq->private; in sun8i_ce_debugfs_show()
713 static void sun8i_ce_free_chanlist(struct sun8i_ce_dev *ce, int i) in sun8i_ce_free_chanlist()
728 static int sun8i_ce_allocate_chanlist(struct sun8i_ce_dev *ce) in sun8i_ce_allocate_chanlist()
775 struct sun8i_ce_dev *ce = dev_get_drvdata(dev); in sun8i_ce_pm_suspend()
786 struct sun8i_ce_dev *ce = dev_get_drvdata(dev); in sun8i_ce_pm_resume()
814 static int sun8i_ce_pm_init(struct sun8i_ce_dev *ce) in sun8i_ce_pm_init()
832 static int sun8i_ce_get_clks(struct sun8i_ce_dev *ce) in sun8i_ce_get_clks()
[all …]
H A Dsun8i-ce-hash.c244 struct sun8i_ce_dev *ce = ctx->ce; in sun8i_ce_hash_digest()
322 struct sun8i_ce_dev *ce; in sun8i_ce_hash_prepare()
449 struct sun8i_ce_dev *ce = ctx->ce; in sun8i_ce_hash_unprepare()
463 struct sun8i_ce_dev *ce = ctx->ce; in sun8i_ce_hash_run()
H A Dsun8i-ce-cipher.c139 struct sun8i_ce_dev *ce = op->ce; in sun8i_ce_cipher_prepare()
315 struct sun8i_ce_dev *ce = op->ce; in sun8i_ce_cipher_unprepare()
355 struct sun8i_ce_dev *ce = ctx->ce; in sun8i_ce_cipher_do_one()
467 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()