| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | xdp_adjust_tail.c | 15 .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 D | xdp_adjust_frags.c | 37 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 D | prog_run_opts.c | 34 .data_out = buf, in test_prog_run_opts() 59 topts.data_out = NULL; in test_prog_run_opts()
|
| H A D | parse_tcp_hdr_opt.c | 38 .data_out = buf, in test_parse_opt() 68 .data_out = buf, in test_parse_opt_dynptr()
|
| H A D | xdp_noinline.c | 35 .data_out = buf, in test_xdp_noinline() 56 topts.data_out = buf; in test_xdp_noinline()
|
| H A D | check_mtu.c | 90 .data_out = buf, in test_check_mtu_run_xdp() 142 .data_out = buf, in test_check_mtu_run_tc()
|
| H A D | xdp_perf.c | 13 .data_out = out, in test_xdp_perf()
|
| H A D | map_ptr.c | 18 .data_out = buf, in test_map_ptr()
|
| H A D | flow_dissector_load_bytes.c | 32 .data_out = &flow_keys, in serial_test_flow_dissector_load_bytes()
|
| H A D | xdp.c | 20 .data_out = buf, in test_xdp()
|
| H A D | type_cast.c | 16 .data_out = buf, in test_xdp()
|
| H A D | l4lb_all.c | 32 .data_out = buf, in test_l4lb()
|
| H A D | queue_stack_map.c | 21 .data_out = buf, in test_queue_stack_map_by_type()
|
| /linux/drivers/gpio/ |
| H A D | gpio-f7188x.c | 369 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()
|
| H A D | gpio-nomadik.c | 408 bool data_out; in nmk_gpio_dbg_show_one() local 428 data_out = !!(readl(nmk_chip->addr + NMK_GPIO_DAT) & BIT(offset)); in nmk_gpio_dbg_show_one() 442 offset, label ?: "(none)", str_hi_lo(data_out), in nmk_gpio_dbg_show_one()
|
| /linux/drivers/char/ipmi/ |
| H A D | kcs_bmc_cdev_ipmi.c | 86 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 D | mpt3sas_transport.c | 367 void *data_out = NULL; in _transport_expander_report_manufacture() local 404 data_out = dma_alloc_coherent(&ioc->pdev->dev, data_out_sz + data_in_sz, in _transport_expander_report_manufacture() 406 if (!data_out) { in _transport_expander_report_manufacture() 416 manufacture_request = data_out; in _transport_expander_report_manufacture() 463 manufacture_reply = data_out + sizeof(struct rep_manu_request); in _transport_expander_report_manufacture() 485 if (data_out) in _transport_expander_report_manufacture() 487 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 …]
|
| H A D | mpt3sas_ctl.c | 711 void *data_out = NULL; in _ctl_do_mpt_command() local 795 data_out = dma_alloc_coherent(&ioc->pdev->dev, data_out_sz, in _ctl_do_mpt_command() 797 if (!data_out) { in _ctl_do_mpt_command() 804 if (copy_from_user(data_out, karg.data_out_buf_ptr, in _ctl_do_mpt_command() 971 if (unlikely(data_out == NULL)) { in _ctl_do_mpt_command() 978 data = data_out; in _ctl_do_mpt_command() 1210 if (data_out) in _ctl_do_mpt_command() 1211 dma_free_coherent(&ioc->pdev->dev, data_out_sz, data_out, in _ctl_do_mpt_command() 2923 void *data_out = NULL; in mpt3sas_send_mctp_passthru_req() local 2982 data_out = dma_alloc_coherent(&ioc->pdev->dev, data_out_sz, in mpt3sas_send_mctp_passthru_req() [all …]
|
| /linux/drivers/comedi/drivers/ |
| H A D | mpc624.c | 112 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 D | compr.h | 55 int (*decompress)(unsigned char *cdata_in, unsigned char *data_out, 79 unsigned char *data_out, uint32_t cdatalen, uint32_t datalen);
|
| H A D | compr.c | 255 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 D | mpi3mr_transport.c | 138 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() 2571 void *data_out = NULL; in mpi3mr_get_expander_phy_error_log() local 2592 data_out = dma_alloc_coherent(&mrioc->pdev->dev, sz, &data_out_dma, in mpi3mr_get_expander_phy_error_log() 2594 if (!data_out) { in mpi3mr_get_expander_phy_error_log() [all …]
|
| /linux/net/bpf/ |
| H A D | test_run.c | 442 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() 757 if (kattr->test.data_in || kattr->test.data_out || in bpf_prog_test_run_raw_tp() 807 void __user *data_out = u64_to_user_ptr(kattr->test.ctx_out); in bpf_ctx_init() local 812 if (!data_in && !data_out) in bpf_ctx_init() 839 void __user *data_out = u64_to_user_ptr(kattr->test.ctx_out); in bpf_ctx_finish() local 843 if (!data || !data_out) in bpf_ctx_finish() 851 if (copy_to_user(data_out, data, copy_size)) in bpf_ctx_finish() [all …]
|
| /linux/drivers/input/joystick/iforce/ |
| H A D | iforce-usb.c | 20 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 D | sym_fw.c | 291 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()
|