Home
last modified time | relevance | path

Searched refs:data_out (Results 1 – 25 of 58) sorted by relevance

123

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_adjust_tail.c15 .data_out = buf, in test_xdp_adjust_tail_shrink()
50 .data_out = buf, in test_xdp_adjust_tail_grow()
92 .data_out = &buf, in test_xdp_adjust_tail_grow2()
174 topts.data_out = buf; in test_xdp_adjust_frags_tail_shrink()
238 topts.data_out = buf; in test_xdp_adjust_frags_tail_grow()
260 topts.data_in = topts.data_out = buf; in test_xdp_adjust_frags_tail_grow()
H A Dxdp_adjust_frags.c37 topts.data_out = buf; in test_xdp_update_frags()
62 topts.data_out = buf; in test_xdp_update_frags()
130 topts.data_out = buf; in test_xdp_update_frags()
H A Dprog_run_opts.c34 .data_out = buf, in test_prog_run_opts()
59 topts.data_out = NULL; in test_prog_run_opts()
H A Dparse_tcp_hdr_opt.c38 .data_out = buf, in test_parse_opt()
68 .data_out = buf, in test_parse_opt_dynptr()
H A Dxdp_noinline.c35 .data_out = buf, in test_xdp_noinline()
56 topts.data_out = buf; in test_xdp_noinline()
H A Dcheck_mtu.c90 .data_out = buf, in test_check_mtu_run_xdp()
142 .data_out = buf, in test_check_mtu_run_tc()
H A Dxdp_perf.c13 .data_out = out, in test_xdp_perf()
H A Dmap_ptr.c18 .data_out = buf, in test_map_ptr()
H A Dflow_dissector_load_bytes.c32 .data_out = &flow_keys, in serial_test_flow_dissector_load_bytes()
H A Dxdp.c20 .data_out = buf, in test_xdp()
H A Ddynptr.c76 .data_out = buf, in verify_success()
H A Dtype_cast.c16 .data_out = buf, in test_xdp()
/linux/drivers/gpio/
H A Dgpio-f7188x.c368 u8 dir, data_out; in f7188x_gpio_direction_out() local
375 data_out = superio_inb(sio->addr, f7188x_gpio_data_out(bank->regbase)); in f7188x_gpio_direction_out()
377 data_out |= BIT(offset); in f7188x_gpio_direction_out()
379 data_out &= ~BIT(offset); in f7188x_gpio_direction_out()
380 superio_outb(sio->addr, f7188x_gpio_data_out(bank->regbase), data_out); in f7188x_gpio_direction_out()
399 u8 data_out; in f7188x_gpio_set() local
406 data_out = superio_inb(sio->addr, f7188x_gpio_data_out(bank->regbase)); in f7188x_gpio_set()
408 data_out |= BIT(offset); in f7188x_gpio_set()
410 data_out &= ~BIT(offset); in f7188x_gpio_set()
411 superio_outb(sio->addr, f7188x_gpio_data_out(bank->regbase), data_out); in f7188x_gpio_set()
H A Dgpio-nomadik.c402 bool data_out; in nmk_gpio_dbg_show_one() local
422 data_out = !!(readl(nmk_chip->addr + NMK_GPIO_DAT) & BIT(offset)); in nmk_gpio_dbg_show_one()
433 data_out ? "hi" : "lo", in nmk_gpio_dbg_show_one()
/linux/drivers/hwmon/
H A Dsbrmi.c73 u32 data_out; member
175 msg->data_out |= ret << i * 8; in rmi_mailbox_xfer()
212 msg.data_out = data->pwr_limit_max; in sbrmi_read()
221 *val = (long)msg.data_out * 1000; in sbrmi_read()
295 data->pwr_limit_max = msg.data_out; in sbrmi_get_max_pwr_limit()
/linux/drivers/char/ipmi/
H A Dkcs_bmc_cdev_ipmi.c86 u8 *data_out; member
191 kcs_bmc_write_data(dev, priv->data_out[priv->data_out_idx++]); in kcs_bmc_ipmi_handle_data()
404 memcpy(priv->data_out, priv->kbuffer, count); in kcs_bmc_ipmi_write()
405 kcs_bmc_write_data(priv->client.dev, priv->data_out[0]); in kcs_bmc_ipmi_write()
489 priv->data_out = 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()
535 devm_kfree(kcs_bmc->dev, priv->data_out); in kcs_bmc_ipmi_remove_device()
/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_transport.c364 void *data_out = NULL; in _transport_expander_report_manufacture() local
401 data_out = dma_alloc_coherent(&ioc->pdev->dev, data_out_sz + data_in_sz, in _transport_expander_report_manufacture()
403 if (!data_out) { in _transport_expander_report_manufacture()
413 manufacture_request = data_out; in _transport_expander_report_manufacture()
460 manufacture_reply = data_out + sizeof(struct rep_manu_request); in _transport_expander_report_manufacture()
482 if (data_out) in _transport_expander_report_manufacture()
484 data_out, data_out_dma); in _transport_expander_report_manufacture()
1277 void *data_out = NULL; in _transport_get_expander_phy_error_log() local
1311 data_out = dma_alloc_coherent(&ioc->pdev->dev, sz, &data_out_dma, in _transport_get_expander_phy_error_log()
1313 if (!data_out) { in _transport_get_expander_phy_error_log()
[all …]
/linux/drivers/comedi/drivers/
H A Dmpc624.c112 unsigned int data_out = devpriv->ai_speed; in mpc624_ai_get_sample() local
125 bit = (data_out & BIT(31)) ? MPC624_ADSDI : 0; in mpc624_ai_get_sample()
138 data_out <<= 1; in mpc624_ai_get_sample()
/linux/fs/jffs2/
H A Dcompr.h55 int (*decompress)(unsigned char *cdata_in, unsigned char *data_out,
79 unsigned char *data_out, uint32_t cdatalen, uint32_t datalen);
H A Dcompr.c255 unsigned char *data_out, uint32_t cdatalen, uint32_t datalen) in jffs2_decompress() argument
268 memcpy(data_out, cdata_in, datalen); in jffs2_decompress()
272 memset(data_out, 0, datalen); in jffs2_decompress()
280 ret = this->decompress(cdata_in, data_out, cdatalen, datalen); in jffs2_decompress()
/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_transport.c138 void *data_out = NULL; in mpi3mr_report_manufacture() local
161 data_out = dma_alloc_coherent(&mrioc->pdev->dev, in mpi3mr_report_manufacture()
163 if (!data_out) { in mpi3mr_report_manufacture()
169 manufacture_reply = data_out + data_out_sz; in mpi3mr_report_manufacture()
171 manufacture_request = data_out; in mpi3mr_report_manufacture()
233 if (data_out) in mpi3mr_report_manufacture()
235 data_out, data_out_dma); in mpi3mr_report_manufacture()
2549 void *data_out = NULL; in mpi3mr_get_expander_phy_error_log() local
2570 data_out = dma_alloc_coherent(&mrioc->pdev->dev, sz, &data_out_dma, in mpi3mr_get_expander_phy_error_log()
2572 if (!data_out) { in mpi3mr_get_expander_phy_error_log()
[all …]
/linux/net/bpf/
H A Dtest_run.c452 void __user *data_out = u64_to_user_ptr(kattr->test.data_out); in bpf_test_finish() local
465 if (data_out) { in bpf_test_finish()
473 if (copy_to_user(data_out, data, len)) in bpf_test_finish()
491 if (copy_to_user(data_out + offset, in bpf_test_finish()
763 if (kattr->test.data_in || kattr->test.data_out || in bpf_prog_test_run_raw_tp()
813 void __user *data_out = u64_to_user_ptr(kattr->test.ctx_out); in bpf_ctx_init() local
818 if (!data_in && !data_out) in bpf_ctx_init()
845 void __user *data_out = u64_to_user_ptr(kattr->test.ctx_out); in bpf_ctx_finish() local
849 if (!data || !data_out) in bpf_ctx_finish()
857 if (copy_to_user(data_out, data, copy_size)) in bpf_ctx_finish()
[all …]
/linux/drivers/input/joystick/iforce/
H A Diforce-usb.c20 u8 data_out[IFORCE_MAX_LENGTH] ____cacheline_aligned; member
235 iforce_usb->data_out, sizeof(iforce_usb->data_out), in iforce_usb_probe()
/linux/drivers/mtd/nand/raw/
H A Domap2.c180 void (*data_out)(struct nand_chip *chip, member
1402 info->data_out(chip, buf + (eccpg * info->eccpg_size), in omap_write_page_bch()
1421 info->data_out(chip, chip->oob_poi, mtd->oobsize, false); in omap_write_page_bch()
1466 info->data_out(chip, buf + (eccpg * info->eccpg_size), in omap_write_subpage_bch()
1500 info->data_out(chip, chip->oob_poi, mtd->oobsize, false); in omap_write_subpage_bch()
1844 info->data_out = omap_nand_data_out_pref; in omap_nand_attach_chip()
1878 info->data_out = omap_nand_data_out_dma_pref; in omap_nand_attach_chip()
1910 info->data_out = omap_nand_data_out_irq_pref; in omap_nand_attach_chip()
2132 info->data_out(chip, instr->ctx.data.buf.out, in omap_nand_exec_instr()
2249 info->data_out = omap_nand_data_out; in omap_nand_probe()
/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_fw.c291 sym_fw_fill_data(scripta0->data_in, scripta0->data_out); in sym_fw1_setup()
313 sym_fw_fill_data(scripta0->data_in, scripta0->data_out); in sym_fw2_setup()

123