/linux-4.1.27/drivers/net/ethernet/sfc/ |
D | mcdi_port.c | 39 MCDI_DECLARE_BUF(outbuf, MC_CMD_GET_PHY_CFG_OUT_LEN); in efx_mcdi_get_phy_cfg() 47 outbuf, sizeof(outbuf), &outlen); in efx_mcdi_get_phy_cfg() 56 cfg->flags = MCDI_DWORD(outbuf, GET_PHY_CFG_OUT_FLAGS); in efx_mcdi_get_phy_cfg() 57 cfg->type = MCDI_DWORD(outbuf, GET_PHY_CFG_OUT_TYPE); in efx_mcdi_get_phy_cfg() 59 MCDI_DWORD(outbuf, GET_PHY_CFG_OUT_SUPPORTED_CAP); in efx_mcdi_get_phy_cfg() 60 cfg->channel = MCDI_DWORD(outbuf, GET_PHY_CFG_OUT_CHANNEL); in efx_mcdi_get_phy_cfg() 61 cfg->port = MCDI_DWORD(outbuf, GET_PHY_CFG_OUT_PRT); in efx_mcdi_get_phy_cfg() 62 cfg->stats_mask = MCDI_DWORD(outbuf, GET_PHY_CFG_OUT_STATS_MASK); in efx_mcdi_get_phy_cfg() 63 memcpy(cfg->name, MCDI_PTR(outbuf, GET_PHY_CFG_OUT_NAME), in efx_mcdi_get_phy_cfg() 65 cfg->media = MCDI_DWORD(outbuf, GET_PHY_CFG_OUT_MEDIA_TYPE); in efx_mcdi_get_phy_cfg() [all …]
|
D | mcdi.c | 408 efx_dword_t *outbuf; in efx_mcdi_complete_async() local 447 outbuf = (efx_dword_t *)(async + 1); in efx_mcdi_complete_async() 448 efx->type->mcdi_read_response(efx, outbuf, hdr_len, in efx_mcdi_complete_async() 457 async->complete(efx, async->cookie, rc, outbuf, data_len); in efx_mcdi_complete_async() 533 efx_dword_t *outbuf, size_t outlen, in _efx_mcdi_rpc_finish() argument 587 efx->type->mcdi_read_response(efx, outbuf, hdr_len, in _efx_mcdi_rpc_finish() 618 efx_dword_t *outbuf, size_t outlen, in _efx_mcdi_rpc() argument 629 return _efx_mcdi_rpc_finish(efx, cmd, inlen, outbuf, outlen, in _efx_mcdi_rpc() 635 efx_dword_t *outbuf, size_t outlen, in efx_mcdi_rpc() argument 638 return _efx_mcdi_rpc(efx, cmd, inbuf, inlen, outbuf, outlen, in efx_mcdi_rpc() [all …]
|
D | ef10.c | 100 MCDI_DECLARE_BUF(outbuf, MC_CMD_GET_CAPABILITIES_OUT_LEN); in efx_ef10_init_datapath_caps() 108 outbuf, sizeof(outbuf), &outlen); in efx_ef10_init_datapath_caps() 111 if (outlen < sizeof(outbuf)) { in efx_ef10_init_datapath_caps() 118 MCDI_DWORD(outbuf, GET_CAPABILITIES_OUT_FLAGS1); in efx_ef10_init_datapath_caps() 139 MCDI_DECLARE_BUF(outbuf, MC_CMD_GET_CLOCK_OUT_LEN); in efx_ef10_get_sysclk_freq() 143 outbuf, sizeof(outbuf), NULL); in efx_ef10_get_sysclk_freq() 146 rc = MCDI_DWORD(outbuf, GET_CLOCK_OUT_SYS_FREQ); in efx_ef10_get_sysclk_freq() 152 MCDI_DECLARE_BUF(outbuf, MC_CMD_GET_MAC_ADDRESSES_OUT_LEN); in efx_ef10_get_mac_address() 159 outbuf, sizeof(outbuf), &outlen); in efx_ef10_get_mac_address() 166 MCDI_PTR(outbuf, GET_MAC_ADDRESSES_OUT_MAC_ADDR_BASE)); in efx_ef10_get_mac_address() [all …]
|
D | ptp.c | 369 MCDI_DECLARE_BUF(outbuf, MC_CMD_PTP_OUT_STATUS_LEN); in efx_ptp_update_stats() 391 outbuf, sizeof(outbuf), NULL); in efx_ptp_update_stats() 395 memset(outbuf, 0, sizeof(outbuf)); in efx_ptp_update_stats() 399 stats, _MCDI_PTR(outbuf, 0), false); in efx_ptp_update_stats() 481 MCDI_DECLARE_BUF(outbuf, MC_CMD_PTP_OUT_GET_ATTRIBUTES_LEN); in efx_ptp_get_attributes() 494 outbuf, sizeof(outbuf), &out_len); in efx_ptp_get_attributes() 496 fmt = MCDI_DWORD(outbuf, PTP_OUT_GET_ATTRIBUTES_TIME_FORMAT); in efx_ptp_get_attributes() 522 MCDI_DWORD(outbuf, in efx_ptp_get_attributes() 534 MCDI_DECLARE_BUF(outbuf, MC_CMD_PTP_OUT_GET_TIMESTAMP_CORRECTIONS_LEN); in efx_ptp_get_timestamp_corrections() 545 outbuf, sizeof(outbuf), NULL); in efx_ptp_get_timestamp_corrections() [all …]
|
D | mcdi_mon.c | 311 MCDI_DECLARE_BUF(outbuf, MC_CMD_SENSOR_INFO_OUT_LENMAX); in efx_mcdi_mon_probe() 325 outbuf, sizeof(outbuf), &outlen); in efx_mcdi_mon_probe() 331 mask = MCDI_DWORD(outbuf, SENSOR_INFO_OUT_MASK); in efx_mcdi_mon_probe() 388 outbuf, sizeof(outbuf), in efx_mcdi_mon_probe() 397 mask = (MCDI_DWORD(outbuf, in efx_mcdi_mon_probe() 451 min1 = MCDI_ARRAY_FIELD(outbuf, SENSOR_ENTRY, in efx_mcdi_mon_probe() 453 max1 = MCDI_ARRAY_FIELD(outbuf, SENSOR_ENTRY, in efx_mcdi_mon_probe() 455 min2 = MCDI_ARRAY_FIELD(outbuf, SENSOR_ENTRY, in efx_mcdi_mon_probe() 457 max2 = MCDI_ARRAY_FIELD(outbuf, SENSOR_ENTRY, in efx_mcdi_mon_probe()
|
D | mcdi.h | 132 size_t inlen, efx_dword_t *outbuf, size_t outlen, 136 efx_dword_t *outbuf, size_t outlen, 142 efx_dword_t *outbuf, size_t outlen, 145 size_t inlen, efx_dword_t *outbuf, 150 efx_dword_t *outbuf, 163 size_t inlen, efx_dword_t *outbuf,
|
D | siena_sriov.c | 201 MCDI_DECLARE_BUF(outbuf, MC_CMD_SRIOV_OUT_LEN); in efx_siena_sriov_cmd() 211 outbuf, MC_CMD_SRIOV_OUT_LEN, &outlen); in efx_siena_sriov_cmd() 217 vf_total = MCDI_DWORD(outbuf, SRIOV_OUT_VF_TOTAL); in efx_siena_sriov_cmd() 218 vi_scale = MCDI_DWORD(outbuf, SRIOV_OUT_VI_SCALE); in efx_siena_sriov_cmd()
|
D | siena.c | 733 static void siena_mcdi_read_response(struct efx_nic *efx, efx_dword_t *outbuf, in siena_mcdi_read_response() argument 741 efx_readd(efx, &outbuf[i], pdu + offset + 4 * i); in siena_mcdi_read_response()
|
/linux-4.1.27/drivers/iio/dac/ |
D | max5821.c | 96 u8 outbuf[2]; in max5821_sync_powerdown_mode() local 98 outbuf[0] = MAX5821_EXTENDED_COMMAND_MODE; in max5821_sync_powerdown_mode() 101 outbuf[1] = MAX5821_EXTENDED_DAC_A; in max5821_sync_powerdown_mode() 103 outbuf[1] = MAX5821_EXTENDED_DAC_B; in max5821_sync_powerdown_mode() 106 outbuf[1] |= data->powerdown_mode[chan->channel] + 1; in max5821_sync_powerdown_mode() 108 outbuf[1] |= MAX5821_EXTENDED_POWER_UP; in max5821_sync_powerdown_mode() 110 return i2c_master_send(data->client, outbuf, 2); in max5821_sync_powerdown_mode() 177 u8 outbuf[1]; in max5821_get_value() local 184 outbuf[0] = max5821_read_dac_command[channel]; in max5821_get_value() 188 ret = i2c_master_send(client, outbuf, 1); in max5821_get_value() [all …]
|
D | mcp4725.c | 41 u8 outbuf[2]; in mcp4725_suspend() local 43 outbuf[0] = (data->powerdown_mode + 1) << 4; in mcp4725_suspend() 44 outbuf[1] = 0; in mcp4725_suspend() 47 return i2c_master_send(data->client, outbuf, 2); in mcp4725_suspend() 54 u8 outbuf[2]; in mcp4725_resume() local 57 outbuf[0] = (data->dac_value >> 8) & 0xf; in mcp4725_resume() 58 outbuf[1] = data->dac_value & 0xff; in mcp4725_resume() 61 return i2c_master_send(data->client, outbuf, 2); in mcp4725_resume() 217 u8 outbuf[2]; in mcp4725_set_value() local 223 outbuf[0] = (val >> 8) & 0xf; in mcp4725_set_value() [all …]
|
D | max517.c | 61 u8 outbuf[2]; in max517_set_value() local 67 outbuf[0] = channel; in max517_set_value() 68 outbuf[1] = val; in max517_set_value() 70 res = i2c_master_send(client, outbuf, 2); in max517_set_value() 119 u8 outbuf = COMMAND_PD; in max517_suspend() local 121 return i2c_master_send(to_i2c_client(dev), &outbuf, 1); in max517_suspend() 126 u8 outbuf = 0; in max517_resume() local 128 return i2c_master_send(to_i2c_client(dev), &outbuf, 1); in max517_resume()
|
/linux-4.1.27/drivers/crypto/nx/ |
D | nx-842.c | 338 unsigned long inbuf, outbuf, padding; in nx842_compress() local 369 outbuf = (unsigned long)out + hdrsize; in nx842_compress() 394 padding = ALIGN(outbuf, IO_BUFFER_ALIGN) - outbuf; in nx842_compress() 395 outbuf += padding; in nx842_compress() 431 nx842_build_scatterlist(outbuf, in nx842_compress() 462 memcpy((void *)outbuf, (void *)inbuf, in nx842_compress() 465 outbuf += max_sync_size; in nx842_compress() 476 outbuf += size; in nx842_compress() 483 *outlen = (unsigned int)(outbuf - (unsigned long)out); in nx842_compress() 538 unsigned long inbuf, outbuf; in nx842_decompress() local [all …]
|
/linux-4.1.27/drivers/usb/gadget/function/ |
D | rndis.c | 168 __le32 *outbuf; in gen_ndis_query_resp() local 192 outbuf = (__le32 *)&resp[1]; in gen_ndis_query_resp() 208 outbuf[i] = cpu_to_le32(oid_supported_list[i]); in gen_ndis_query_resp() 221 *outbuf = cpu_to_le32(0); in gen_ndis_query_resp() 228 *outbuf = cpu_to_le32(rndis_per_dev_params[configNr].medium); in gen_ndis_query_resp() 236 *outbuf = cpu_to_le32(rndis_per_dev_params[configNr].medium); in gen_ndis_query_resp() 244 *outbuf = cpu_to_le32( in gen_ndis_query_resp() 256 *outbuf = cpu_to_le32(0); in gen_ndis_query_resp() 258 *outbuf = cpu_to_le32( in gen_ndis_query_resp() 267 *outbuf = cpu_to_le32( in gen_ndis_query_resp() [all …]
|
/linux-4.1.27/include/crypto/ |
D | drbg.h | 184 unsigned char *outbuf; /* output buffer for random numbers */ member 204 unsigned char *outbuf, unsigned int outlen, in crypto_drbg_get_bytes_addtl() argument 209 genbuf.outbuf = outbuf; in crypto_drbg_get_bytes_addtl() 235 unsigned char *outbuf, unsigned int outlen, in crypto_drbg_get_bytes_addtl_test() argument 241 genbuf.outbuf = outbuf; in crypto_drbg_get_bytes_addtl_test() 269 genbuf.outbuf = NULL; in crypto_drbg_reset_test()
|
/linux-4.1.27/arch/arm/vdso/ |
D | vdsomunge.c | 137 void *outbuf; in main() local 199 outbuf = mmap(NULL, stat.st_size, PROT_READ | PROT_WRITE, MAP_SHARED, in main() 201 if (outbuf == MAP_FAILED) in main() 206 memcpy(outbuf, inbuf, stat.st_size); in main() 211 outhdr = outbuf; in main() 216 if (msync(outbuf, stat.st_size, MS_SYNC) != 0) in main()
|
/linux-4.1.27/drivers/staging/wlan-ng/ |
D | hfa384x_usb.c | 849 rridresult.rid = le16_to_cpu(ctlx->outbuf.rridreq.rid); in hfa384x_cb_rrid() 1302 le16_to_cpu(ctlx->outbuf.type), in hfa384x_usbctlx_complete_sync() 1363 ctlx->outbuf.cmdreq.type = cpu_to_le16(HFA384x_USB_CMDREQ); in hfa384x_docmd() 1364 ctlx->outbuf.cmdreq.cmd = cpu_to_le16(cmd->cmd); in hfa384x_docmd() 1365 ctlx->outbuf.cmdreq.parm0 = cpu_to_le16(cmd->parm0); in hfa384x_docmd() 1366 ctlx->outbuf.cmdreq.parm1 = cpu_to_le16(cmd->parm1); in hfa384x_docmd() 1367 ctlx->outbuf.cmdreq.parm2 = cpu_to_le16(cmd->parm2); in hfa384x_docmd() 1369 ctlx->outbufsize = sizeof(ctlx->outbuf.cmdreq); in hfa384x_docmd() 1453 ctlx->outbuf.rridreq.type = cpu_to_le16(HFA384x_USB_RRIDREQ); in hfa384x_dorrid() 1454 ctlx->outbuf.rridreq.frmlen = in hfa384x_dorrid() [all …]
|
D | hfa384x.h | 1163 hfa384x_usbout_t outbuf; /* pkt buf for OUT */ member
|
/linux-4.1.27/lib/ |
D | decompress_bunzip2.c | 522 static int INIT read_bunzip(struct bunzip_data *bd, char *outbuf, int len) in read_bunzip() argument 554 outbuf[gotcount++] = xcurrent; in read_bunzip() 681 unsigned char *outbuf, in bunzip2() argument 690 outbuf = malloc(BZIP2_IOBUF_SIZE); in bunzip2() 692 if (!outbuf) { in bunzip2() 708 i = read_bunzip(bd, outbuf, BZIP2_IOBUF_SIZE); in bunzip2() 712 outbuf += i; in bunzip2() 714 if (i != flush(outbuf, i)) { in bunzip2() 741 free(outbuf); in bunzip2() 749 unsigned char *outbuf, long olen, in __decompress() argument [all …]
|
/linux-4.1.27/crypto/ |
D | cast6_generic.c | 184 void __cast6_encrypt(struct cast6_ctx *c, u8 *outbuf, const u8 *inbuf) in __cast6_encrypt() argument 187 __be32 *dst = (__be32 *)outbuf; in __cast6_encrypt() 217 static void cast6_encrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) in cast6_encrypt() argument 219 __cast6_encrypt(crypto_tfm_ctx(tfm), outbuf, inbuf); in cast6_encrypt() 222 void __cast6_decrypt(struct cast6_ctx *c, u8 *outbuf, const u8 *inbuf) in __cast6_decrypt() argument 225 __be32 *dst = (__be32 *)outbuf; in __cast6_decrypt() 255 static void cast6_decrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) in cast6_decrypt() argument 257 __cast6_decrypt(crypto_tfm_ctx(tfm), outbuf, inbuf); in cast6_decrypt()
|
D | cast5_generic.c | 311 void __cast5_encrypt(struct cast5_ctx *c, u8 *outbuf, const u8 *inbuf) in __cast5_encrypt() argument 314 __be32 *dst = (__be32 *)outbuf; in __cast5_encrypt() 363 static void cast5_encrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) in cast5_encrypt() argument 365 __cast5_encrypt(crypto_tfm_ctx(tfm), outbuf, inbuf); in cast5_encrypt() 368 void __cast5_decrypt(struct cast5_ctx *c, u8 *outbuf, const u8 *inbuf) in __cast5_decrypt() argument 371 __be32 *dst = (__be32 *)outbuf; in __cast5_decrypt() 407 static void cast5_decrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) in cast5_decrypt() argument 409 __cast5_decrypt(crypto_tfm_ctx(tfm), outbuf, inbuf); in cast5_decrypt()
|
D | drbg.c | 1760 return drbg_generate_long(drbg, data->outbuf, data->outlen, in drbg_kcapi_random() 1854 goto outbuf; in drbg_healthcheck_sanity() 1877 outbuf: in drbg_healthcheck_sanity()
|
D | testmgr.c | 1750 goto outbuf; in drbg_cavs_test() 1765 goto outbuf; in drbg_cavs_test() 1780 goto outbuf; in drbg_cavs_test() 1785 outbuf: in drbg_cavs_test()
|
/linux-4.1.27/fs/dlm/ |
D | dir.c | 237 char *outbuf, int outlen, int nodeid) in dlm_copy_master_names() argument 279 memcpy(outbuf + offset, &be_namelen, sizeof(__be16)); in dlm_copy_master_names() 286 memcpy(outbuf + offset, &be_namelen, sizeof(__be16)); in dlm_copy_master_names() 288 memcpy(outbuf + offset, r->res_name, r->res_length); in dlm_copy_master_names() 301 memcpy(outbuf + offset, &be_namelen, sizeof(__be16)); in dlm_copy_master_names()
|
D | dir.h | 22 char *outbuf, int outlen, int nodeid);
|
/linux-4.1.27/include/linux/ |
D | olpc-ec.h | 32 extern int olpc_ec_cmd(u8 cmd, u8 *inbuf, size_t inlen, u8 *outbuf, 37 static inline int olpc_ec_cmd(u8 cmd, u8 *inbuf, size_t inlen, u8 *outbuf, in olpc_ec_cmd() argument
|
/linux-4.1.27/drivers/platform/olpc/ |
D | olpc-ec.c | 22 u8 *inbuf, *outbuf; member 87 desc->outbuf, desc->outlen, ec_cb_arg); in olpc_ec_worker() 115 int olpc_ec_cmd(u8 cmd, u8 *inbuf, size_t inlen, u8 *outbuf, size_t outlen) in olpc_ec_cmd() argument 135 desc.outbuf = outbuf; in olpc_ec_cmd()
|
/linux-4.1.27/arch/x86/platform/olpc/ |
D | olpc.c | 116 static int olpc_xo1_ec_cmd(u8 cmd, u8 *inbuf, size_t inlen, u8 *outbuf, in olpc_xo1_ec_cmd() argument 169 if (outbuf && outlen) { in olpc_xo1_ec_cmd() 179 outbuf[i] = inb(0x68); in olpc_xo1_ec_cmd() 180 pr_devel("olpc-ec: received 0x%x\n", outbuf[i]); in olpc_xo1_ec_cmd()
|
/linux-4.1.27/include/linux/sunrpc/ |
D | gss_api.h | 64 struct xdr_buf *outbuf, 122 struct xdr_buf *outbuf,
|
D | gss_krb5.h | 257 struct xdr_buf *outbuf, struct page **pages); 273 gss_encrypt_xdr_buf(struct crypto_blkcipher *tfm, struct xdr_buf *outbuf,
|
/linux-4.1.27/drivers/sbus/char/ |
D | uctrl.c | 94 u8 *outbuf; member 295 txn->outbuf[bytecnt] = (byte >> 8); in uctrl_do_txn() 311 txn.outbuf = outbits; in uctrl_get_event_status() 331 txn.outbuf = outbits; in uctrl_get_external_status()
|
/linux-4.1.27/drivers/ide/ |
D | ide-taskfile.c | 473 u8 *outbuf = NULL; in ide_taskfile_ioctl() local 497 outbuf = kzalloc(taskout, GFP_KERNEL); in ide_taskfile_ioctl() 498 if (outbuf == NULL) { in ide_taskfile_ioctl() 502 if (copy_from_user(outbuf, buf + outtotal, taskout)) { in ide_taskfile_ioctl() 596 data_buf = outbuf; in ide_taskfile_ioctl() 655 if (copy_to_user(buf + outtotal, outbuf, taskout)) { in ide_taskfile_ioctl() 669 kfree(outbuf); in ide_taskfile_ioctl()
|
/linux-4.1.27/include/linux/decompress/ |
D | generic.h | 7 unsigned char *outbuf,
|
/linux-4.1.27/net/sunrpc/auth_gss/ |
D | gss_krb5_crypto.c | 392 struct xdr_buf *outbuf; member 404 struct xdr_buf *outbuf = desc->outbuf; in encryptor() local 414 page_pos = desc->pos - outbuf->head[0].iov_len; in encryptor() 415 if (page_pos >= 0 && page_pos < outbuf->page_len) { in encryptor() 417 int i = (page_pos + outbuf->page_base) >> PAGE_CACHE_SHIFT; in encryptor() 475 desc.outbuf = buf; in gss_encrypt_xdr_buf() 726 desc.outbuf = buf; in gss_krb5_aes_encrypt()
|
/linux-4.1.27/drivers/tty/hvc/ |
D | hvc_console.c | 477 n = hp->ops->put_chars(hp->vtermno, hp->outbuf, hp->n_outbuf); in hvc_push() 489 memmove(hp->outbuf, hp->outbuf + n, hp->n_outbuf); in hvc_push() 519 memcpy(hp->outbuf + hp->n_outbuf, buf, rsize); in hvc_write() 880 hp->outbuf = &((char *)hp)[ALIGN(sizeof(*hp), sizeof(long))]; in hvc_alloc()
|
D | hvc_console.h | 53 char *outbuf; member
|
D | hvsi.c | 80 uint8_t outbuf[N_OUTBUF]; /* to implement write_room and chars_in_buffer */ member 848 n = hvsi_put_chars(hp, hp->outbuf, hp->n_outbuf); in hvsi_push() 946 memcpy(hp->outbuf + hp->n_outbuf, source, chunksize); in hvsi_write()
|
/linux-4.1.27/drivers/infiniband/core/ |
D | uverbs.h | 53 (udata)->outbuf = (void __user *) (obuf); \ 61 (udata)->outbuf = (olen) ? (void __user *) (obuf) : NULL; \
|
/linux-4.1.27/drivers/media/rc/ |
D | ati_remote.c | 257 unsigned char *outbuf; member 699 ati_remote->outbuf = usb_alloc_coherent(udev, DATA_BUFSIZE, GFP_ATOMIC, in ati_remote_alloc_buffers() 701 if (!ati_remote->outbuf) in ati_remote_alloc_buffers() 727 ati_remote->outbuf, ati_remote->outbuf_dma); in ati_remote_free_buffers() 798 usb_fill_int_urb(ati_remote->out_urb, udev, pipe, ati_remote->outbuf, in ati_remote_initialize()
|
/linux-4.1.27/drivers/hid/usbhid/ |
D | usbhid.h | 85 char *outbuf; /* Output buffer */ member
|
D | hid-core.c | 346 memcpy(usbhid->outbuf, raw_report, in hid_submit_out() 841 usbhid->outbuf = usb_alloc_coherent(dev, usbhid->bufsize, GFP_KERNEL, in hid_alloc_buffers() 846 if (!usbhid->inbuf || !usbhid->outbuf || !usbhid->cr || in hid_alloc_buffers() 958 usb_free_coherent(dev, usbhid->bufsize, usbhid->outbuf, usbhid->outbuf_dma); in hid_free_buffers() 1105 usb_fill_int_urb(usbhid->urbout, dev, pipe, usbhid->outbuf, 0, in usbhid_start()
|
/linux-4.1.27/arch/mn10300/kernel/ |
D | gdb-stub.c | 739 char outbuf[26]; in gdbstub_console_write() local 746 outbuf[0] = 'O'; in gdbstub_console_write() 752 mem2hex(p, outbuf + qty, 2, 0); in gdbstub_console_write() 755 mem2hex(gdbstub_cr, outbuf + qty, 2, 0); in gdbstub_console_write() 762 outbuf[qty] = 0; in gdbstub_console_write() 763 putpacket(outbuf); in gdbstub_console_write()
|
/linux-4.1.27/arch/frv/kernel/ |
D | gdb-stub.c | 616 char outbuf[26]; in __gdbstub_console_write() local 619 outbuf[0] = 'O'; in __gdbstub_console_write() 625 mem2hex(p, outbuf + qty, 2, 0); in __gdbstub_console_write() 628 outbuf[qty++] = '0'; in __gdbstub_console_write() 629 outbuf[qty++] = 'd'; in __gdbstub_console_write() 635 outbuf[qty] = 0; in __gdbstub_console_write() 636 gdbstub_send_packet(outbuf); in __gdbstub_console_write()
|
/linux-4.1.27/drivers/usb/class/ |
D | cdc-wdm.c | 75 u8 *outbuf; /* buffer for command */ member 151 kfree(desc->outbuf); in wdm_out_callback() 152 desc->outbuf = NULL; in wdm_out_callback() 410 desc->outbuf = buf; in wdm_write() 414 desc->outbuf = NULL; in wdm_write()
|
/linux-4.1.27/drivers/md/ |
D | dm-ioctl.c | 1104 char *outbuf, *outptr; in retrieve_status() local 1109 outptr = outbuf = get_result_buffer(param, param_size, &len); in retrieve_status() 1122 remaining = len - (outptr - outbuf); in retrieve_status() 1137 remaining = len - (outptr - outbuf); in retrieve_status() 1158 used = param->data_start + (outptr - outbuf); in retrieve_status() 1161 spec->next = outptr - outbuf; in retrieve_status()
|
/linux-4.1.27/drivers/isdn/gigaset/ |
D | common.c | 54 unsigned char outbuf[80]; in gigaset_dbg_buffer() local 56 size_t space = sizeof outbuf - 1; in gigaset_dbg_buffer() 57 unsigned char *out = outbuf; in gigaset_dbg_buffer() 85 gig_dbg(level, "%s (%u bytes): %s", msg, (unsigned) len, outbuf); in gigaset_dbg_buffer()
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
D | fw.c | 1570 u8 *outbuf; in mlx4_QUERY_FW_wrapper() local 1573 outbuf = outbox->buf; in mlx4_QUERY_FW_wrapper() 1581 outbuf[0] = outbuf[1] = 0; in mlx4_QUERY_FW_wrapper() 1582 memset(&outbuf[8], 0, QUERY_FW_OUT_SIZE - 8); in mlx4_QUERY_FW_wrapper() 1583 outbuf[QUERY_FW_PPF_ID] = MLX4_INVALID_SLAVE_ID; in mlx4_QUERY_FW_wrapper() 2661 struct mlx4_access_reg *inbuf, *outbuf; in mlx4_ACCESS_REG() local 2675 outbuf = outbox->buf; in mlx4_ACCESS_REG() 2694 if (outbuf->status & MLX4_ACCESS_REG_STATUS_MASK) { in mlx4_ACCESS_REG() 2695 err = outbuf->status & MLX4_ACCESS_REG_STATUS_MASK; in mlx4_ACCESS_REG() 2702 memcpy(reg_data, outbuf->reg_data, reg_len); in mlx4_ACCESS_REG()
|
D | port.c | 501 u8 *inbuf, *outbuf; in mlx4_get_port_ib_caps() local 515 outbuf = outmailbox->buf; in mlx4_get_port_ib_caps() 527 *caps = *(__be32 *) (outbuf + 84); in mlx4_get_port_ib_caps()
|
/linux-4.1.27/drivers/scsi/ |
D | hptiop.h | 346 void *outbuf; member
|
D | 3w-sas.c | 103 char *outbuf, loff_t offset, size_t count) in twl_sysfs_aen_read() argument 115 …ret = memory_read_from_buffer(outbuf, count, &offset, tw_dev->event_queue[0], sizeof(TW_Event) * T… in twl_sysfs_aen_read() 134 char *outbuf, loff_t offset, size_t count) in twl_sysfs_compat_info() argument 146 …ret = memory_read_from_buffer(outbuf, count, &offset, &tw_dev->tw_compat_info, sizeof(TW_Compatibi… in twl_sysfs_compat_info()
|
D | hptiop.c | 830 memcpy_fromio(arg->outbuf, in hptiop_iop_request_callback_itl()
|
D | advansys.c | 8297 DvcPutScsiQ(PortAddr iop_base, ushort s_addr, uchar *outbuf, int words) in DvcPutScsiQ() argument 8301 ASC_DBG_PRT_HEX(2, "DvcPutScsiQ", outbuf, 2 * words); in DvcPutScsiQ() 8308 ((ushort)outbuf[i + 1] << 8) | outbuf[i]); in DvcPutScsiQ()
|
/linux-4.1.27/drivers/block/mtip32xx/ |
D | mtip32xx.c | 2016 u8 *outbuf = NULL; in exec_drive_taskfile() local 2041 outbuf = kzalloc(taskout, GFP_KERNEL); in exec_drive_taskfile() 2042 if (outbuf == NULL) { in exec_drive_taskfile() 2046 if (copy_from_user(outbuf, buf + outtotal, taskout)) { in exec_drive_taskfile() 2051 outbuf, in exec_drive_taskfile() 2157 if ((fis.command == ATA_CMD_SEC_ERASE_UNIT) && outbuf && in exec_drive_taskfile() 2158 (outbuf[0] & MTIP_SEC_ERASE_MODE)) { in exec_drive_taskfile() 2233 if (copy_to_user(buf + outtotal, outbuf, taskout)) { in exec_drive_taskfile() 2251 kfree(outbuf); in exec_drive_taskfile()
|
/linux-4.1.27/drivers/infiniband/hw/ipath/ |
D | ipath_srq.c | 254 udata->outbuf = in ipath_modify_srq()
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
D | qib_srq.c | 250 udata->outbuf = in qib_modify_srq()
|
/linux-4.1.27/Documentation/ioctl/ |
D | hdio.txt | 537 u8 outbuf[OUTPUT_SIZE]; 541 task.req_task.out_size = sizeof(task.outbuf); 558 outbuf buffer of data to be transmitted to disk 567 outbuf buffer of data to be transmitted to disk (see [1])
|
/linux-4.1.27/drivers/net/wan/ |
D | sdla.c | 430 void *inbuf, short inlen, void *outbuf, short *outlen) in sdla_cmd() argument 481 if (outbuf && outlen) in sdla_cmd() 486 memcpy(outbuf, cmd_buf->data, *outlen); in sdla_cmd()
|
/linux-4.1.27/drivers/staging/media/lirc/ |
D | lirc_zilog.c | 891 static ssize_t read(struct file *filep, char __user *outbuf, size_t n, in read() argument 955 ret = copy_to_user(outbuf + written, buf, in read()
|
/linux-4.1.27/include/rdma/ |
D | ib_verbs.h | 1190 void __user *outbuf; member 1710 return copy_to_user(udata->outbuf, src, len) ? -EFAULT : 0; in ib_copy_to_udata()
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | s3c2410_udc.c | 528 unsigned char *outbuf = (unsigned char *)crq; in s3c2410_udc_read_fifo_crq() local 540 readsb(S3C2410_UDC_EP0_FIFO_REG + base_addr, outbuf, bytes_read); in s3c2410_udc_read_fifo_crq()
|