Home
last modified time | relevance | path

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

12

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_adjust_tail.c15 .data_out = buf, in test_xdp_adjust_tail_shrink()
49 .data_out = buf, in test_xdp_adjust_tail_grow()
99 .data_out = &buf, in test_xdp_adjust_tail_grow2()
181 topts.data_out = buf; in test_xdp_adjust_frags_tail_shrink()
245 topts.data_out = buf; in test_xdp_adjust_frags_tail_grow_4k()
273 topts.data_in = topts.data_out = buf; in test_xdp_adjust_frags_tail_grow_4k()
316 topts.data_out = buf; in test_xdp_adjust_frags_tail_grow_64k()
344 topts.data_in = topts.data_out = buf; in test_xdp_adjust_frags_tail_grow_64k()
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 Dtype_cast.c16 .data_out = buf, in test_xdp()
H A Dl4lb_all.c32 .data_out = buf, in test_l4lb()
H A Dqueue_stack_map.c21 .data_out = buf, in test_queue_stack_map_by_type()
H A Ddynptr.c104 .data_out = buf, in verify_success()
H A Dxdp_bpf2bpf.c78 topts.data_out = buf; in run_xdp_bpf2bpf_pkt_size()
/linux/drivers/gpio/
H A Dgpio-f7188x.c369 u8 dir, data_out; in f7188x_gpio_direction_out() local
376 data_out = superio_inb(sio->addr, f7188x_gpio_data_out(bank->regbase)); in f7188x_gpio_direction_out()
378 data_out |= BIT(offset); in f7188x_gpio_direction_out()
380 data_out &= ~BIT(offset); in f7188x_gpio_direction_out()
381 superio_outb(sio->addr, f7188x_gpio_data_out(bank->regbase), data_out); in f7188x_gpio_direction_out()
401 u8 data_out; in f7188x_gpio_set() local
409 data_out = superio_inb(sio->addr, f7188x_gpio_data_out(bank->regbase)); in f7188x_gpio_set()
411 data_out |= BIT(offset); in f7188x_gpio_set()
413 data_out &= ~BIT(offset); in f7188x_gpio_set()
414 superio_outb(sio->addr, f7188x_gpio_data_out(bank->regbase), data_out); in f7188x_gpio_set()
/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/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/net/bpf/
H A Dtest_run.c442 void __user *data_out = u64_to_user_ptr(kattr->test.data_out); in bpf_test_finish() local
455 if (data_out) { in bpf_test_finish()
463 if (copy_to_user(data_out, data, len)) in bpf_test_finish()
481 if (copy_to_user(data_out + offset, in bpf_test_finish()
756 if (kattr->test.data_in || kattr->test.data_out || in bpf_prog_test_run_raw_tp()
806 void __user *data_out = u64_to_user_ptr(kattr->test.ctx_out); in bpf_ctx_init() local
811 if (!data_in && !data_out) in bpf_ctx_init()
838 void __user *data_out = u64_to_user_ptr(kattr->test.ctx_out); in bpf_ctx_finish() local
842 if (!data || !data_out) in bpf_ctx_finish()
850 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
234 iforce_usb->data_out, sizeof(iforce_usb->data_out), in iforce_usb_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()
H A Dsym_fw.h45 SYM_GEN_A(s, data_out) SYM_GEN_A(s, data_out2) \
/linux/drivers/usb/host/
H A Dxhci-tegra.c202 u16 data_out; member
768 value = ops->mbox_reg_readl(tegra, tegra->soc->mbox.data_out); in tegra_xusb_mbox_thread()
2581 .data_out = 0xec,
2619 .data_out = 0xec,
2662 .data_out = 0xec,
2695 .data_out = 0x70,
2728 .data_out = XUSB_BAR2_ARU_MBOX_DATA_OUT,

12