Symbol: sun8i_ce_dev
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-cipher.c
139
struct sun8i_ce_dev *ce = op->ce;
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-cipher.c
315
struct sun8i_ce_dev *ce = op->ce;
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-cipher.c
355
struct sun8i_ce_dev *ce = ctx->ce;
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-cipher.c
467
struct sun8i_ce_dev *ce = op->ce;
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-core.c
1080
struct sun8i_ce_dev *ce = platform_get_drvdata(pdev);
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-core.c
183
int sun8i_ce_get_engine_number(struct sun8i_ce_dev *ce)
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-core.c
188
int sun8i_ce_run_task(struct sun8i_ce_dev *ce, int flow, const char *name)
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-core.c
287
struct sun8i_ce_dev *ce = (struct sun8i_ce_dev *)data;
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-core.c
640
struct sun8i_ce_dev *ce __maybe_unused = seq->private;
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-core.c
713
static void sun8i_ce_free_chanlist(struct sun8i_ce_dev *ce, int i)
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-core.c
728
static int sun8i_ce_allocate_chanlist(struct sun8i_ce_dev *ce)
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-core.c
775
struct sun8i_ce_dev *ce = dev_get_drvdata(dev);
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-core.c
786
struct sun8i_ce_dev *ce = dev_get_drvdata(dev);
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-core.c
814
static int sun8i_ce_pm_init(struct sun8i_ce_dev *ce)
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-core.c
832
static int sun8i_ce_get_clks(struct sun8i_ce_dev *ce)
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-core.c
872
static int sun8i_ce_register_algs(struct sun8i_ce_dev *ce)
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-core.c
953
static void sun8i_ce_unregister_algs(struct sun8i_ce_dev *ce)
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-core.c
982
struct sun8i_ce_dev *ce;
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-hash.c
244
struct sun8i_ce_dev *ce = ctx->ce;
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-hash.c
322
struct sun8i_ce_dev *ce;
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-hash.c
449
struct sun8i_ce_dev *ce = ctx->ce;
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-hash.c
463
struct sun8i_ce_dev *ce = ctx->ce;
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-prng.c
61
struct sun8i_ce_dev *ce;
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-trng.c
100
int sun8i_ce_hwrng_register(struct sun8i_ce_dev *ce)
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-trng.c
117
void sun8i_ce_hwrng_unregister(struct sun8i_ce_dev *ce)
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-trng.c
25
struct sun8i_ce_dev *ce;
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-trng.c
35
ce = container_of(rng, struct sun8i_ce_dev, trng);
drivers/crypto/allwinner/sun8i-ce/sun8i-ce.h
244
static inline u32 desc_addr_val(struct sun8i_ce_dev *dev, dma_addr_t addr)
drivers/crypto/allwinner/sun8i-ce/sun8i-ce.h
252
static inline __le32 desc_addr_val_le32(struct sun8i_ce_dev *dev,
drivers/crypto/allwinner/sun8i-ce/sun8i-ce.h
292
struct sun8i_ce_dev *ce;
drivers/crypto/allwinner/sun8i-ce/sun8i-ce.h
302
struct sun8i_ce_dev *ce;
drivers/crypto/allwinner/sun8i-ce/sun8i-ce.h
356
struct sun8i_ce_dev *ce;
drivers/crypto/allwinner/sun8i-ce/sun8i-ce.h
386
int sun8i_ce_get_engine_number(struct sun8i_ce_dev *ce);
drivers/crypto/allwinner/sun8i-ce/sun8i-ce.h
388
int sun8i_ce_run_task(struct sun8i_ce_dev *ce, int flow, const char *name);
drivers/crypto/allwinner/sun8i-ce/sun8i-ce.h
407
int sun8i_ce_hwrng_register(struct sun8i_ce_dev *ce);
drivers/crypto/allwinner/sun8i-ce/sun8i-ce.h
408
void sun8i_ce_hwrng_unregister(struct sun8i_ce_dev *ce);