| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
| H A D | skb_ctx.c | 22 .data_in = &pkt_v4, in test_skb_ctx()
|
| H A D | xdp_adjust_tail.c | 72 .data_in = &buf, in test_xdp_adjust_tail_grow2()
|
| H A D | kfree_skb.c | 55 .data_in = &pkt_v6, in test_kfree_skb()
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
| H A D | kfree_skb.c | 57 .data_in = &pkt_v6, in serial_test_kfree_skb()
|
| H A D | map_lock.c | 9 .data_in = &pkt_v4, in spin_lock_thread()
|
| H A D | queue_stack_map.c | 19 .data_in = &pkt_v4, in test_queue_stack_map_by_type()
|
| H A D | spin_lock.c | 117 .data_in = &pkt_v4, in spin_lock_thread()
|
| H A D | xdp_context_test_run.c | 35 .data_in = &data, in test_xdp_context_test_run()
|
| H A D | test_ldsx_insn.c | 99 .data_in = &pkt_v4, in test_ctx_member_narrow_sign_ext()
|
| H A D | trace_ext.c | 28 .data_in = &pkt_v4, in test_trace_ext()
|
| H A D | bpf_nf.c | 61 .data_in = &pkt_v4, in test_bpf_nf_ct()
|
| H A D | global_data.c | 138 .data_in = &pkt_v4, in test_global_data()
|
| H A D | xdp_bpf2bpf.c | 76 topts.data_in = buf_in; in run_xdp_bpf2bpf_pkt_size()
|
| H A D | fexit_bpf2bpf.c | 71 .data_in = &pkt_v6, in test_fexit_bpf2bpf_common() 238 .data_in = &pkt_v6, in test_second_attach()
|
| H A D | fib_lookup.c | 171 .data_in = &pkt_v6, in test_fib_lookup()
|
| H A D | map_kptr.c | 13 .data_in = &pkt_v4, in test_map_kptr_success()
|
| /kernel/linux/linux-5.10/arch/arm/plat-orion/ |
| H A D | gpio.c | 444 u32 out, io_conf, blink, in_pol, data_in, cause, edg_msk, lvl_msk; in orion_gpio_dbg_show() local 452 data_in = readl_relaxed(GPIO_DATA_IN(ochip)); in orion_gpio_dbg_show() 474 (data_in ^ in_pol) & msk ? "hi" : "lo", in orion_gpio_dbg_show()
|
| /kernel/linux/linux-6.6/arch/arm/plat-orion/ |
| H A D | gpio.c | 445 u32 out, io_conf, blink, in_pol, data_in, cause, edg_msk, lvl_msk; in orion_gpio_dbg_show() local 453 data_in = readl_relaxed(GPIO_DATA_IN(ochip)); in orion_gpio_dbg_show() 475 (data_in ^ in_pol) & msk ? "hi" : "lo", in orion_gpio_dbg_show()
|
| /kernel/linux/linux-5.10/drivers/i2c/busses/ |
| H A D | i2c-brcmstb.c | 82 u32 data_in[N_DATA_REGS]; /* tx data buffer*/ member 367 /* Write data into data_in register */ in brcmstb_i2c_xfer_bsc_data() 379 bsc_writel(dev, word, data_in[i]); in brcmstb_i2c_xfer_bsc_data() 414 bsc_writel(dev, *buf, data_in); in brcmstb_i2c_write_data_byte()
|
| /kernel/linux/linux-6.6/drivers/i2c/busses/ |
| H A D | i2c-brcmstb.c | 71 u32 data_in[N_DATA_REGS]; /* tx data buffer*/ member 356 /* Write data into data_in register */ in brcmstb_i2c_xfer_bsc_data() 368 bsc_writel(dev, word, data_in[i]); in brcmstb_i2c_xfer_bsc_data() 403 bsc_writel(dev, *buf, data_in); in brcmstb_i2c_write_data_byte()
|
| /kernel/linux/linux-5.10/tools/lib/bpf/ |
| H A D | bpf.c | 684 attr.test.data_in = ptr_to_u64(data); in bpf_prog_test_run() 709 attr.test.data_in = ptr_to_u64(test_attr->data_in); in bpf_prog_test_run_xattr() 747 attr.test.data_in = ptr_to_u64(OPTS_GET(opts, data_in, NULL)); in bpf_prog_test_run_opts()
|
| /kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/ |
| H A D | sym_fw.h | 44 SYM_GEN_A(s, data_in) SYM_GEN_A(s, data_in2) \
|
| /kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/ |
| H A D | sym_fw.h | 44 SYM_GEN_A(s, data_in) SYM_GEN_A(s, data_in2) \
|
| /kernel/linux/linux-6.6/tools/lib/bpf/ |
| H A D | bpf.h | 445 const void *data_in; member 614 const void *data_in; /* optional */ member
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | port.c | 37 int mlx5_access_reg(struct mlx5_core_dev *dev, void *data_in, int size_in, in mlx5_access_reg() argument 54 memcpy(data, data_in, size_in); in mlx5_access_reg() 77 int mlx5_core_access_reg(struct mlx5_core_dev *dev, void *data_in, in mlx5_core_access_reg() argument 81 return mlx5_access_reg(dev, data_in, size_in, data_out, size_out, in mlx5_core_access_reg()
|