/kernel/linux/linux-6.6/drivers/crypto/cavium/zip/ |
H A D | zip_main.c | 79 struct zip_device *zip = NULL; in zip_alloc_device() local 89 zip = devm_kzalloc(&pdev->dev, sizeof(*zip), GFP_KERNEL); in zip_alloc_device() 91 if (!zip) in zip_alloc_device() 94 zip_dev[idx] = zip; in zip_alloc_device() 95 zip->index = idx; in zip_alloc_device() 96 return zip; in zip_alloc_device() 125 static int zip_init_hw(struct zip_device *zip) in zip_init_hw() argument 139 cmd_ctl.u_reg64 = zip_reg_read(zip->reg_base + ZIP_CMD_CTL); in zip_init_hw() 141 zip_reg_write(cmd_ctl.u_reg64 & 0xFF, (zip in zip_init_hw() 243 zip_reset(struct zip_device *zip) zip_reset() argument 255 struct zip_device *zip = NULL; zip_probe() local 334 struct zip_device *zip = pci_get_drvdata(pdev); zip_remove() local 492 struct zip_device *zip; zip_stats_show() local [all...] |
H A D | zip_mem.c | 53 * @zip: Pointer to zip device structure 57 int zip_cmd_qbuf_alloc(struct zip_device *zip, int q) in zip_cmd_qbuf_alloc() argument 59 zip->iq[q].sw_head = (u64 *)__get_free_pages((GFP_KERNEL | GFP_DMA), in zip_cmd_qbuf_alloc() 62 if (!zip->iq[q].sw_head) in zip_cmd_qbuf_alloc() 65 memset(zip->iq[q].sw_head, 0, ZIP_CMD_QBUF_SIZE); in zip_cmd_qbuf_alloc() 67 zip_dbg("cmd_qbuf_alloc[%d] Success : %p\n", q, zip->iq[q].sw_head); in zip_cmd_qbuf_alloc() 73 * @zip: Pointer to zip device structure 76 void zip_cmd_qbuf_free(struct zip_device *zip, in argument [all...] |
H A D | zip_crypto.c | 128 struct zip_device *zip = NULL; in zip_compress() local 134 zip = zip_get_device(zip_get_node_id()); in zip_compress() 135 if (!zip) in zip_compress() 148 ret = zip_deflate(zip_ops, zip_state, zip); in zip_compress() 164 struct zip_device *zip = NULL; in zip_decompress() local 170 zip = zip_get_device(zip_get_node_id()); in zip_decompress() 171 if (!zip) in zip_decompress() 188 ret = zip_inflate(zip_ops, zip_state, zip); in zip_decompress()
|
H A D | zip_mem.h | 51 * @zip: Pointer to zip device structure 54 void zip_cmd_qbuf_free(struct zip_device *zip, int q); 58 * @zip: Pointer to zip device structure 62 int zip_cmd_qbuf_alloc(struct zip_device *zip, int q);
|
/kernel/linux/linux-5.10/drivers/crypto/cavium/zip/ |
H A D | zip_main.c | 74 struct zip_device *zip = NULL; in zip_alloc_device() local 84 zip = devm_kzalloc(&pdev->dev, sizeof(*zip), GFP_KERNEL); in zip_alloc_device() 86 if (!zip) in zip_alloc_device() 89 zip_dev[idx] = zip; in zip_alloc_device() 90 zip->index = idx; in zip_alloc_device() 91 return zip; in zip_alloc_device() 120 static int zip_init_hw(struct zip_device *zip) in zip_init_hw() argument 134 cmd_ctl.u_reg64 = zip_reg_read(zip->reg_base + ZIP_CMD_CTL); in zip_init_hw() 136 zip_reg_write(cmd_ctl.u_reg64 & 0xFF, (zip in zip_init_hw() 241 struct zip_device *zip = NULL; zip_probe() local 313 struct zip_device *zip = pci_get_drvdata(pdev); zip_remove() local 470 struct zip_device *zip; zip_stats_show() local [all...] |
H A D | zip_mem.c | 53 * @zip: Pointer to zip device structure 57 int zip_cmd_qbuf_alloc(struct zip_device *zip, int q) in zip_cmd_qbuf_alloc() argument 59 zip->iq[q].sw_head = (u64 *)__get_free_pages((GFP_KERNEL | GFP_DMA), in zip_cmd_qbuf_alloc() 62 if (!zip->iq[q].sw_head) in zip_cmd_qbuf_alloc() 65 memset(zip->iq[q].sw_head, 0, ZIP_CMD_QBUF_SIZE); in zip_cmd_qbuf_alloc() 67 zip_dbg("cmd_qbuf_alloc[%d] Success : %p\n", q, zip->iq[q].sw_head); in zip_cmd_qbuf_alloc() 73 * @zip: Pointer to zip device structure 76 void zip_cmd_qbuf_free(struct zip_device *zip, in argument [all...] |
H A D | zip_crypto.c | 128 struct zip_device *zip = NULL; in zip_compress() local 134 zip = zip_get_device(zip_get_node_id()); in zip_compress() 135 if (!zip) in zip_compress() 148 ret = zip_deflate(zip_ops, zip_state, zip); in zip_compress() 164 struct zip_device *zip = NULL; in zip_decompress() local 170 zip = zip_get_device(zip_get_node_id()); in zip_decompress() 171 if (!zip) in zip_decompress() 188 ret = zip_inflate(zip_ops, zip_state, zip); in zip_decompress()
|
H A D | zip_mem.h | 51 * @zip: Pointer to zip device structure 54 void zip_cmd_qbuf_free(struct zip_device *zip, int q); 58 * @zip: Pointer to zip device structure 62 int zip_cmd_qbuf_alloc(struct zip_device *zip, int q);
|
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/zip/ |
H A D | zip_main.c | 15 #include "zip.h" 548 struct hisi_zip *zip = container_of(qm, struct hisi_zip, qm); in hisi_zip_dfx_debug_init() local 549 struct hisi_zip_dfx *dfx = &zip->dfx; in hisi_zip_dfx_debug_init() 565 struct hisi_zip *zip = container_of(qm, struct hisi_zip, qm); in hisi_zip_ctrl_debug_init() local 569 spin_lock_init(&zip->ctrl->files[i].lock); in hisi_zip_ctrl_debug_init() 570 zip->ctrl->files[i].ctrl = zip->ctrl; in hisi_zip_ctrl_debug_init() 571 zip->ctrl->files[i].index = i; in hisi_zip_ctrl_debug_init() 575 zip->ctrl->files + i, in hisi_zip_ctrl_debug_init() 612 /* hisi_zip_debug_regs_clear() - clear the zip debu [all...] |
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/ |
H A D | Makefile | 7 obj-$(CONFIG_CRYPTO_DEV_HISI_ZIP) += zip/
|
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/ |
H A D | Makefile | 7 obj-$(CONFIG_CRYPTO_DEV_HISI_ZIP) += zip/
|
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/zip/ |
H A D | zip_main.c | 15 #include "zip.h" 108 /* zip comp high performance */ 413 * uacce_mode = 0 means zip only register to crypto, 414 * uacce_mode = 1 means zip both register to crypto and uacce. 848 struct hisi_zip *zip = container_of(qm, struct hisi_zip, qm); in hisi_zip_dfx_debug_init() local 849 struct hisi_zip_dfx *dfx = &zip->dfx; in hisi_zip_dfx_debug_init() 869 struct hisi_zip *zip = container_of(qm, struct hisi_zip, qm); in hisi_zip_ctrl_debug_init() local 873 spin_lock_init(&zip->ctrl->files[i].lock); in hisi_zip_ctrl_debug_init() 874 zip->ctrl->files[i].ctrl = zip in hisi_zip_ctrl_debug_init() [all...] |
/kernel/liteos_a/ |
H A D | Makefile | 86 ROOTFS_ZIP = $(OUT)/rootfs.zip 185 $(HIDE)cd $(ROOTFS_DIR)/.. && zip -r $(ROOTFS_ZIP) $(ROOTFS)
|
/kernel/liteos_a/testsuites/ |
H A D | Makefile | 69 ROOTFS_ZIP = $(OUT)/rootfs.zip
|
/kernel/linux/linux-5.10/scripts/ |
H A D | patch-kernel | 31 # gzip, bzip, bzip2, zip, compress, and plaintext. 124 elif [ -r ${filebase}.zip ]; then 125 ext=".zip" 126 name="zip"
|
/kernel/linux/linux-6.6/scripts/ |
H A D | patch-kernel | 31 # gzip, bzip, bzip2, zip, compress, and plaintext. 124 elif [ -r ${filebase}.zip ]; then 125 ext=".zip" 126 name="zip"
|
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/ |
H A D | cvmx-npi-defs.h | 2239 uint64_t zip:1; member 2255 uint64_t zip:1; 2308 uint64_t zip:1; member 2324 uint64_t zip:1; 2379 uint64_t zip:1; member 2395 uint64_t zip:1; 2446 uint64_t zip:1; member 2462 uint64_t zip:1;
|
H A D | cvmx-npei-defs.h | 3731 uint64_t zip:1; member 3747 uint64_t zip:1;
|
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/ |
H A D | cvmx-npi-defs.h | 2239 uint64_t zip:1; member 2255 uint64_t zip:1; 2308 uint64_t zip:1; member 2324 uint64_t zip:1; 2379 uint64_t zip:1; member 2395 uint64_t zip:1; 2446 uint64_t zip:1; member 2462 uint64_t zip:1;
|
/kernel/linux/linux-5.10/Documentation/sphinx/ |
H A D | automarkup.py | 135 for class_s, reftype_s in zip(class_str, reftype_str):
|
/kernel/linux/linux-5.10/drivers/staging/octeon/ |
H A D | octeon-stubs.h | 1030 uint64_t zip:1; member 1065 uint64_t zip:1; member 1100 uint64_t zip:1; member 1131 uint64_t zip:1; member
|
/kernel/linux/linux-6.6/drivers/staging/octeon/ |
H A D | octeon-stubs.h | 1030 uint64_t zip:1; member 1065 uint64_t zip:1; member 1100 uint64_t zip:1; member 1131 uint64_t zip:1; member
|
/kernel/linux/linux-6.6/tools/net/ynl/ |
H A D | ethtool.py | 45 return print_field(reply, *zip(reply.keys(), reply.keys()))
|
/kernel/linux/linux-6.6/tools/testing/selftests/hid/tests/ |
H A D | base.py | 188 data = [f"{d}\n\t ====> {h}" for d, h in zip(data, human_data)]
|
/kernel/linux/linux-6.6/rust/alloc/vec/ |
H A D | mod.rs | 2808 iter::zip(to_clone, spare)
|