Searched refs:data_out (Results 1 - 25 of 57) sorted by last modified time

123

/linux-master/kernel/bpf/
H A Dsyscall.c5817 if (attr->test.data_in || attr->test.data_out ||
/linux-master/drivers/scsi/mpt3sas/
H A Dmpt3sas_ctl.c674 void *data_out = NULL; local
757 data_out = dma_alloc_coherent(&ioc->pdev->dev, data_out_sz,
759 if (!data_out) {
766 if (copy_from_user(data_out, karg.data_out_buf_ptr,
916 if (unlikely(data_out == NULL)) {
923 data = data_out;
1148 if (data_out)
1149 dma_free_coherent(&ioc->pdev->dev, data_out_sz, data_out,
H A Dmpt3sas_transport.c364 void *data_out = NULL; local
401 data_out = dma_alloc_coherent(&ioc->pdev->dev, data_out_sz + data_in_sz,
403 if (!data_out) {
413 manufacture_request = data_out;
460 manufacture_reply = data_out + sizeof(struct rep_manu_request);
486 if (data_out)
488 data_out, data_out_dma);
1281 void *data_out = NULL; local
1315 data_out = dma_alloc_coherent(&ioc->pdev->dev, sz, &data_out_dma,
1317 if (!data_out) {
1572 void *data_out = NULL; local
[all...]
/linux-master/drivers/hwmon/
H A Dsbrmi.c73 u32 data_out; member in struct:sbrmi_mailbox_msg
175 msg->data_out |= ret << i * 8;
212 msg.data_out = data->pwr_limit_max;
221 *val = (long)msg.data_out * 1000;
295 data->pwr_limit_max = msg.data_out;
/linux-master/drivers/gpio/
H A Dgpio-nomadik.c402 bool data_out; local
422 data_out = !!(readl(nmk_chip->addr + NMK_GPIO_DAT) & BIT(offset));
433 data_out ? "hi" : "lo",
/linux-master/tools/testing/selftests/bpf/
H A Dtest_verifier.c1271 .data_out = tmp,
H A Dtest_loader.c512 .data_out = tmp_out,
/linux-master/tools/lib/bpf/
H A Dbpf.h467 void *data_out; /* optional */ member in struct:bpf_prog_test_run_attr
468 __u32 data_size_out; /* in: max length of data_out
469 * out: length of data_out */
647 void *data_out; /* optional */ member in struct:bpf_test_run_opts
649 __u32 data_size_out; /* in: max length of data_out
650 * out: length of data_out
H A Dbpf.c999 attr.test.data_out = ptr_to_u64(OPTS_GET(opts, data_out, NULL));
/linux-master/tools/include/uapi/linux/
H A Dbpf.h360 * *ctx_out*, *data_out* (for example, packet data), result of the
364 * parameters *ctx_in*, *ctx_out*, *data_in*, and *data_out* must
373 * *data_in* and *data_out* must be NULL.
378 * *ctx_out*, *data_in* and *data_out* must be NULL.
1603 __u32 data_size_out; /* input/output: len of data_out
1604 * returns ENOSPC if data_out
1608 __aligned_u64 data_out; member in struct:bpf_attr::__anon3140
/linux-master/tools/bpf/bpftool/
H A Dprog.c1273 void *data_in = NULL, *data_out = NULL; local
1287 if (detect_common_prefix(*argv, "data_in", "data_out",
1302 } else if (is_prefix(*argv, "data_out")) {
1365 p_err("expected no more arguments, 'data_in', 'data_out', 'data_size_out', 'ctx_in', 'ctx_out', 'ctx_size_out' or 'repeat', got: '%s'?",
1378 err = alloc_run_data(&data_out, test_attr.data_size_out);
1397 test_attr.data_out = data_out;
1416 err += print_run_output(test_attr.data_out,
1418 data_fname_out, "data_out");
1439 free(data_out);
[all...]
/linux-master/net/bpf/
H A Dtest_run.c442 void __user *data_out = u64_to_user_ptr(kattr->test.data_out); local
455 if (data_out) {
463 if (copy_to_user(data_out, data, len))
481 if (copy_to_user(data_out + offset,
739 if (kattr->test.data_in || kattr->test.data_out ||
789 void __user *data_out = u64_to_user_ptr(kattr->test.ctx_out); local
794 if (!data_in && !data_out)
821 void __user *data_out = u64_to_user_ptr(kattr->test.ctx_out); local
825 if (!data || !data_out)
[all...]
/linux-master/include/uapi/linux/
H A Dbpf.h360 * *ctx_out*, *data_out* (for example, packet data), result of the
364 * parameters *ctx_in*, *ctx_out*, *data_in*, and *data_out* must
373 * *data_in* and *data_out* must be NULL.
378 * *ctx_out*, *data_in* and *data_out* must be NULL.
1603 __u32 data_size_out; /* input/output: len of data_out
1604 * returns ENOSPC if data_out
1608 __aligned_u64 data_out; member in struct:bpf_attr::__anon2599
/linux-master/include/linux/mlx5/
H A Ddriver.h1080 void *data_out, int size_out, u16 reg_id, int arg,
1083 int size_in, void *data_out, int size_out,
/linux-master/drivers/net/ethernet/intel/
H A De100.c918 u32 data_out = 0; local
944 if ((data_out = ioread32(&nic->csr->mdi_ctrl)) & mdi_ready)
949 "%s:addr=%d, reg=%d, data_in=0x%04X, data_out=0x%04X\n",
951 addr, reg, data, data_out);
952 return (u16)data_out;
/linux-master/drivers/scsi/mpi3mr/
H A Dmpi3mr_transport.c136 void *data_out = NULL; local
154 data_out = dma_alloc_coherent(&mrioc->pdev->dev,
156 if (!data_out) {
162 manufacture_reply = data_out + data_out_sz;
164 manufacture_request = data_out;
230 if (data_out)
232 data_out, data_out_dma);
2527 void *data_out = NULL; local
2543 data_out = dma_alloc_coherent(&mrioc->pdev->dev, sz, &data_out_dma,
2545 if (!data_out) {
2783 void *data_out = NULL; local
[all...]
H A Dmpi3mr_fw.c33 __u64 data_out = b; local
35 writel((u32)(data_out), addr);
36 writel((u32)(data_out >> 32), (addr + 4));
/linux-master/sound/soc/codecs/
H A Dwm0010.c332 static void byte_swap_64(u64 *data_in, u64 *data_out, u32 len) argument
337 data_out[i] = cpu_to_be64(le64_to_cpu(data_in[i]));
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dport.c38 void *data_out, int size_out, u16 reg_id, int arg,
68 memcpy(data_out, data, size_out);
78 int size_in, void *data_out, int size_out,
81 return mlx5_access_reg(dev, data_in, size_in, data_out, size_out,
37 mlx5_access_reg(struct mlx5_core_dev *dev, void *data_in, int size_in, void *data_out, int size_out, u16 reg_id, int arg, int write, bool verbose) argument
77 mlx5_core_access_reg(struct mlx5_core_dev *dev, void *data_in, int size_in, void *data_out, int size_out, u16 reg_id, int arg, int write) argument
/linux-master/drivers/i2c/busses/
H A Di2c-brcmstb.c75 u32 data_out[N_DATA_REGS]; /* rx data buffer */ member in struct:bsc_regs
381 /* Read data from data_out register */
384 u32 data = bsc_readl(dev, data_out[i]);
/linux-master/drivers/mtd/nand/raw/
H A Domap2.c180 void (*data_out)(struct nand_chip *chip, member in struct:omap_nand_info
1402 info->data_out(chip, buf + (eccpg * info->eccpg_size),
1421 info->data_out(chip, chip->oob_poi, mtd->oobsize, false);
1466 info->data_out(chip, buf + (eccpg * info->eccpg_size),
1500 info->data_out(chip, chip->oob_poi, mtd->oobsize, false);
1844 info->data_out = omap_nand_data_out_pref;
1878 info->data_out = omap_nand_data_out_dma_pref;
1910 info->data_out = omap_nand_data_out_irq_pref;
2132 info->data_out(chip, instr->ctx.data.buf.out,
2249 info->data_out
[all...]
/linux-master/drivers/comedi/drivers/
H A Dni_mio_common.c3779 unsigned char data_out,
3787 devpriv->dio_output |= NISTC_DIO_OUT_SERIAL(data_out);
3830 unsigned char data_out,
3846 if (data_out & mask)
3777 ni_serial_hw_readwrite8(struct comedi_device *dev, struct comedi_subdevice *s, unsigned char data_out, unsigned char *data_in) argument
3828 ni_serial_sw_readwrite8(struct comedi_device *dev, struct comedi_subdevice *s, unsigned char data_out, unsigned char *data_in) argument
/linux-master/drivers/message/fusion/
H A Dmptsas.c2871 void *data_out = NULL; local
2899 data_out = dma_alloc_coherent(&ioc->pcidev->dev, sz, &data_out_dma,
2901 if (!data_out) {
2908 manufacture_request = data_out;
2966 manufacture_reply = data_out + sizeof(struct rep_manu_request);
2991 dma_free_coherent(&ioc->pcidev->dev, sz, data_out,
/linux-master/drivers/infiniband/hw/hfi1/
H A Dchip.c9124 static int read_idle_message(struct hfi1_devdata *dd, u64 type, u64 *data_out) argument
9128 ret = do_8051_command(dd, HCMD_READ_LCB_IDLE_MSG, type, data_out);
9134 dd_dev_info(dd, "%s: read idle message 0x%llx\n", __func__, *data_out);
9136 *data_out >>= IDLE_PAYLOAD_SHIFT;
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dqueue_stack_map.c21 .data_out = buf,

Completed in 609 milliseconds

123