Home
last modified time | relevance | path

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

/linux-6.15/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce.h222 struct sun8i_ce_dev { struct
245 static inline u32 desc_addr_val(struct sun8i_ce_dev *dev, dma_addr_t addr) in desc_addr_val() argument
253 static inline __le32 desc_addr_val_le32(struct sun8i_ce_dev *dev, in desc_addr_val_le32()
291 struct sun8i_ce_dev *ce;
301 struct sun8i_ce_dev *ce;
341 struct sun8i_ce_dev *ce;
371 int sun8i_ce_get_engine_number(struct sun8i_ce_dev *ce);
373 int sun8i_ce_run_task(struct sun8i_ce_dev *ce, int flow, const char *name);
392 int sun8i_ce_hwrng_register(struct sun8i_ce_dev *ce);
393 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.c177 int sun8i_ce_get_engine_number(struct sun8i_ce_dev *ce) in sun8i_ce_get_engine_number()
286 struct sun8i_ce_dev *ce = (struct sun8i_ce_dev *)data; in ce_irq_handler()
639 struct sun8i_ce_dev *ce __maybe_unused = seq->private; in sun8i_ce_debugfs_show()
786 struct sun8i_ce_dev *ce = dev_get_drvdata(dev); in sun8i_ce_pm_suspend()
797 struct sun8i_ce_dev *ce = dev_get_drvdata(dev); in sun8i_ce_pm_resume()
825 static int sun8i_ce_pm_init(struct sun8i_ce_dev *ce) in sun8i_ce_pm_init()
839 static void sun8i_ce_pm_exit(struct sun8i_ce_dev *ce) in sun8i_ce_pm_exit()
844 static int sun8i_ce_get_clks(struct sun8i_ce_dev *ce) in sun8i_ce_get_clks()
884 static int sun8i_ce_register_algs(struct sun8i_ce_dev *ce) in sun8i_ce_register_algs()
994 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()