Symbol: hpre
drivers/crypto/hisilicon/hpre/hpre_crypto.c
113
struct hpre *hpre;
drivers/crypto/hisilicon/hpre/hpre_crypto.c
1427
struct hpre_dfx *dfx = ctx->hpre->debug.dfx;
drivers/crypto/hisilicon/hpre/hpre_crypto.c
156
struct hpre_dfx *dfx = ctx->hpre->debug.dfx;
drivers/crypto/hisilicon/hpre/hpre_crypto.c
328
struct hpre_dfx *dfx = ctx->hpre->debug.dfx;
drivers/crypto/hisilicon/hpre/hpre_crypto.c
349
struct hpre_dfx *dfx = ctx->hpre->debug.dfx;
drivers/crypto/hisilicon/hpre/hpre_crypto.c
385
struct hpre *hpre;
drivers/crypto/hisilicon/hpre/hpre_crypto.c
396
hpre = container_of(ctx->qp->qm, struct hpre, qm);
drivers/crypto/hisilicon/hpre/hpre_crypto.c
397
ctx->hpre = hpre;
drivers/crypto/hisilicon/hpre/hpre_crypto.c
455
struct hpre_dfx *dfx = ctx->hpre->debug.dfx;
drivers/crypto/hisilicon/hpre/hpre_main.c
1021
struct hpre *hpre = container_of(qm, struct hpre, qm);
drivers/crypto/hisilicon/hpre/hpre_main.c
1022
struct hpre_debug *dbg = &hpre->debug;
drivers/crypto/hisilicon/hpre/hpre_main.c
1141
struct hpre *hpre = container_of(qm, struct hpre, qm);
drivers/crypto/hisilicon/hpre/hpre_main.c
1142
struct hpre_dfx *dfx = hpre->debug.dfx;
drivers/crypto/hisilicon/hpre/hpre_main.c
1529
static int hpre_pf_probe_init(struct hpre *hpre)
drivers/crypto/hisilicon/hpre/hpre_main.c
1531
struct hisi_qm *qm = &hpre->qm;
drivers/crypto/hisilicon/hpre/hpre_main.c
1546
static int hpre_probe_init(struct hpre *hpre)
drivers/crypto/hisilicon/hpre/hpre_main.c
1549
struct hisi_qm *qm = &hpre->qm;
drivers/crypto/hisilicon/hpre/hpre_main.c
1553
ret = hpre_pf_probe_init(hpre);
drivers/crypto/hisilicon/hpre/hpre_main.c
1581
struct hpre *hpre;
drivers/crypto/hisilicon/hpre/hpre_main.c
1584
hpre = devm_kzalloc(&pdev->dev, sizeof(*hpre), GFP_KERNEL);
drivers/crypto/hisilicon/hpre/hpre_main.c
1585
if (!hpre)
drivers/crypto/hisilicon/hpre/hpre_main.c
1588
qm = &hpre->qm;
drivers/crypto/hisilicon/hpre/hpre_main.c
1595
ret = hpre_probe_init(hpre);
drivers/crypto/hisilicon/hpre/hpre_main.c
847
struct hpre *hpre = container_of(file->debug, struct hpre, debug);
drivers/crypto/hisilicon/hpre/hpre_main.c
849
return &hpre->qm;