Searched refs:hisi_zip (Results 1 – 4 of 4) sorted by relevance
198 struct hisi_zip *hisi_zip; member654 struct hisi_zip *hisi_zip = file->ctrl->hisi_zip; in file_to_qm() local877 struct hisi_zip *zip = container_of(qm, struct hisi_zip, qm); in hisi_zip_dfx_debug_init()901 struct hisi_zip *zip = container_of(qm, struct hisi_zip, qm); in hisi_zip_ctrl_debug_init()1237 static int hisi_zip_pf_probe_init(struct hisi_zip *hisi_zip) in hisi_zip_pf_probe_init() argument1248 ctrl->hisi_zip = hisi_zip; in hisi_zip_pf_probe_init()1361 static int hisi_zip_probe_init(struct hisi_zip *hisi_zip) in hisi_zip_probe_init() argument1396 struct hisi_zip *hisi_zip; in hisi_zip_probe() local1400 hisi_zip = devm_kzalloc(&pdev->dev, sizeof(*hisi_zip), GFP_KERNEL); in hisi_zip_probe()1401 if (!hisi_zip) in hisi_zip_probe()[all …]
1 obj-$(CONFIG_CRYPTO_DEV_HISI_ZIP) += hisi_zip.o2 hisi_zip-objs = zip_main.o zip_crypto.o dae_main.o
65 struct hisi_zip *zip_dev;405 struct hisi_zip *hisi_zip; in hisi_zip_ctx_init() local414 hisi_zip = container_of(qps[0]->qm, struct hisi_zip, qm); in hisi_zip_ctx_init()429 qp_ctx->zip_dev = hisi_zip; in hisi_zip_ctx_init()
26 struct hisi_zip { struct
Completed in 14 milliseconds