Home
last modified time | relevance | path

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

/drivers/crypto/allwinner/sun8i-ce/
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()
289 struct sun8i_ce_dev *ce;
299 struct sun8i_ce_dev *ce;
339 struct sun8i_ce_dev *ce;
369 int sun8i_ce_get_engine_number(struct sun8i_ce_dev *ce);
371 int sun8i_ce_run_task(struct sun8i_ce_dev *ce, int flow, const char *name);
390 int sun8i_ce_hwrng_register(struct sun8i_ce_dev *ce);
391 void sun8i_ce_hwrng_unregister(struct sun8i_ce_dev *ce);
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()
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()
843 static int sun8i_ce_get_clks(struct sun8i_ce_dev *ce) in sun8i_ce_get_clks()
883 static int sun8i_ce_register_algs(struct sun8i_ce_dev *ce) in sun8i_ce_register_algs()
964 static void sun8i_ce_unregister_algs(struct sun8i_ce_dev *ce) in sun8i_ce_unregister_algs()
993 struct sun8i_ce_dev *ce; in sun8i_ce_probe()
[all …]
A Dsun8i-ce-cipher.c139 struct sun8i_ce_dev *ce = op->ce; in sun8i_ce_cipher_prepare()
324 struct sun8i_ce_dev *ce = op->ce; in sun8i_ce_cipher_unprepare()
369 struct sun8i_ce_dev *ce = op->ce; in sun8i_ce_cipher_run()
482 struct sun8i_ce_dev *ce = op->ce; in sun8i_ce_aes_setkey()
A Dsun8i-ce-prng.c61 struct sun8i_ce_dev *ce; in sun8i_ce_prng_generate()
A Dsun8i-ce-hash.c244 struct sun8i_ce_dev *ce; in sun8i_ce_hash_digest()
326 struct sun8i_ce_dev *ce; in sun8i_ce_hash_run()

Completed in 17 milliseconds