Searched refs:hisi_zip_alg_support (Results 1 – 3 of 3) sorted by relevance
87 bool hisi_zip_alg_support(struct hisi_qm *qm, u32 alg);
766 if (!hisi_zip_alg_support(qm, HZIP_ALG_ZLIB)) in hisi_zip_register_zlib()778 if (!hisi_zip_alg_support(qm, HZIP_ALG_ZLIB)) in hisi_zip_unregister_zlib()802 if (!hisi_zip_alg_support(qm, HZIP_ALG_GZIP)) in hisi_zip_register_gzip()814 if (!hisi_zip_alg_support(qm, HZIP_ALG_GZIP)) in hisi_zip_unregister_gzip()
461 bool hisi_zip_alg_support(struct hisi_qm *qm, u32 alg) in hisi_zip_alg_support() function