| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
| H A D | local_kptr_stash.c | 12 .data_in = &pkt_v4, in test_local_kptr_stash_simple() 33 .data_in = &pkt_v4, in test_local_kptr_stash_plain() 54 .data_in = &pkt_v4, in test_local_kptr_stash_unstash()
|
| H A D | pkt_access.c | 11 .data_in = &pkt_v4, in test_pkt_access() 24 topts.data_in = &pkt_v6; in test_pkt_access()
|
| H A D | xdp_adjust_frags.c | 36 topts.data_in = buf; in test_xdp_update_frags() 61 topts.data_in = buf; in test_xdp_update_frags() 129 topts.data_in = buf; in test_xdp_update_frags()
|
| H A D | ksyms_module.c | 14 .data_in = &pkt_v4, in test_ksyms_module_lskel() 41 .data_in = &pkt_v4, in test_ksyms_module_libbpf()
|
| H A D | tailcalls.c | 18 .data_in = buff, in test_tailcall_1() 154 .data_in = buff, in test_tailcall_2() 229 .data_in = buff, in test_tailcall_count() 327 .data_in = buff, in test_tailcall_4() 417 .data_in = buff, in test_tailcall_5() 505 .data_in = &pkt_v4, in test_tailcall_bpf2bpf_1() 589 .data_in = buff, in test_tailcall_bpf2bpf_2() 669 .data_in = &pkt_v4, in test_tailcall_bpf2bpf_3() 764 .data_in = &pkt_v4, in test_tailcall_bpf2bpf_4() 844 .data_in in test_tailcall_bpf2bpf_6() [all...] |
| H A D | parse_tcp_hdr_opt.c | 35 .data_in = &pkt, in test_parse_opt() 65 .data_in = &pkt, in test_parse_opt_dynptr()
|
| H A D | xdp.c | 18 .data_in = &pkt_v4, in test_xdp() 42 topts.data_in = &pkt_v6; in test_xdp()
|
| H A D | kfunc_call.c | 108 topts.data_in = &pkt_v4; in verify_success() 174 topts.data_in = &pkt_v4; in verify_fail() 237 .data_in = &pkt_v4, in test_subprog() 261 .data_in = &pkt_v4, in test_subprog_lskel()
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/compat/ |
| H A D | drv_klad.c | 77 hi_void hal_cipher_set_klad_data(const hi_u32 *data_in, hi_u32 data_len_in_word) in hal_cipher_set_klad_data() argument 83 (hi_void)hal_cipher_write_reg(KLAD_REG_DAT_IN + i * WORD_WIDTH, data_in[i]); in hal_cipher_set_klad_data() 196 hi_cipher_ca_type root_key, hi_cipher_klad_target target, const hi_u8 *data_in, hi_u32 key_len) in drv_cipher_klad_load_key() 204 hi_log_chk_param_return(data_in == HI_NULL); in drv_cipher_klad_load_key() 216 if (memcpy_s(key, sizeof(key), data_in + i * AES_BLOCK_SIZE, AES_BLOCK_SIZE) != EOK) { in drv_cipher_klad_load_key() 195 drv_cipher_klad_load_key(hi_u32 chn_id, hi_cipher_ca_type root_key, hi_cipher_klad_target target, const hi_u8 *data_in, hi_u32 key_len) drv_cipher_klad_load_key() argument
|
| H A D | drv_klad.h | 51 hi_void hal_cipher_set_klad_data(const hi_u32 *data_in, hi_u32 data_len_in_word); 59 hi_cipher_ca_type root_key, hi_cipher_klad_target target, const hi_u8 *data_in, hi_u32 key_len);
|
| /third_party/astc-encoder/Utils/ |
| H A D | astc_blend_test.cpp | 124 const uint8_t* data_in = stbi_load(src_file, &dim_x, &dim_y, nullptr, 4); in main() local 125 if (!data_in) in main() 144 const uint8_t* row_in = data_in + (4 * dim_x * y); in main() 213 const uint8_t* row_in_0 = data_in + (4 * dim_x * y); in main() 214 const uint8_t* row_in_1 = data_in + (4 * dim_x * (y + 1)); in main()
|
| /kernel/linux/linux-5.10/fs/btrfs/ |
| H A D | compression.h | 87 int btrfs_decompress(int type, unsigned char *data_in, struct page *dest_page, 151 int zlib_decompress(struct list_head *ws, unsigned char *data_in, 162 int lzo_decompress(struct list_head *ws, unsigned char *data_in, 172 int zstd_decompress(struct list_head *ws, unsigned char *data_in,
|
| /kernel/linux/linux-6.6/fs/btrfs/ |
| H A D | compression.h | 85 int btrfs_decompress(int type, const u8 *data_in, struct page *dest_page, 145 int zlib_decompress(struct list_head *ws, const u8 *data_in, 156 int lzo_decompress(struct list_head *ws, const u8 *data_in, 166 int zstd_decompress(struct list_head *ws, const u8 *data_in,
|
| /kernel/linux/linux-5.10/drivers/input/joystick/iforce/ |
| H A D | iforce-serio.c | 21 u8 data_in[IFORCE_MAX_LENGTH]; member 158 iforce_serio->data_in[iforce_serio->idx++] = data; in iforce_serio_irq() 168 iforce_serio->data_in, IFORCE_MAX_LENGTH); in iforce_serio_irq() 175 iforce_serio->data_in, in iforce_serio_irq()
|
| H A D | iforce-usb.c | 19 u8 data_in[IFORCE_MAX_LENGTH] ____cacheline_aligned; 162 iforce_process_packet(iforce, iforce_usb->data_in[0], in iforce_usb_irq() 163 iforce_usb->data_in + 1, urb->actual_length - 1); in iforce_usb_irq() 230 iforce_usb->data_in, sizeof(iforce_usb->data_in), in iforce_usb_probe()
|
| /kernel/linux/linux-6.6/drivers/input/joystick/iforce/ |
| H A D | iforce-serio.c | 21 u8 data_in[IFORCE_MAX_LENGTH]; member 158 iforce_serio->data_in[iforce_serio->idx++] = data; in iforce_serio_irq() 168 iforce_serio->data_in, IFORCE_MAX_LENGTH); in iforce_serio_irq() 175 iforce_serio->data_in, in iforce_serio_irq()
|
| H A D | iforce-usb.c | 19 u8 data_in[IFORCE_MAX_LENGTH] ____cacheline_aligned; 162 iforce_process_packet(iforce, iforce_usb->data_in[0], in iforce_usb_irq() 163 iforce_usb->data_in + 1, urb->actual_length - 1); in iforce_usb_irq() 230 iforce_usb->data_in, sizeof(iforce_usb->data_in), in iforce_usb_probe()
|
| /kernel/linux/linux-6.6/drivers/char/ipmi/ |
| H A D | kcs_bmc_cdev_ipmi.c | 82 u8 *data_in; member 154 priv->data_in[priv->data_in_idx++] = kcs_bmc_read_data(dev); in kcs_bmc_ipmi_handle_data() 164 priv->data_in[priv->data_in_idx++] = kcs_bmc_read_data(dev); in kcs_bmc_ipmi_handle_data() 338 memcpy(priv->kbuffer, priv->data_in, data_len); in kcs_bmc_ipmi_read() 488 priv->data_in = devm_kmalloc(kcs_bmc->dev, KCS_MSG_BUFSIZ, GFP_KERNEL); in kcs_bmc_ipmi_add_device() 495 if (!priv->data_in || !priv->data_out || !priv->kbuffer || !priv->miscdev.name) in kcs_bmc_ipmi_add_device() 536 devm_kfree(kcs_bmc->dev, priv->data_in); in kcs_bmc_ipmi_remove_device()
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/extend/ |
| H A D | ext_sm4.c | 95 static hi_u32 mix_r(const hi_u32 data_in, const hi_s32 type) in mix_r() argument 105 sbox_r = ((data_in << (j * BYTE_BITS)) >> 28); /* soft sm4 alg: right shift 28 bits. */ in mix_r() 106 sbox_c = ((data_in << (j * BYTE_BITS + BYTE_4BIT)) >> 28); /* soft sm4 alg: right shift 28 bits. */ in mix_r() 313 static hi_u32 sm4_ecb_rm(const hi_u8 *data_in, in sm4_ecb_rm() argument 321 sm4_ecb_crypt(data_in, data_out, SM4_BLOCK_SIZE, &ctx, decrypt); in sm4_ecb_rm() 323 data_in = data_in + SM4_BLOCK_SIZE; in sm4_ecb_rm() 331 static hi_u32 sm4_cbc_rm(const hi_u8 *data_in, hi_u8 *data_out, hi_s32 data_len, in sm4_cbc_rm() argument 342 sm4_cbc_crypt(data_in, data_out, valid_data_len, &ctx, iv, decrypt); in sm4_cbc_rm() 348 static hi_u32 sm4_ctr_rm(const hi_u8 *data_in, hi_u argument [all...] |
| /kernel/linux/linux-5.10/fs/jffs2/ |
| H A D | compr.h | 53 int (*compress)(unsigned char *data_in, unsigned char *cpage_out, 74 unsigned char *data_in, unsigned char **cpage_out,
|
| /kernel/linux/linux-6.6/fs/jffs2/ |
| H A D | compr.h | 53 int (*compress)(unsigned char *data_in, unsigned char *cpage_out, 74 unsigned char *data_in, unsigned char **cpage_out,
|
| /kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
| H A D | ams-delta.c | 43 bool data_in; member 80 priv->data_in = false; in gpio_nand_dir_output() 109 priv->data_in = true; in gpio_nand_dir_input() 116 if (len > 0 && priv->data_in) in gpio_nand_write_buf() 127 if (priv->data_gpiods && !priv->data_in) in gpio_nand_read_buf() 339 priv->data_in = true; in gpio_nand_probe()
|
| /kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
| H A D | ams-delta.c | 43 bool data_in; member 80 priv->data_in = false; in gpio_nand_dir_output() 109 priv->data_in = true; in gpio_nand_dir_input() 116 if (len > 0 && priv->data_in) in gpio_nand_write_buf() 127 if (priv->data_gpiods && !priv->data_in) in gpio_nand_read_buf() 339 priv->data_in = true; in gpio_nand_probe()
|
| /kernel/linux/linux-5.10/net/bpf/ |
| H A D | test_run.c | 181 void __user *data_in = u64_to_user_ptr(kattr->test.data_in); in bpf_test_init() local 196 if (copy_from_user(data + headroom, data_in, user_size)) { in bpf_test_init() 274 /* doesn't support data_in/out, ctx_out, duration, or repeat */ in bpf_prog_test_run_raw_tp() 275 if (kattr->test.data_in || kattr->test.data_out || in bpf_prog_test_run_raw_tp() 329 void __user *data_in = u64_to_user_ptr(kattr->test.ctx_in); in bpf_ctx_init() local 335 if (!data_in && !data_out) in bpf_ctx_init() 342 if (data_in) { in bpf_ctx_init() 343 err = bpf_check_uarg_tail_zero(data_in, max_size, size); in bpf_ctx_init() 350 if (copy_from_user(data, data_in, siz in bpf_ctx_init() [all...] |
| /kernel/linux/linux-6.6/drivers/hwmon/ |
| H A D | sbrmi.c | 72 u32 data_in; member 124 byte = (msg->data_in >> i * 8) & 0xff; in rmi_mailbox_xfer() 242 msg.data_in = val; in sbrmi_write()
|