Symbol: data_buf
arch/arm64/kvm/mmio.c
162
u8 data_buf[8];
arch/arm64/kvm/mmio.c
228
kvm_mmio_write_buf(data_buf, len, data);
arch/arm64/kvm/mmio.c
231
data_buf);
arch/arm64/kvm/mmio.c
237
data_buf);
arch/arm64/kvm/mmio.c
249
memcpy(run->mmio.data, data_buf, len);
arch/arm64/kvm/mmio.c
256
memcpy(run->mmio.data, data_buf, len);
arch/powerpc/include/asm/smu.h
398
void *data_buf; /* data buffer */
arch/powerpc/platforms/pseries/dlpar.c
144
char *data_buf;
arch/powerpc/platforms/pseries/dlpar.c
153
data_buf = rtas_work_area_raw_buf(work_area);
arch/powerpc/platforms/pseries/dlpar.c
155
ccwa = (struct cc_workarea *)&data_buf[0];
arch/riscv/kvm/vcpu_insn.c
377
u8 data_buf[8];
arch/riscv/kvm/vcpu_insn.c
469
if (!kvm_io_bus_read(vcpu, KVM_MMIO_BUS, fault_addr, len, data_buf)) {
arch/riscv/kvm/vcpu_insn.c
471
memcpy(run->mmio.data, data_buf, len);
drivers/ata/libata-eh.c
2689
char data_buf[20] = "";
drivers/ata/libata-eh.c
2733
snprintf(data_buf, sizeof(data_buf), " %s %u %s",
drivers/ata/libata-eh.c
2760
cmd->device, qc->tag, data_buf, cdb_buf,
drivers/bluetooth/btintel_pcie.c
1568
struct data_buf *buf;
drivers/bluetooth/btintel_pcie.c
1846
struct data_buf *buf;
drivers/bluetooth/btintel_pcie.c
1890
struct data_buf *buf;
drivers/bluetooth/btintel_pcie.c
196
struct data_buf *buf;
drivers/bluetooth/btintel_pcie.c
283
struct data_buf *buf;
drivers/bluetooth/btintel_pcie.c
484
struct data_buf *buf;
drivers/bluetooth/btintel_pcie.h
389
struct data_buf *bufs;
drivers/bluetooth/btintel_pcie.h
409
struct data_buf *bufs;
drivers/bluetooth/btintel_pcie.h
425
struct data_buf *bufs;
drivers/char/hw_random/cctrng.c
484
drvdata->circ.buf = (char *)drvdata->data_buf;
drivers/char/hw_random/cctrng.c
63
u32 data_buf[CCTRNG_DATA_BUF_WORDS];
drivers/crypto/hisilicon/sec2/sec.h
56
struct sec_src_dst_buf data_buf;
drivers/crypto/hisilicon/sec2/sec_crypto.c
1114
struct sec_hw_sgl *src_in = &req->buf.data_buf.in;
drivers/crypto/hisilicon/sec2/sec_crypto.c
1115
struct sec_hw_sgl *dst_out = &req->buf.data_buf.out;
drivers/firmware/google/gsmi.c
1056
gsmi_buf_free(gsmi_dev.data_buf);
drivers/firmware/google/gsmi.c
1082
gsmi_buf_free(gsmi_dev.data_buf);
drivers/firmware/google/gsmi.c
317
.data_ptr = gsmi_dev.data_buf->address,
drivers/firmware/google/gsmi.c
338
memset(gsmi_dev.data_buf->start, 0, gsmi_dev.data_buf->length);
drivers/firmware/google/gsmi.c
357
gsmi_dev.data_buf->length);
drivers/firmware/google/gsmi.c
361
memcpy(data, gsmi_dev.data_buf->start, *data_size);
drivers/firmware/google/gsmi.c
440
.data_ptr = gsmi_dev.data_buf->address,
drivers/firmware/google/gsmi.c
464
memset(gsmi_dev.data_buf->start, 0, gsmi_dev.data_buf->length);
drivers/firmware/google/gsmi.c
465
memcpy(gsmi_dev.data_buf->start, data, data_size);
drivers/firmware/google/gsmi.c
495
.data_ptr = gsmi_dev.data_buf->address,
drivers/firmware/google/gsmi.c
507
if ((count - sizeof(u32)) > gsmi_dev.data_buf->length)
drivers/firmware/google/gsmi.c
514
memset(gsmi_dev.data_buf->start, 0, gsmi_dev.data_buf->length);
drivers/firmware/google/gsmi.c
515
memcpy(gsmi_dev.data_buf->start, buf, param.data_len);
drivers/firmware/google/gsmi.c
638
memset(gsmi_dev.data_buf->start, 0, gsmi_dev.data_buf->length);
drivers/firmware/google/gsmi.c
639
memcpy(gsmi_dev.data_buf->start, &entry, sizeof(entry));
drivers/firmware/google/gsmi.c
642
param.data_ptr = gsmi_dev.data_buf->address;
drivers/firmware/google/gsmi.c
94
struct gsmi_buf *data_buf; /* generic data buffer */
drivers/firmware/google/gsmi.c
955
gsmi_dev.data_buf = gsmi_buf_alloc();
drivers/firmware/google/gsmi.c
956
if (!gsmi_dev.data_buf) {
drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c
499
char __user *data_buf = buf;
drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c
520
data_buf += ring_header_size;
drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c
560
record_req->buf_ptr = (u64)(uintptr_t)data_buf;
drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c
578
data_buf += record_rsp->real_data_size;
drivers/gpu/drm/tiny/gm12u320.c
185
gm12u320->data_buf[i] = drmm_kzalloc(&gm12u320->dev,
drivers/gpu/drm/tiny/gm12u320.c
187
if (!gm12u320->data_buf[i])
drivers/gpu/drm/tiny/gm12u320.c
190
memcpy(gm12u320->data_buf[i], hdr, DATA_BLOCK_HEADER_SIZE);
drivers/gpu/drm/tiny/gm12u320.c
191
memcpy(gm12u320->data_buf[i] +
drivers/gpu/drm/tiny/gm12u320.c
300
gm12u320->data_buf[block] + dst_offset,
drivers/gpu/drm/tiny/gm12u320.c
307
gm12u320->data_buf[block] + dst_offset,
drivers/gpu/drm/tiny/gm12u320.c
356
gm12u320->data_buf[block], block_size,
drivers/gpu/drm/tiny/gm12u320.c
93
unsigned char *data_buf[GM12U320_BLOCK_COUNT];
drivers/gpu/drm/virtio/virtgpu_drv.h
163
void *data_buf;
drivers/gpu/drm/virtio/virtgpu_vq.c
1256
vbuf->data_buf = data;
drivers/gpu/drm/virtio/virtgpu_vq.c
1447
vbuf->data_buf = ents;
drivers/gpu/drm/virtio/virtgpu_vq.c
207
kvfree(vbuf->data_buf);
drivers/gpu/drm/virtio/virtgpu_vq.c
471
if (is_vmalloc_addr(vbuf->data_buf)) {
drivers/gpu/drm/virtio/virtgpu_vq.c
474
sgt = vmalloc_to_sgt(vbuf->data_buf, vbuf->data_size,
drivers/gpu/drm/virtio/virtgpu_vq.c
485
sg_init_one(&vout, vbuf->data_buf, vbuf->data_size);
drivers/gpu/drm/virtio/virtgpu_vq.c
796
vbuf->data_buf = ents;
drivers/hid/hid-core.c
2003
u8 *data_buf;
drivers/hid/hid-core.c
2011
data_buf = buf;
drivers/hid/hid-core.c
2016
data_buf++;
drivers/hid/hid-core.c
2021
hid_output_report(report, data_buf);
drivers/hwmon/pmbus/pmbus_core.c
521
char *data_buf)
drivers/hwmon/pmbus/pmbus_core.c
530
rv = i2c_smbus_read_block_data(client, reg, data_buf);
drivers/hwmon/pmbus/pmbus_core.c
679
char data_buf[I2C_SMBUS_BLOCK_MAX + 2];
drivers/hwmon/pmbus/pmbus_core.c
681
rv = pmbus_read_block_data(client, page, reg, data_buf);
drivers/i2c/busses/i2c-jz4780.c
163
int data_buf[BUFSIZE];
drivers/i2c/busses/i2c-jz4780.c
560
src, i2c->cmd, i2c->cmd_buf[i2c->cmd], i2c->data_buf[i2c->cmd]);
drivers/i2c/busses/i2c-jz4780.c
611
i2c->cmd, i2c->data_buf[i2c->cmd]);
drivers/i2c/busses/i2c-tegra-bpmp.c
132
char *buf = response->xfer.data_buf;
drivers/i2c/busses/i2c-tegra-bpmp.c
87
char *buf = request->xfer.data_buf;
drivers/iio/chemical/sgp30.c
211
u8 *data_buf = &buf->start;
drivers/iio/chemical/sgp30.c
214
crc = crc8(sgp_crc8_table, &data_buf[i], SGP_WORD_LEN,
drivers/iio/chemical/sgp30.c
216
if (crc != data_buf[i + SGP_WORD_LEN]) {
drivers/iio/chemical/sgp30.c
243
u8 *data_buf;
drivers/iio/chemical/sgp30.c
253
data_buf = &buf->start;
drivers/iio/chemical/sgp30.c
254
ret = i2c_master_recv(client, data_buf, size);
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
2728
static void config_llm_table(struct hns_roce_buf *data_buf, void *cfg_buf)
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
2735
page_num = data_buf->npages;
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
2737
addr = hns_roce_buf_page(data_buf, i);
drivers/infiniband/ulp/iser/iser_initiator.c
347
struct iser_data_buf *data_buf, *prot_buf;
drivers/infiniband/ulp/iser/iser_initiator.c
359
data_buf = &iser_task->data[ISER_DIR_IN];
drivers/infiniband/ulp/iser/iser_initiator.c
362
data_buf = &iser_task->data[ISER_DIR_OUT];
drivers/infiniband/ulp/iser/iser_initiator.c
367
data_buf->sg = scsi_sglist(sc);
drivers/infiniband/ulp/iser/iser_initiator.c
368
data_buf->size = scsi_sg_count(sc);
drivers/infiniband/ulp/iser/iser_initiator.c
370
data_buf->data_len = scsi_bufflen(sc);
drivers/infiniband/ulp/iser/iser_initiator.c
375
prot_buf->data_len = (data_buf->data_len >>
drivers/input/touchscreen/melfas_mip4.c
896
u8 *data_buf __free(kfree) = kmalloc(2 + MIP4_BL_PACKET_SIZE,
drivers/input/touchscreen/melfas_mip4.c
898
if (!data_buf)
drivers/input/touchscreen/melfas_mip4.c
932
put_unaligned_be16(buf_addr + buf_offset, data_buf);
drivers/input/touchscreen/melfas_mip4.c
933
memcpy(&data_buf[2], &data[buf_offset], MIP4_BL_PACKET_SIZE);
drivers/input/touchscreen/melfas_mip4.c
935
data_buf, 2 + MIP4_BL_PACKET_SIZE);
drivers/macintosh/smu.c
1157
pp->cmd.data_buf = pp->buffer;
drivers/macintosh/smu.c
126
DPRINTK("SMU: data buffer: %8ph\n", cmd->data_buf);
drivers/macintosh/smu.c
131
memcpy(smu->cmd_buf->data, cmd->data_buf, cmd->data_len);
drivers/macintosh/smu.c
305
cmd->data_buf = scmd->buffer;
drivers/macintosh/smu.c
810
scmd->data_buf = cmd->pdata;
drivers/macintosh/smu.c
832
cmd->scmd.data_buf = (u8 *)(char *)&cmd->info;
drivers/macintosh/smu.c
918
cmd.data_buf = params;
drivers/macintosh/windfarm_smu_controls.c
88
cmd.data_buf = cmd.reply_buf = buffer;
drivers/media/i2c/hi556.c
677
u8 data_buf[4] = {0};
drivers/media/i2c/hi556.c
691
msgs[1].buf = &data_buf[4 - len];
drivers/media/i2c/hi556.c
697
*val = get_unaligned_be32(data_buf);
drivers/media/i2c/hi846.c
1222
u8 data_buf[1] = {0};
drivers/media/i2c/hi846.c
1233
msgs[1].buf = data_buf;
drivers/media/i2c/hi846.c
1241
*val = data_buf[0];
drivers/media/i2c/hi847.c
2208
u8 data_buf[4] = {0};
drivers/media/i2c/hi847.c
2222
msgs[1].buf = &data_buf[4 - len];
drivers/media/i2c/hi847.c
2228
*val = get_unaligned_be32(data_buf);
drivers/media/i2c/imx208.c
332
u8 data_buf[4] = { 0, };
drivers/media/i2c/imx208.c
348
msgs[1].buf = &data_buf[4 - len];
drivers/media/i2c/imx208.c
354
*val = get_unaligned_be32(data_buf);
drivers/media/i2c/imx319.c
1796
u8 data_buf[4] = { 0 };
drivers/media/i2c/imx319.c
1813
msgs[1].buf = &data_buf[4 - len];
drivers/media/i2c/imx319.c
1819
*val = get_unaligned_be32(data_buf);
drivers/media/i2c/imx355.c
1110
u8 data_buf[4] = { 0 };
drivers/media/i2c/imx355.c
1127
msgs[1].buf = &data_buf[4 - len];
drivers/media/i2c/imx355.c
1133
*val = get_unaligned_be32(data_buf);
drivers/media/i2c/imx412.c
434
u8 data_buf[4] = {0};
drivers/media/i2c/imx412.c
452
msgs[1].buf = &data_buf[4 - len];
drivers/media/i2c/imx412.c
458
*val = get_unaligned_be32(data_buf);
drivers/media/i2c/ov2740.c
574
u8 data_buf[4] = {0};
drivers/media/i2c/ov2740.c
577
if (len > sizeof(data_buf))
drivers/media/i2c/ov2740.c
588
msgs[1].buf = &data_buf[sizeof(data_buf) - len];
drivers/media/i2c/ov2740.c
594
*val = get_unaligned_be32(data_buf);
drivers/media/i2c/ov5675.c
545
u8 data_buf[4] = {0};
drivers/media/i2c/ov5675.c
559
msgs[1].buf = &data_buf[4 - len];
drivers/media/i2c/ov5675.c
565
*val = get_unaligned_be32(data_buf);
drivers/media/i2c/ov8856.c
1630
u8 data_buf[4] = {0};
drivers/media/i2c/ov8856.c
1644
msgs[1].buf = &data_buf[4 - len];
drivers/media/i2c/ov8856.c
1650
*val = get_unaligned_be32(data_buf);
drivers/media/i2c/ov9734.c
375
u8 data_buf[4] = {0};
drivers/media/i2c/ov9734.c
378
if (len > sizeof(data_buf))
drivers/media/i2c/ov9734.c
389
msgs[1].buf = &data_buf[sizeof(data_buf) - len];
drivers/media/i2c/ov9734.c
395
*val = get_unaligned_be32(data_buf);
drivers/media/rc/imon.c
113
unsigned char data_buf[35]; /* user data buffer */
drivers/media/rc/imon.c
981
if (copy_from_user(ictx->tx.data_buf, buf, n_bytes)) {
drivers/media/rc/imon.c
988
ictx->tx.data_buf[i] = ' ';
drivers/media/rc/imon.c
991
ictx->tx.data_buf[i] = 0xFF;
drivers/media/rc/imon.c
997
memcpy(ictx->usb_tx_buf, ictx->tx.data_buf + offset, 7);
drivers/mmc/core/mmc_ops.c
685
u8 *data_buf;
drivers/mmc/core/mmc_ops.c
696
data_buf = kzalloc(size, GFP_KERNEL);
drivers/mmc/core/mmc_ops.c
697
if (!data_buf)
drivers/mmc/core/mmc_ops.c
719
sg_init_one(&sg, data_buf, size);
drivers/mmc/core/mmc_ops.c
736
if (memcmp(data_buf, tuning_block_pattern, size))
drivers/mmc/core/mmc_ops.c
740
kfree(data_buf);
drivers/mmc/core/mmc_ops.c
778
u8 *data_buf;
drivers/mmc/core/mmc_ops.c
787
data_buf = kmalloc(len, GFP_KERNEL);
drivers/mmc/core/mmc_ops.c
788
if (!data_buf)
drivers/mmc/core/mmc_ops.c
798
kfree(data_buf);
drivers/mmc/core/mmc_ops.c
803
memcpy(data_buf, test_buf, len);
drivers/mmc/core/mmc_ops.c
827
sg_init_one(&sg, data_buf, len);
drivers/mmc/core/mmc_ops.c
832
if ((test_buf[i] ^ data_buf[i]) != 0xff) {
drivers/mmc/core/mmc_ops.c
837
kfree(data_buf);
drivers/mtd/nand/raw/lpc32xx_slc.c
232
uint8_t *data_buf;
drivers/mtd/nand/raw/lpc32xx_slc.c
510
dma_buf = host->data_buf;
drivers/mtd/nand/raw/lpc32xx_slc.c
513
memcpy(host->data_buf, buf, mtd->writesize);
drivers/mtd/nand/raw/lpc32xx_slc.c
599
memcpy(buf, host->data_buf, mtd->writesize);
drivers/mtd/nand/raw/lpc32xx_slc.c
790
host->ecc_buf = (uint32_t *)(host->data_buf + LPC32XX_DMA_DATA_SIZE);
drivers/mtd/nand/raw/lpc32xx_slc.c
915
host->data_buf = devm_kzalloc(&pdev->dev, host->dma_buf_len,
drivers/mtd/nand/raw/lpc32xx_slc.c
917
if (host->data_buf == NULL) {
drivers/mtd/nand/raw/marvell_nand.c
1038
u8 *data_buf, u8 *oob_buf,
drivers/mtd/nand/raw/marvell_nand.c
1079
memcpy(data_buf, nfc->dma_buf, lt->data_bytes);
drivers/mtd/nand/raw/marvell_nand.c
1082
marvell_nfc_xfer_data_in_pio(nfc, data_buf, lt->data_bytes);
drivers/mtd/nand/raw/marvell_nand.c
1149
const u8 *data_buf,
drivers/mtd/nand/raw/marvell_nand.c
1187
memcpy(nfc->dma_buf, data_buf, lt->data_bytes);
drivers/mtd/nand/raw/marvell_nand.c
1192
marvell_nfc_xfer_data_out_pio(nfc, data_buf, lt->data_bytes);
drivers/mtd/nand/raw/meson_nand.c
1219
kfree(meson_chip->data_buf);
drivers/mtd/nand/raw/meson_nand.c
1233
meson_chip->data_buf = kmalloc(page_bytes, GFP_KERNEL);
drivers/mtd/nand/raw/meson_nand.c
1234
if (!meson_chip->data_buf)
drivers/mtd/nand/raw/meson_nand.c
1239
kfree(meson_chip->data_buf);
drivers/mtd/nand/raw/meson_nand.c
135
u8 *data_buf;
drivers/mtd/nand/raw/meson_nand.c
400
return meson_chip->data_buf + len;
drivers/mtd/nand/raw/meson_nand.c
411
return meson_chip->data_buf + len;
drivers/mtd/nand/raw/meson_nand.c
766
ret = meson_nfc_dma_buffer_setup(nand, meson_chip->data_buf,
drivers/mtd/nand/raw/meson_nand.c
800
memcpy(meson_chip->data_buf, buf, mtd->writesize);
drivers/mtd/nand/raw/meson_nand.c
845
ret = meson_nfc_dma_buffer_setup(nand, meson_chip->data_buf,
drivers/mtd/nand/raw/meson_nand.c
923
} else if (buf && buf != meson_chip->data_buf) {
drivers/mtd/nand/raw/meson_nand.c
924
memcpy(buf, meson_chip->data_buf, mtd->writesize);
drivers/mtd/nand/raw/mxc_nand.c
1433
devm_kfree(dev, (void *)host->data_buf);
drivers/mtd/nand/raw/mxc_nand.c
1434
host->data_buf = devm_kzalloc(dev, mtd->writesize + mtd->oobsize,
drivers/mtd/nand/raw/mxc_nand.c
1436
if (!host->data_buf)
drivers/mtd/nand/raw/mxc_nand.c
1538
void *buf = host->data_buf;
drivers/mtd/nand/raw/mxc_nand.c
1613
memcpy32_fromio(host->data_buf, host->main_area0, buf_len * 2);
drivers/mtd/nand/raw/mxc_nand.c
1617
u16 *bufw = host->data_buf;
drivers/mtd/nand/raw/mxc_nand.c
1621
memcpy(buf_read, host->data_buf, buf_len);
drivers/mtd/nand/raw/mxc_nand.c
1638
memcpy32_fromio(host->data_buf, host->main_area0, mtd->writesize);
drivers/mtd/nand/raw/mxc_nand.c
1639
memcpy(buf_read, host->data_buf, buf_len);
drivers/mtd/nand/raw/mxc_nand.c
1643
memcpy(buf_read, host->data_buf, buf_len);
drivers/mtd/nand/raw/mxc_nand.c
1703
host->data_buf = devm_kzalloc(&pdev->dev, PAGE_SIZE, GFP_KERNEL);
drivers/mtd/nand/raw/mxc_nand.c
1704
if (!host->data_buf)
drivers/mtd/nand/raw/mxc_nand.c
185
void *data_buf;
drivers/mtd/nand/raw/mxc_nand.c
620
memcpy32_fromio(host->data_buf, host->main_area0, 16);
drivers/mtd/nand/raw/mxc_nand.c
634
memcpy32_fromio(host->data_buf, host->main_area0, 16);
drivers/mtd/nand/raw/mxc_nand.c
794
ret = nand_read_page_op(chip, page, 0, host->data_buf, mtd->writesize);
drivers/mtd/nand/raw/mxc_nand.c
836
memset(host->data_buf, 0xff, mtd->writesize);
drivers/mtd/nand/raw/mxc_nand.c
839
return nand_prog_page_op(chip, page, 0, host->data_buf, mtd->writesize);
drivers/mtd/nand/raw/nand_base.c
2858
if (buf != chip->data_buf)
drivers/mtd/nand/raw/nand_base.c
2866
if (buf != chip->data_buf)
drivers/mtd/nand/raw/nand_base.c
3494
bufpoi = use_bounce_buf ? chip->data_buf : buf;
drivers/mtd/nand/raw/nand_base.c
3572
memcpy(buf, chip->data_buf + col, bytes);
drivers/mtd/nand/raw/nand_base.c
3973
if (buf != chip->data_buf) {
drivers/mtd/nand/raw/nand_base.c
6201
chip->data_buf = kmalloc(mtd->writesize + mtd->oobsize, GFP_KERNEL);
drivers/mtd/nand/raw/nand_base.c
6202
if (!chip->data_buf)
drivers/mtd/nand/raw/nand_base.c
6218
chip->oob_poi = chip->data_buf + mtd->writesize;
drivers/mtd/nand/raw/nand_base.c
6500
kfree(chip->data_buf);
drivers/mtd/nand/raw/nand_base.c
6582
kfree(chip->data_buf);
drivers/mtd/nand/raw/qcom_nandc.c
1007
qcom_write_data_dma(nandc, FLASH_BUF_ACC, data_buf, data_size,
drivers/mtd/nand/raw/qcom_nandc.c
1026
data_buf += data_size;
drivers/mtd/nand/raw/qcom_nandc.c
1048
u8 *data_buf, *oob_buf;
drivers/mtd/nand/raw/qcom_nandc.c
1058
data_buf = (u8 *)buf;
drivers/mtd/nand/raw/qcom_nandc.c
1082
qcom_write_data_dma(nandc, reg_off, data_buf, data_size1,
drivers/mtd/nand/raw/qcom_nandc.c
1085
data_buf += data_size1;
drivers/mtd/nand/raw/qcom_nandc.c
1092
qcom_write_data_dma(nandc, reg_off, data_buf, data_size2,
drivers/mtd/nand/raw/qcom_nandc.c
1095
data_buf += data_size2;
drivers/mtd/nand/raw/qcom_nandc.c
408
static bool erased_chunk_check_and_fixup(u8 *data_buf, int data_len)
drivers/mtd/nand/raw/qcom_nandc.c
418
empty1 = data_buf[3];
drivers/mtd/nand/raw/qcom_nandc.c
419
empty2 = data_buf[175];
drivers/mtd/nand/raw/qcom_nandc.c
427
data_buf[3] = 0xff;
drivers/mtd/nand/raw/qcom_nandc.c
428
data_buf[175] = 0xff;
drivers/mtd/nand/raw/qcom_nandc.c
435
if (memchr_inv(data_buf, 0xff, data_len)) {
drivers/mtd/nand/raw/qcom_nandc.c
436
data_buf[3] = empty1;
drivers/mtd/nand/raw/qcom_nandc.c
437
data_buf[175] = empty2;
drivers/mtd/nand/raw/qcom_nandc.c
473
u8 *data_buf, u8 *oob_buf, int page, int cw)
drivers/mtd/nand/raw/qcom_nandc.c
524
qcom_read_data_dma(nandc, reg_off, data_buf, data_size1, 0);
drivers/mtd/nand/raw/qcom_nandc.c
530
qcom_read_data_dma(nandc, reg_off, data_buf + data_size1, data_size2, 0);
drivers/mtd/nand/raw/qcom_nandc.c
560
check_for_erased_page(struct qcom_nand_host *host, u8 *data_buf,
drivers/mtd/nand/raw/qcom_nandc.c
570
if (!data_buf)
drivers/mtd/nand/raw/qcom_nandc.c
571
data_buf = nand_get_data_buf(chip);
drivers/mtd/nand/raw/qcom_nandc.c
588
cw_data_buf = data_buf + (cw * host->cw_data);
drivers/mtd/nand/raw/qcom_nandc.c
619
static int parse_read_errors(struct qcom_nand_host *host, u8 *data_buf,
drivers/mtd/nand/raw/qcom_nandc.c
630
u8 *data_buf_start = data_buf, *oob_buf_start = oob_buf;
drivers/mtd/nand/raw/qcom_nandc.c
672
} else if (data_buf) {
drivers/mtd/nand/raw/qcom_nandc.c
673
erased = erased_chunk_check_and_fixup(data_buf,
drivers/mtd/nand/raw/qcom_nandc.c
701
if (data_buf)
drivers/mtd/nand/raw/qcom_nandc.c
702
data_buf += data_len;
drivers/mtd/nand/raw/qcom_nandc.c
722
static int read_page_ecc(struct qcom_nand_host *host, u8 *data_buf,
drivers/mtd/nand/raw/qcom_nandc.c
728
u8 *data_buf_start = data_buf, *oob_buf_start = oob_buf;
drivers/mtd/nand/raw/qcom_nandc.c
747
if (data_buf && oob_buf) {
drivers/mtd/nand/raw/qcom_nandc.c
751
} else if (data_buf) {
drivers/mtd/nand/raw/qcom_nandc.c
761
if (data_buf)
drivers/mtd/nand/raw/qcom_nandc.c
762
qcom_read_data_dma(nandc, FLASH_BUF_ACC, data_buf,
drivers/mtd/nand/raw/qcom_nandc.c
782
if (data_buf)
drivers/mtd/nand/raw/qcom_nandc.c
783
data_buf += data_size;
drivers/mtd/nand/raw/qcom_nandc.c
900
u8 *data_buf, *oob_buf = NULL;
drivers/mtd/nand/raw/qcom_nandc.c
913
data_buf = buf;
drivers/mtd/nand/raw/qcom_nandc.c
918
return read_page_ecc(host, data_buf, oob_buf, page);
drivers/mtd/nand/raw/qcom_nandc.c
929
u8 *data_buf = buf, *oob_buf = chip->oob_poi;
drivers/mtd/nand/raw/qcom_nandc.c
935
ret = qcom_nandc_read_cw_raw(mtd, chip, data_buf, oob_buf,
drivers/mtd/nand/raw/qcom_nandc.c
940
data_buf += host->cw_data;
drivers/mtd/nand/raw/qcom_nandc.c
974
u8 *data_buf, *oob_buf;
drivers/mtd/nand/raw/qcom_nandc.c
988
data_buf = (u8 *)buf;
drivers/net/ethernet/amazon/ena/ena_ethtool.c
1106
u64 *data_buf;
drivers/net/ethernet/amazon/ena/ena_ethtool.c
1123
data_buf = kcalloc(strings_num, sizeof(u64), GFP_ATOMIC);
drivers/net/ethernet/amazon/ena/ena_ethtool.c
1124
if (!data_buf) {
drivers/net/ethernet/amazon/ena/ena_ethtool.c
1132
ena_get_stats(adapter, data_buf, false);
drivers/net/ethernet/amazon/ena/ena_ethtool.c
1140
data_buf[i]);
drivers/net/ethernet/amazon/ena/ena_ethtool.c
1147
data_buf[i]);
drivers/net/ethernet/amazon/ena/ena_ethtool.c
1150
kfree(data_buf);
drivers/net/ethernet/broadcom/bnx2.c
4527
bnx2_nvram_write(struct bnx2 *bp, u32 offset, u8 *data_buf,
drivers/net/ethernet/broadcom/bnx2.c
4535
buf = data_buf;
drivers/net/ethernet/broadcom/bnx2.c
4566
memcpy(align_buf + align_start, data_buf, buf_size);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c
1664
static int bnx2x_nvram_write1(struct bnx2x *bp, u32 offset, u8 *data_buf,
drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c
1699
(*data_buf << BYTE_OFFSET(offset)));
drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c
1712
static int bnx2x_nvram_write(struct bnx2x *bp, u32 offset, u8 *data_buf,
drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c
1721
return bnx2x_nvram_write1(bp, offset, data_buf, buf_size);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c
1755
memcpy(&val, data_buf, 4);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c
1767
data_buf += sizeof(u32);
drivers/net/ethernet/emulex/benet/be_cmds.c
2717
memcpy(req->data_buf, img, num_bytes);
drivers/net/ethernet/emulex/benet/be_cmds.h
1446
u8 data_buf[32768];
drivers/net/ethernet/freescale/enetc/enetc_msg.c
47
u8 *data_buf = msg_addr + 2;
drivers/net/ethernet/freescale/enetc/enetc_msg.c
50
verify_val = crc_itu_t(ENETC_CRC_INIT, data_buf, data_size);
drivers/net/ethernet/freescale/enetc/enetc_qos.c
665
struct sfi_counter_data *data_buf;
drivers/net/ethernet/freescale/enetc/enetc_qos.c
679
&dma, (void *)&data_buf);
drivers/net/ethernet/freescale/enetc/enetc_qos.c
687
cnt->matching_frames_count = ((u64)data_buf->matchh << 32) +
drivers/net/ethernet/freescale/enetc/enetc_qos.c
688
data_buf->matchl;
drivers/net/ethernet/freescale/enetc/enetc_qos.c
690
cnt->not_passing_sdu_count = ((u64)data_buf->msdu_droph << 32) +
drivers/net/ethernet/freescale/enetc/enetc_qos.c
691
data_buf->msdu_dropl;
drivers/net/ethernet/freescale/enetc/enetc_qos.c
697
((u64)data_buf->stream_gate_droph << 32) +
drivers/net/ethernet/freescale/enetc/enetc_qos.c
698
data_buf->stream_gate_dropl;
drivers/net/ethernet/freescale/enetc/enetc_qos.c
704
cnt->red_frames_count = ((u64)data_buf->flow_meter_droph << 32) +
drivers/net/ethernet/freescale/enetc/enetc_qos.c
705
data_buf->flow_meter_dropl;
drivers/net/ethernet/freescale/enetc/enetc_vf.c
19
u8 *data_buf = ((u8 *)msg_swbd->vaddr) + 2; /* skip crc16 field */
drivers/net/ethernet/freescale/enetc/enetc_vf.c
29
crc16 = crc_itu_t(ENETC_CRC_INIT, data_buf, data_size);
drivers/net/ethernet/realtek/rtase/rtase.h
304
void *data_buf[RTASE_NUM_DESC];
drivers/net/ethernet/realtek/rtase/rtase_main.c
411
if (ring->data_buf[i])
drivers/net/ethernet/realtek/rtase/rtase_main.c
414
ret = rtase_alloc_rx_data_buf(ring, &ring->data_buf[i], desc,
drivers/net/ethernet/realtek/rtase/rtase_main.c
437
page = virt_to_head_page(ring->data_buf[i]);
drivers/net/ethernet/realtek/rtase/rtase_main.c
439
if (ring->data_buf[i])
drivers/net/ethernet/realtek/rtase/rtase_main.c
553
skb = build_skb(ring->data_buf[entry], PAGE_SIZE);
drivers/net/ethernet/realtek/rtase/rtase_main.c
559
ring->data_buf[entry] = NULL;
drivers/net/ethernet/realtek/rtase/rtase_main.c
596
memset(ring->data_buf, 0x0, sizeof(ring->data_buf));
drivers/net/wireless/ath/ath10k/pci.c
1001
if (data_buf)
drivers/net/wireless/ath/ath10k/pci.c
1002
dma_free_coherent(ar->dev, alloc_nbytes, data_buf,
drivers/net/wireless/ath/ath10k/pci.c
1057
void *data_buf;
drivers/net/wireless/ath/ath10k/pci.c
1072
data_buf = dma_alloc_coherent(ar->dev, alloc_nbytes, &ce_data_base,
drivers/net/wireless/ath/ath10k/pci.c
1074
if (!data_buf) {
drivers/net/wireless/ath/ath10k/pci.c
1097
memcpy(data_buf, data, nbytes);
drivers/net/wireless/ath/ath10k/pci.c
1151
if (data_buf) {
drivers/net/wireless/ath/ath10k/pci.c
1152
dma_free_coherent(ar->dev, alloc_nbytes, data_buf,
drivers/net/wireless/ath/ath10k/pci.c
914
void *data_buf;
drivers/net/wireless/ath/ath10k/pci.c
928
data_buf = dma_alloc_coherent(ar->dev, alloc_nbytes, &ce_data_base,
drivers/net/wireless/ath/ath10k/pci.c
930
if (!data_buf) {
drivers/net/wireless/ath/ath10k/pci.c
993
memcpy(data, data_buf, nbytes);
drivers/net/wireless/broadcom/brcm80211/brcmfmac/xtlv.c
40
u8 *data_buf;
drivers/net/wireless/broadcom/brcm80211/brcmfmac/xtlv.c
49
data_buf = lenp + sizeof(u16);
drivers/net/wireless/broadcom/brcm80211/brcmfmac/xtlv.c
56
data_buf = lenp + sizeof(u8);
drivers/net/wireless/broadcom/brcm80211/brcmfmac/xtlv.c
63
data_buf = lenp + sizeof(u16);
drivers/net/wireless/broadcom/brcm80211/brcmfmac/xtlv.c
70
data_buf = lenp + sizeof(u8);
drivers/net/wireless/broadcom/brcm80211/brcmfmac/xtlv.c
82
memcpy(data_buf, data, len);
drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_lcn.c
1914
u32 data_buf[64];
drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_lcn.c
1917
memset(data_buf, 0, sizeof(data_buf));
drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_lcn.c
1921
tab.tbl_ptr = data_buf;
drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_lcn.c
3334
u32 data_buf[64];
drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_lcn.c
3372
data_buf[t] = (i_samp << 10) | q_samp;
drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_lcn.c
3379
tab.tbl_ptr = data_buf;
drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c
23008
u32 *data_buf = NULL;
drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c
23010
data_buf = kmalloc_array(num_samps, sizeof(u32), GFP_ATOMIC);
drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c
23011
if (data_buf == NULL)
drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c
23018
data_buf[t] = ((((unsigned int)tone_buf[t].i) & 0x3ff) << 10) |
drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c
23021
data_buf);
drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c
23023
kfree(data_buf);
drivers/net/wireless/marvell/mwifiex/11h.c
134
void *data_buf)
drivers/net/wireless/marvell/mwifiex/11h.c
137
struct mwifiex_radar_params *radar_params = (void *)data_buf;
drivers/net/wireless/marvell/mwifiex/11n_rxreorder.c
433
int mwifiex_cmd_11n_addba_req(struct host_cmd_ds_command *cmd, void *data_buf)
drivers/net/wireless/marvell/mwifiex/11n_rxreorder.c
439
memcpy(add_ba_req, data_buf, sizeof(*add_ba_req));
drivers/net/wireless/marvell/mwifiex/11n_rxreorder.c
523
int mwifiex_cmd_11n_delba(struct host_cmd_ds_command *cmd, void *data_buf)
drivers/net/wireless/marvell/mwifiex/11n_rxreorder.c
529
memcpy(del_ba, data_buf, sizeof(*del_ba));
drivers/net/wireless/marvell/mwifiex/11n_rxreorder.h
56
void *data_buf);
drivers/net/wireless/marvell/mwifiex/11n_rxreorder.h
62
void *data_buf);
drivers/net/wireless/marvell/mwifiex/cmdevt.c
30
u32 cmd_no, void *data_buf, bool sync)
drivers/net/wireless/marvell/mwifiex/cmdevt.c
40
cmd_node->data_buf = data_buf;
drivers/net/wireless/marvell/mwifiex/cmdevt.c
543
u16 cmd_action, u32 cmd_oid, void *data_buf, bool sync)
drivers/net/wireless/marvell/mwifiex/cmdevt.c
611
mwifiex_init_cmd_node(priv, cmd_node, cmd_no, data_buf, sync);
drivers/net/wireless/marvell/mwifiex/cmdevt.c
637
cmd_oid, data_buf,
drivers/net/wireless/marvell/mwifiex/cmdevt.c
642
cmd_oid, data_buf,
drivers/net/wireless/marvell/mwifiex/cmdevt.c
647
ret = mwifiex_cmd_host_cmd(priv, cmd_ptr, data_buf);
drivers/net/wireless/marvell/mwifiex/cmdevt.c
841
if (adapter->curr_cmd->data_buf) {
drivers/net/wireless/marvell/mwifiex/cmdevt.c
842
hostcmd = adapter->curr_cmd->data_buf;
drivers/net/wireless/marvell/mwifiex/cmdevt.c
85
cmd_node->data_buf = NULL;
drivers/net/wireless/marvell/mwifiex/main.h
1080
u16 cmd_action, u32 cmd_oid, void *data_buf, bool sync);
drivers/net/wireless/marvell/mwifiex/main.h
1133
void *data_buf, void *cmd_buf);
drivers/net/wireless/marvell/mwifiex/main.h
1136
void *data_buf, void *cmd_buf);
drivers/net/wireless/marvell/mwifiex/main.h
1241
void *data_buf);
drivers/net/wireless/marvell/mwifiex/main.h
1248
void *data_buf);
drivers/net/wireless/marvell/mwifiex/main.h
1638
void *data_buf);
drivers/net/wireless/marvell/mwifiex/main.h
736
void *data_buf;
drivers/net/wireless/marvell/mwifiex/scan.c
2235
void *data_buf)
drivers/net/wireless/marvell/mwifiex/scan.c
2238
struct mwifiex_scan_cmd_config *scan_cfg = data_buf;
drivers/net/wireless/marvell/mwifiex/scan.c
2256
void *data_buf)
drivers/net/wireless/marvell/mwifiex/scan.c
2260
struct mwifiex_bg_scan_cfg *bgscan_cfg_in = data_buf;
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
1123
u16 cmd_action, void *data_buf)
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
1125
struct mwifiex_ds_reg_rw *reg_rw = data_buf;
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
1185
struct mwifiex_ds_read_eeprom *rd_eeprom = data_buf;
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
1596
struct host_cmd_ds_command *cmd, void *data_buf)
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
1599
struct property *prop = data_buf;
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
1639
u16 cmd_action, void *data_buf)
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
1642
const u16 *drcs_info = data_buf;
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
1721
u16 cmd_action, void *data_buf)
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
1725
struct mwifiex_ds_coalesce_cfg *cfg = data_buf;
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
1786
u16 cmd_action, void *data_buf)
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
1800
init_config = data_buf;
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
1805
config = data_buf;
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
1811
memcpy(tdls_config->tdls_data, data_buf, len);
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
1815
memcpy(tdls_config->tdls_data, data_buf, len);
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
1830
void *data_buf)
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
1833
struct mwifiex_ds_tdls_oper *oper = data_buf;
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
1958
u16 cmd_action, void *data_buf)
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
1969
cfg->enable = *(u8 *)data_buf;
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
2035
void *data_buf, void *cmd_buf)
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
2053
ret = mwifiex_cmd_cfg_data(priv, cmd_ptr, data_buf);
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
2057
data_buf);
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
2065
data_buf);
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
2069
data_buf);
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
2073
data_buf);
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
2077
data_buf);
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
2081
data_buf);
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
2085
(uint16_t)cmd_oid, data_buf);
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
2089
(struct mwifiex_hs_config_param *) data_buf);
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
2092
ret = mwifiex_cmd_802_11_scan(cmd_ptr, data_buf);
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
2096
data_buf);
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
2102
ret = mwifiex_cmd_802_11_associate(priv, cmd_ptr, data_buf);
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
2106
data_buf);
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
2110
data_buf);
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
2117
data_buf);
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
2127
cmd_oid, data_buf);
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
2141
(u8)(get_unaligned((u32 *)data_buf));
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
2142
memcpy(&cmd_ptr->params, data_buf,
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
2153
get_unaligned((u32 *)data_buf));
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
2161
memcpy(&cmd_ptr->params, data_buf,
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
2168
ret = mwifiex_cmd_11ac_cfg(priv, cmd_ptr, cmd_action, data_buf);
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
2174
cpu_to_le16(*(u16 *)data_buf);
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
2183
get_unaligned((u16 *)data_buf));
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
2200
ret = mwifiex_cmd_11n_addba_req(cmd_ptr, data_buf);
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
2203
ret = mwifiex_cmd_11n_delba(cmd_ptr, data_buf);
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
2206
ret = mwifiex_cmd_11n_addba_rsp_gen(priv, cmd_ptr, data_buf);
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
2211
data_buf);
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
2219
data_buf);
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
2223
data_buf);
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
2226
ret = mwifiex_cmd_11n_cfg(priv, cmd_ptr, cmd_action, data_buf);
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
2239
data_buf);
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
2242
ret = mwifiex_cmd_802_11_scan_ext(priv, cmd_ptr, data_buf);
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
2245
ret = mwifiex_cmd_mem_access(cmd_ptr, cmd_action, data_buf);
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
2253
ret = mwifiex_cmd_reg_access(cmd_ptr, cmd_action, data_buf);
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
2275
ret = mwifiex_cmd_802_11_subsc_evt(priv, cmd_ptr, data_buf);
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
2278
ret = mwifiex_cmd_mef_cfg(priv, cmd_ptr, data_buf);
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
2282
data_buf);
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
2285
ret = mwifiex_cmd_tdls_oper(priv, cmd_ptr, data_buf);
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
2289
data_buf);
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
2293
data_buf);
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
2297
data_buf);
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
2304
data_buf);
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
2308
data_buf);
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
2312
data_buf);
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
260
u16 cmd_action, void *data_buf)
drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c
1217
void *data_buf = adapter->curr_cmd->data_buf;
drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c
1269
ret = mwifiex_ret_enh_power_mode(priv, resp, data_buf);
drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c
1288
ret = mwifiex_ret_get_log(priv, resp, data_buf);
drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c
1294
ret = mwifiex_ret_802_11_snmp_mib(priv, resp, data_buf);
drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c
1300
ret = mwifiex_ret_ver_ext(priv, resp, data_buf);
drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c
1303
ret = mwifiex_ret_remain_on_chan(priv, resp, data_buf);
drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c
1311
ret = mwifiex_ret_p2p_mode_cfg(priv, resp, data_buf);
drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c
1366
ret = mwifiex_ret_mem_access(priv, resp, data_buf);
drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c
1374
ret = mwifiex_ret_reg_access(cmdresp_no, resp, data_buf);
drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c
1420
ret = mwifiex_ret_wakeup_reason(priv, resp, data_buf);
drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c
1425
ret = mwifiex_ret_robust_coex(priv, resp, data_buf);
drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c
1433
ret = mwifiex_ret_get_chan_info(priv, resp, data_buf);
drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c
157
u32 *data_buf)
drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c
170
if (data_buf)
drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c
171
*data_buf = ul_temp;
drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c
324
static int mwifiex_get_power_level(struct mwifiex_private *priv, void *data_buf)
drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c
330
if (!data_buf)
drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c
333
pg_tlv_hdr = (struct mwifiex_types_power_group *)((u8 *)data_buf);
drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c
754
void *data_buf)
drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c
758
if (data_buf)
drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c
759
put_unaligned_le16(le16_to_cpu(mode_cfg->mode), data_buf);
drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c
784
void *data_buf)
drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c
796
if (!data_buf)
drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c
799
reg_rw = data_buf;
drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c
800
eeprom = data_buf;
drivers/net/wireless/marvell/mwifiex/uap_cmd.c
792
u16 cmd_action, void *data_buf)
drivers/net/wireless/marvell/mwifiex/uap_cmd.c
795
struct mwifiex_sta_info *add_sta = (struct mwifiex_sta_info *)data_buf;
drivers/net/wireless/marvell/mwifiex/uap_cmd.c
933
void *data_buf, void *cmd_buf)
drivers/net/wireless/marvell/mwifiex/uap_cmd.c
939
if (mwifiex_cmd_uap_sys_config(cmd, cmd_action, type, data_buf))
drivers/net/wireless/marvell/mwifiex/uap_cmd.c
952
if (mwifiex_cmd_uap_sta_deauth(priv, cmd, data_buf))
drivers/net/wireless/marvell/mwifiex/uap_cmd.c
957
data_buf))
drivers/net/wireless/marvell/mwifiex/uap_cmd.c
962
data_buf))
drivers/net/wireless/quantenna/qtnfmac/commands.h
37
void *data_buf);
drivers/regulator/rpi-panel-attiny-regulator.c
243
u8 data_buf[1] = { 0, };
drivers/regulator/rpi-panel-attiny-regulator.c
262
msgs[0].buf = data_buf;
drivers/regulator/rpi-panel-attiny-regulator.c
268
*buf = data_buf[0];
drivers/scsi/csiostor/csio_wr.c
950
csio_wr_copy_to_wrp(void *data_buf, struct csio_wr_pair *wrp,
drivers/scsi/csiostor/csio_wr.c
959
memcpy((uint8_t *) wrp->addr1 + wr_off, data_buf, nbytes);
drivers/scsi/csiostor/csio_wr.c
966
memcpy(wrp->addr2, (uint8_t *) data_buf + nbytes, data_len);
drivers/scsi/esas2r/esas2r.h
1202
rq->data_buf = (void *)(vrq + 1);
drivers/scsi/esas2r/esas2r.h
1279
rq->data_buf = NULL;
drivers/scsi/esas2r/esas2r.h
654
void *data_buf;
drivers/scsi/esas2r/esas2r_init.c
1215
ci = (struct atto_vda_cfg_init *)rq->data_buf;
drivers/scsi/esas2r/esas2r_int.c
891
memcpy(rq->sense_buf, rq->data_buf, snslen);
drivers/scsi/esas2r/esas2r_int.c
893
rq->sense_buf = (u8 *)rq->data_buf;
drivers/scsi/esas2r/esas2r_int.c
897
u8 *s = (u8 *)rq->data_buf;
drivers/scsi/esas2r/esas2r_vda.c
499
memset(rq->data_buf, 0, ESAS2R_DATA_BUF_LEN);
drivers/scsi/isci/request.c
1402
u8 *data_buf, u32 len)
drivers/scsi/isci/request.c
1414
src_addr = data_buf;
drivers/scsi/mvumi.c
1344
cmd->data_buf) {
drivers/scsi/mvumi.c
1345
memcpy(cmd->data_buf, ob_frame->payload,
drivers/scsi/mvumi.c
1426
memset(cmd->data_buf, 0, data_buf_len);
drivers/scsi/mvumi.c
1448
(cmd->data_buf + MVUMI_INQUIRY_UUID_OFF),
drivers/scsi/mvumi.c
1724
mvumi_notification(mhba, cmd->frame->cdb[1], cmd->data_buf);
drivers/scsi/mvumi.c
240
cmd->data_buf = virt_addr;
drivers/scsi/mvumi.c
301
dma_free_coherent(&mhba->pdev->dev, size, cmd->data_buf,
drivers/scsi/mvumi.h
252
void *data_buf;
drivers/scsi/pm8001/pm8001_sas.h
157
} data_buf;
drivers/scsi/pm8001/pm80xx_hwi.c
100
pm8001_ha->forensic_info.data_buf.direct_data = buf;
drivers/scsi/pm8001/pm80xx_hwi.c
102
pm8001_ha->forensic_info.data_buf.direct_data +=
drivers/scsi/pm8001/pm80xx_hwi.c
103
sprintf(pm8001_ha->forensic_info.data_buf.direct_data,
drivers/scsi/pm8001/pm80xx_hwi.c
105
return (char *)pm8001_ha->forensic_info.data_buf.direct_data -
drivers/scsi/pm8001/pm80xx_hwi.c
109
if (pm8001_ha->forensic_info.data_buf.direct_offset == 0) {
drivers/scsi/pm8001/pm80xx_hwi.c
114
pm8001_ha->forensic_info.data_buf.direct_len = SYSFS_OFFSET;
drivers/scsi/pm8001/pm80xx_hwi.c
115
pm8001_ha->forensic_info.data_buf.direct_offset = 0;
drivers/scsi/pm8001/pm80xx_hwi.c
116
pm8001_ha->forensic_info.data_buf.read_len = 0;
drivers/scsi/pm8001/pm80xx_hwi.c
123
pm8001_ha->forensic_info.data_buf.direct_data = direct_data;
drivers/scsi/pm8001/pm80xx_hwi.c
126
pm8001_ha->forensic_info.data_buf.read_len);
drivers/scsi/pm8001/pm80xx_hwi.c
128
pm8001_ha->forensic_info.data_buf.direct_len);
drivers/scsi/pm8001/pm80xx_hwi.c
130
pm8001_ha->forensic_info.data_buf.direct_offset);
drivers/scsi/pm8001/pm80xx_hwi.c
132
if (pm8001_ha->forensic_info.data_buf.direct_offset == 0) {
drivers/scsi/pm8001/pm80xx_hwi.c
157
pm8001_ha->forensic_info.data_buf.read_len);
drivers/scsi/pm8001/pm80xx_hwi.c
159
pm8001_ha->forensic_info.data_buf.direct_len);
drivers/scsi/pm8001/pm80xx_hwi.c
161
pm8001_ha->forensic_info.data_buf.direct_offset);
drivers/scsi/pm8001/pm80xx_hwi.c
172
pm8001_ha->forensic_info.data_buf.direct_data +=
drivers/scsi/pm8001/pm80xx_hwi.c
173
sprintf(pm8001_ha->forensic_info.data_buf.direct_data,
drivers/scsi/pm8001/pm80xx_hwi.c
175
return (char *)pm8001_ha->forensic_info.data_buf.direct_data -
drivers/scsi/pm8001/pm80xx_hwi.c
187
pm8001_ha->forensic_info.data_buf.direct_len =
drivers/scsi/pm8001/pm80xx_hwi.c
191
pm8001_ha->forensic_info.data_buf.direct_len =
drivers/scsi/pm8001/pm80xx_hwi.c
194
if (pm8001_ha->forensic_info.data_buf.direct_data) {
drivers/scsi/pm8001/pm80xx_hwi.c
199
pm8001_ha->forensic_info.data_buf.direct_len, 1);
drivers/scsi/pm8001/pm80xx_hwi.c
202
pm8001_ha->forensic_info.data_buf.direct_len;
drivers/scsi/pm8001/pm80xx_hwi.c
203
pm8001_ha->forensic_info.data_buf.direct_offset +=
drivers/scsi/pm8001/pm80xx_hwi.c
204
pm8001_ha->forensic_info.data_buf.direct_len;
drivers/scsi/pm8001/pm80xx_hwi.c
206
pm8001_ha->forensic_info.data_buf.direct_len;
drivers/scsi/pm8001/pm80xx_hwi.c
207
pm8001_ha->forensic_info.data_buf.read_len =
drivers/scsi/pm8001/pm80xx_hwi.c
208
pm8001_ha->forensic_info.data_buf.direct_len;
drivers/scsi/pm8001/pm80xx_hwi.c
211
pm8001_ha->forensic_info.data_buf.direct_data +=
drivers/scsi/pm8001/pm80xx_hwi.c
212
sprintf(pm8001_ha->forensic_info.data_buf.direct_data,
drivers/scsi/pm8001/pm80xx_hwi.c
215
(pm8001_ha->forensic_info.data_buf.direct_len
drivers/scsi/pm8001/pm80xx_hwi.c
217
pm8001_ha->forensic_info.data_buf.direct_data +=
drivers/scsi/pm8001/pm80xx_hwi.c
219
pm8001_ha->forensic_info.data_buf.direct_data,
drivers/scsi/pm8001/pm80xx_hwi.c
229
((char *)pm8001_ha->forensic_info.data_buf.direct_data
drivers/scsi/pm8001/pm80xx_hwi.c
234
forensic_info.data_buf.direct_data -
drivers/scsi/pm8001/pm80xx_hwi.c
238
pm8001_ha->forensic_info.data_buf.direct_data +=
drivers/scsi/pm8001/pm80xx_hwi.c
240
forensic_info.data_buf.direct_data,
drivers/scsi/pm8001/pm80xx_hwi.c
243
(pm8001_ha->forensic_info.data_buf.direct_len
drivers/scsi/pm8001/pm80xx_hwi.c
245
pm8001_ha->forensic_info.data_buf.direct_data
drivers/scsi/pm8001/pm80xx_hwi.c
247
forensic_info.data_buf.direct_data,
drivers/scsi/pm8001/pm80xx_hwi.c
252
((char *)pm8001_ha->forensic_info.data_buf.direct_data
drivers/scsi/pm8001/pm80xx_hwi.c
257
forensic_info.data_buf.direct_data -
drivers/scsi/pm8001/pm80xx_hwi.c
262
pm8001_ha->forensic_info.data_buf.direct_data +=
drivers/scsi/pm8001/pm80xx_hwi.c
263
sprintf(pm8001_ha->forensic_info.data_buf.direct_data,
drivers/scsi/pm8001/pm80xx_hwi.c
266
(pm8001_ha->forensic_info.data_buf.direct_len
drivers/scsi/pm8001/pm80xx_hwi.c
268
pm8001_ha->forensic_info.data_buf.direct_data +=
drivers/scsi/pm8001/pm80xx_hwi.c
270
forensic_info.data_buf.direct_data,
drivers/scsi/pm8001/pm80xx_hwi.c
279
((char *)pm8001_ha->forensic_info.data_buf.direct_data
drivers/scsi/pm8001/pm80xx_hwi.c
283
return (char *)pm8001_ha->forensic_info.data_buf.direct_data -
drivers/scsi/pm8001/pm80xx_hwi.c
323
pm8001_ha->forensic_info.data_buf.direct_data +=
drivers/scsi/pm8001/pm80xx_hwi.c
325
pm8001_ha->forensic_info.data_buf.direct_data,
drivers/scsi/pm8001/pm80xx_hwi.c
328
pm8001_ha->forensic_info.data_buf.direct_data
drivers/scsi/pm8001/pm80xx_hwi.c
347
pm8001_ha->forensic_info.data_buf.direct_data +=
drivers/scsi/pm8001/pm80xx_hwi.c
349
pm8001_ha->forensic_info.data_buf.direct_data,
drivers/scsi/pm8001/pm80xx_hwi.c
351
return((char *)pm8001_ha->forensic_info.data_buf.direct_data -
drivers/scsi/pm8001/pm80xx_hwi.c
368
pm8001_ha->forensic_info.data_buf.direct_data +=
drivers/scsi/pm8001/pm80xx_hwi.c
369
sprintf(pm8001_ha->forensic_info.data_buf.direct_data,
drivers/scsi/pm8001/pm80xx_hwi.c
371
pm8001_ha->forensic_info.data_buf.read_len = 0xFFFFFFFF;
drivers/scsi/pm8001/pm80xx_hwi.c
372
pm8001_ha->forensic_info.data_buf.direct_len = 0;
drivers/scsi/pm8001/pm80xx_hwi.c
373
pm8001_ha->forensic_info.data_buf.direct_offset = 0;
drivers/scsi/pm8001/pm80xx_hwi.c
374
pm8001_ha->forensic_info.data_buf.read_len = 0;
drivers/scsi/pm8001/pm80xx_hwi.c
377
offset = (int)((char *)pm8001_ha->forensic_info.data_buf.direct_data
drivers/scsi/pm8001/pm80xx_hwi.c
380
return ((char *)pm8001_ha->forensic_info.data_buf.direct_data -
drivers/scsi/pm8001/pm80xx_hwi.c
413
snprintf(pm8001_ha->forensic_info.data_buf.direct_data,
drivers/scsi/scsi_transport_fc.c
531
u32 data_len, char *data_buf, u64 vendor_id)
drivers/scsi/scsi_transport_fc.c
540
if (!data_buf || data_len < 4)
drivers/scsi/scsi_transport_fc.c
572
memcpy(event->event_data_flex, data_buf, data_len);
drivers/scsi/scsi_transport_fc.c
588
(data_len) ? *((u32 *)data_buf) : 0xFFFFFFFF, err);
drivers/scsi/scsi_transport_fc.c
627
u32 data_len, char * data_buf, u64 vendor_id)
drivers/scsi/scsi_transport_fc.c
630
data_len, data_buf, vendor_id);
drivers/spi/spi-amlogic-spifc-a4.c
1132
sfc->data_buf = devm_kzalloc(dev, SFC_BUF_SIZE, GFP_KERNEL);
drivers/spi/spi-amlogic-spifc-a4.c
1133
if (!sfc->data_buf)
drivers/spi/spi-amlogic-spifc-a4.c
1135
sfc->info_buf = (__le64 *)(sfc->data_buf + SFC_DATABUF_SIZE);
drivers/spi/spi-amlogic-spifc-a4.c
201
u8 *data_buf;
drivers/spi/spi-amlogic-spifc-a4.c
703
ret = aml_sfc_dma_buffer_setup(sfc, sfc->data_buf, data_len,
drivers/spi/spi-amlogic-spifc-a4.c
729
memcpy(op->data.buf.in, sfc->data_buf, page_size);
drivers/spi/spi-amlogic-spifc-a4.c
733
memcpy(op->data.buf.in, sfc->data_buf, page_size);
drivers/spi/spi-amlogic-spifc-a4.c
757
memcpy(sfc->data_buf, op->data.buf.out, page_size);
drivers/spi/spi-amlogic-spifc-a4.c
768
ret = aml_sfc_dma_buffer_setup(sfc, sfc->data_buf, data_len,
drivers/spi/spi-qpic-snand.c
1031
u8 *data_buf = NULL, *oob_buf = NULL;
drivers/spi/spi-qpic-snand.c
1041
data_buf = snandc->qspi->data_buf;
drivers/spi/spi-qpic-snand.c
1078
qcom_write_data_dma(snandc, reg_off, data_buf, data_size1,
drivers/spi/spi-qpic-snand.c
108
u8 *data_buf;
drivers/spi/spi-qpic-snand.c
1081
data_buf += data_size1;
drivers/spi/spi-qpic-snand.c
1088
qcom_write_data_dma(snandc, reg_off, data_buf, data_size2,
drivers/spi/spi-qpic-snand.c
1091
data_buf += data_size2;
drivers/spi/spi-qpic-snand.c
1112
u8 *data_buf = NULL, *oob_buf = NULL;
drivers/spi/spi-qpic-snand.c
1123
if (snandc->qspi->data_buf)
drivers/spi/spi-qpic-snand.c
1124
data_buf = snandc->qspi->data_buf;
drivers/spi/spi-qpic-snand.c
1156
if (data_buf)
drivers/spi/spi-qpic-snand.c
1157
qcom_write_data_dma(snandc, FLASH_BUF_ACC, data_buf, data_size,
drivers/spi/spi-qpic-snand.c
1170
if (data_buf)
drivers/spi/spi-qpic-snand.c
1171
data_buf += data_size;
drivers/spi/spi-qpic-snand.c
1202
oob_buf = snandc->qspi->data_buf;
drivers/spi/spi-qpic-snand.c
1312
snandc->qspi->data_buf = (u8 *)op->data.buf.out;
drivers/spi/spi-qpic-snand.c
707
static int qcom_spi_read_cw_raw(struct qcom_nand_controller *snandc, u8 *data_buf,
drivers/spi/spi-qpic-snand.c
777
qcom_read_data_dma(snandc, reg_off, data_buf, data_size1, 0);
drivers/spi/spi-qpic-snand.c
783
qcom_read_data_dma(snandc, reg_off, data_buf + data_size1, data_size2, 0);
drivers/spi/spi-qpic-snand.c
801
u8 *data_buf = NULL, *oob_buf = NULL;
drivers/spi/spi-qpic-snand.c
806
data_buf = op->data.buf.in;
drivers/spi/spi-qpic-snand.c
812
ret = qcom_spi_read_cw_raw(snandc, data_buf, oob_buf, cw);
drivers/spi/spi-qpic-snand.c
816
if (data_buf)
drivers/spi/spi-qpic-snand.c
817
data_buf += ecc_cfg->cw_data;
drivers/spi/spi-qpic-snand.c
829
u8 *data_buf = NULL, *oob_buf = NULL;
drivers/spi/spi-qpic-snand.c
833
data_buf = op->data.buf.in;
drivers/spi/spi-qpic-snand.c
875
if (data_buf && oob_buf) {
drivers/spi/spi-qpic-snand.c
878
} else if (data_buf) {
drivers/spi/spi-qpic-snand.c
886
if (data_buf)
drivers/spi/spi-qpic-snand.c
887
qcom_read_data_dma(snandc, FLASH_BUF_ACC, data_buf,
drivers/spi/spi-qpic-snand.c
899
if (data_buf)
drivers/spi/spi-qpic-snand.c
900
data_buf += data_size;
drivers/target/iscsi/cxgbit/cxgbit_target.c
534
const void *data_buf, u32 data_buf_len)
drivers/target/iscsi/cxgbit/cxgbit_target.c
549
skb_store_bits(skb, ISCSI_HDR_LEN, data_buf, data_buf_len);
drivers/target/iscsi/iscsi_target.c
3248
void *data_buf = NULL;
drivers/target/iscsi/iscsi_target.c
3264
data_buf = cmd->sense_buffer;
drivers/target/iscsi/iscsi_target.c
3279
return conn->conn_transport->iscsit_xmit_pdu(conn, cmd, NULL, data_buf,
drivers/target/iscsi/iscsi_target.c
499
const void *data_buf, u32 data_buf_len)
drivers/target/iscsi/iscsi_target.c
525
iov[niov].iov_base = (void *)data_buf;
drivers/target/iscsi/iscsi_target.c
538
cmd->data_crc = iscsit_crc_buf(data_buf, data_buf_len,
drivers/tee/optee/smc_abi.c
1574
u8 *data_buf = NULL;
drivers/tee/optee/smc_abi.c
1601
data_buf = kmemdup(fw->data, fw->size, GFP_KERNEL | GFP_DMA);
drivers/tee/optee/smc_abi.c
1602
if (!data_buf) {
drivers/tee/optee/smc_abi.c
1606
data_pa = virt_to_phys(data_buf);
drivers/tee/optee/smc_abi.c
1630
kfree(data_buf);
drivers/usb/dwc2/hcd.c
1100
u32 *data_buf = (u32 *)chan->xfer_buf;
drivers/usb/dwc2/hcd.c
1113
if (((unsigned long)data_buf & 0x3) == 0) {
drivers/usb/dwc2/hcd.c
1115
for (i = 0; i < dword_count; i++, data_buf++)
drivers/usb/dwc2/hcd.c
1116
dwc2_writel(hsotg, *data_buf, HCFIFO(chan->hc_num));
drivers/usb/dwc2/hcd.c
1119
for (i = 0; i < dword_count; i++, data_buf++) {
drivers/usb/dwc2/hcd.c
1120
u32 data = data_buf[0] | data_buf[1] << 8 |
drivers/usb/dwc2/hcd.c
1121
data_buf[2] << 16 | data_buf[3] << 24;
drivers/usb/dwc2/hcd.c
375
u32 *data_buf = (u32 *)dest;
drivers/usb/dwc2/hcd.c
387
for (i = 0; i < word_count; i++, data_buf++)
drivers/usb/dwc2/hcd.c
388
*data_buf = dwc2_readl(hsotg, HCFIFO(0));
drivers/usb/gadget/function/f_tcm.c
1101
cmd->data_buf,
drivers/usb/gadget/function/f_tcm.c
1130
cmd->data_buf = kmalloc(se_cmd->data_length, GFP_ATOMIC);
drivers/usb/gadget/function/f_tcm.c
1131
if (!cmd->data_buf)
drivers/usb/gadget/function/f_tcm.c
1134
req->buf = cmd->data_buf;
drivers/usb/gadget/function/f_tcm.c
1598
kfree(cmd->data_buf);
drivers/usb/gadget/function/f_tcm.c
223
cmd->data_buf = kmalloc(se_cmd->data_length, GFP_ATOMIC);
drivers/usb/gadget/function/f_tcm.c
224
if (!cmd->data_buf)
drivers/usb/gadget/function/f_tcm.c
229
cmd->data_buf,
drivers/usb/gadget/function/f_tcm.c
232
fu->bot_req_in->buf = cmd->data_buf;
drivers/usb/gadget/function/f_tcm.c
565
cmd->data_buf = kmalloc(se_cmd->data_length, GFP_ATOMIC);
drivers/usb/gadget/function/f_tcm.c
566
if (!cmd->data_buf)
drivers/usb/gadget/function/f_tcm.c
571
cmd->data_buf,
drivers/usb/gadget/function/f_tcm.c
574
stream->req_in->buf = cmd->data_buf;
drivers/usb/gadget/function/f_tcm.c
792
kfree(cmd->data_buf);
drivers/usb/gadget/function/f_tcm.c
793
cmd->data_buf = NULL;
drivers/usb/gadget/function/tcm.h
83
void *data_buf; /* used if no sg support available */
fs/smb/server/smb2pdu.c
7305
struct smb2_read_req *req, void *data_buf,
fs/smb/server/smb2pdu.c
7310
err = ksmbd_conn_rdma_write(work->conn, data_buf, length,
fs/smb/server/smb2pdu.c
7548
char *data_buf;
fs/smb/server/smb2pdu.c
7565
data_buf = (char *)(((char *)&req->hdr.ProtocolId) +
fs/smb/server/smb2pdu.c
7568
rpc_resp = ksmbd_rpc_write(work->sess, id, data_buf, length);
fs/smb/server/smb2pdu.c
7607
char *data_buf;
fs/smb/server/smb2pdu.c
7611
data_buf = kvzalloc(length, KSMBD_DEFAULT_GFP);
fs/smb/server/smb2pdu.c
7612
if (!data_buf)
fs/smb/server/smb2pdu.c
7615
ret = ksmbd_conn_rdma_read(work->conn, data_buf, length,
fs/smb/server/smb2pdu.c
7620
kvfree(data_buf);
fs/smb/server/smb2pdu.c
7624
ret = ksmbd_vfs_write(work, fp, data_buf, length, &offset, sync, &nbytes);
fs/smb/server/smb2pdu.c
7625
kvfree(data_buf);
fs/smb/server/smb2pdu.c
7646
char *data_buf;
fs/smb/server/smb2pdu.c
7755
data_buf = (char *)(((char *)&req->hdr.ProtocolId) +
fs/smb/server/smb2pdu.c
7760
err = ksmbd_vfs_write(work, fp, data_buf, length, &offset,
fs/smb/server/smb2pdu.c
8760
char *data_buf = (char *)req + le32_to_cpu(req->InputOffset);
fs/smb/server/smb2pdu.c
8763
rpc_resp = ksmbd_rpc_ioctl(work->sess, id, data_buf,
include/linux/mtd/rawnand.h
1319
u8 *data_buf;
include/linux/mtd/rawnand.h
1633
return chip->data_buf;
include/linux/mtd/rawnand.h
377
uint32_t data_len, const uint8_t *data_buf,
include/scsi/scsi_transport_fc.h
854
u32 data_len, char *data_buf, u64 vendor_id);
include/scsi/scsi_transport_fc.h
858
u32 data_len, char *data_buf, u64 vendor_id);
include/soc/tegra/bpmp-abi.h
1339
uint8_t data_buf[TEGRA_I2C_IPC_MAX_IN_BUF_SIZE];
include/soc/tegra/bpmp-abi.h
1353
uint8_t data_buf[TEGRA_I2C_IPC_MAX_OUT_BUF_SIZE];
kernel/sched/ext/ext.c
9710
static s32 __bstr_format(struct scx_sched *sch, u64 *data_buf, char *line_buf,
kernel/sched/ext/ext.c
9723
ret = copy_from_kernel_nofault(data_buf, data, data__sz);
kernel/sched/ext/ext.c
9729
ret = bpf_bprintf_prepare(fmt, UINT_MAX, data_buf, data__sz / 8,
sound/soc/sof/amd/acp-loader.c
236
dma_free_coherent(&pci->dev, ACP_DEFAULT_DRAM_LENGTH, adata->data_buf,
sound/soc/sof/amd/acp-loader.c
238
adata->data_buf = NULL;
sound/soc/sof/amd/acp-loader.c
76
if (!adata->data_buf) {
sound/soc/sof/amd/acp-loader.c
77
adata->data_buf = dma_alloc_coherent(&pci->dev,
sound/soc/sof/amd/acp-loader.c
81
if (!adata->data_buf)
sound/soc/sof/amd/acp-loader.c
84
dest = adata->data_buf + offset;
sound/soc/sof/amd/acp.h
257
u8 *data_buf;
tools/testing/selftests/bpf/prog_tests/lwt_reroute.c
104
memset(data_buf, 0, sizeof(data_buf));
tools/testing/selftests/bpf/prog_tests/lwt_reroute.c
82
char data_buf[8]; /* only #pkts matter, so use a random small buffer */
tools/testing/selftests/bpf/prog_tests/lwt_reroute.c
85
.iov_base = data_buf,
tools/testing/selftests/bpf/prog_tests/lwt_reroute.c
86
.iov_len = sizeof(data_buf),