Searched refs:in_buf (Results 1 - 25 of 50) sorted by path

12

/linux-master/arch/powerpc/platforms/pseries/
H A Dpapr_scm.c669 data = *(uint64_t *)(hdr->in_buf + data_offset);
673 data = *(uint32_t *)(hdr->in_buf + data_offset);
678 data = *(uint16_t *)(hdr->in_buf + data_offset);
683 data_be = *(uint8_t *)(hdr->in_buf + data_offset);
/linux-master/arch/s390/include/asm/
H A Ddebug.h73 const char *in_buf);
/linux-master/arch/s390/kernel/
H A Ddebug.c93 char *out_buf, const char *in_buf);
1469 char *out_buf, const char *in_buf)
1474 rc += sprintf(out_buf + rc, "%02x ", ((unsigned char *) in_buf)[i]);
1477 unsigned char c = in_buf[i];
1468 debug_hex_ascii_format_fn(debug_info_t *id, struct debug_view *view, char *out_buf, const char *in_buf) argument
/linux-master/crypto/
H A Drsa-pkcs1pad.c126 uint8_t *in_buf, *out_buf; member in struct:pkcs1pad_request
231 kfree(req_ctx->in_buf);
268 req_ctx->in_buf = kmalloc(ctx->key_size - 1 - req->src_len,
270 if (!req_ctx->in_buf)
274 req_ctx->in_buf[0] = 0x02;
276 req_ctx->in_buf[i] = get_random_u32_inclusive(1, 255);
277 req_ctx->in_buf[ps_end] = 0x00;
279 pkcs1pad_sg_set_buf(req_ctx->in_sg, req_ctx->in_buf,
422 req_ctx->in_buf = kmalloc(ctx->key_size - 1 - req->src_len,
424 if (!req_ctx->in_buf)
[all...]
/linux-master/drivers/accessibility/speakup/
H A Dmain.c109 static void spkup_write(const u16 *in_buf, int count);
1079 static void spkup_write(const u16 *in_buf, int count) argument
1090 if ((in_buf == sentmarks[bn][currsentence]) &&
1094 ch = *in_buf++;
/linux-master/drivers/acpi/
H A Dacpi_dbg.c55 char in_buf[ACPI_AML_BUF_SIZE] __aligned(ACPI_AML_BUF_ALIGN);
752 acpi_aml_io.in_crc.buf = acpi_aml_io.in_buf;
H A Dpfr_telemetry.c83 union acpi_object *out_obj, in_obj, in_buf; local
88 memset(&in_buf, 0, sizeof(in_buf));
91 in_obj.package.elements = &in_buf;
92 in_buf.type = ACPI_TYPE_INTEGER;
93 in_buf.integer.value = pfrt_log_dev->info.log_type;
155 union acpi_object *out_obj, *obj, in_obj, in_buf; local
160 memset(&in_buf, 0, sizeof(in_buf));
163 in_obj.package.elements = &in_buf;
[all...]
H A Dpfr_update.c332 union acpi_object *out_obj, in_obj, in_buf; local
338 memset(&in_buf, 0, sizeof(in_buf));
341 in_obj.package.elements = &in_buf;
342 in_buf.type = ACPI_TYPE_INTEGER;
343 in_buf.integer.value = action;
/linux-master/drivers/acpi/nfit/
H A Dcore.c442 union acpi_object in_obj, in_buf, *out_obj; local
514 in_obj.package.elements = &in_buf;
515 in_buf.type = ACPI_TYPE_BUFFER;
516 in_buf.buffer.pointer = buf;
517 in_buf.buffer.length = 0;
521 in_buf.buffer.length += nd_cmd_in_size(nvdimm, cmd, desc,
526 in_buf.buffer.pointer = (void *) &call_pkg->nd_payload;
527 in_buf.buffer.length = call_pkg->nd_size_in;
531 dimm_name, cmd, family, func, in_buf.buffer.length);
534 in_buf
1721 union acpi_object in_buf = { local
[all...]
/linux-master/drivers/comedi/drivers/
H A Dusbdux.c184 __le16 *in_buf; member in struct:usbdux_private
255 u16 val = le16_to_cpu(devpriv->in_buf[i]);
301 memcpy(devpriv->in_buf, urb->transfer_buffer, SIZEINBUF);
1444 devpriv->in_buf = kzalloc(SIZEINBUF, GFP_KERNEL);
1450 if (!devpriv->dux_commands || !devpriv->in_buf || !devpriv->insn_buf ||
1551 kfree(devpriv->in_buf);
H A Dusbduxsigma.c147 __be32 *in_buf; member in struct:usbduxsigma_private
221 val = be32_to_cpu(devpriv->in_buf[i + 1]);
263 memcpy(devpriv->in_buf, urb->transfer_buffer, SIZEINBUF);
1337 devpriv->in_buf = kzalloc(SIZEINBUF, GFP_KERNEL);
1341 if (!devpriv->dux_commands || !devpriv->in_buf || !devpriv->insn_buf ||
1437 kfree(devpriv->in_buf);
/linux-master/drivers/crypto/
H A Dmxs-dcp.c306 uint8_t *in_buf = sdcp->coh->aes_in_buf; local
349 memcpy(in_buf + actx->fill, src_buf, clen);
383 memcpy(req->iv, in_buf+(last_out_len-AES_BLOCK_SIZE),
625 uint8_t *in_buf = sdcp->coh->sha_in_buf; local
646 scatterwalk_map_and_copy(in_buf + actx->fill, src, oft, clen,
/linux-master/drivers/cxl/
H A Dpmem.c162 if (size_add(struct_size(cmd, in_buf, cmd->in_length), 4) > buf_len)
173 memcpy(set_lsa->data, cmd->in_buf, cmd->in_length);
186 put_unaligned(0, (u32 *) &cmd->in_buf[cmd->in_length]);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_i2c.c288 u8 in_buf[2]; local
300 .buf = in_buf,
308 *val = in_buf[0];
/linux-master/drivers/gpu/drm/amd/pm/
H A Damdgpu_pm.c3664 const char *in_buf,
3676 ret = parse_input_od_command_lines(in_buf,
3662 amdgpu_distribute_custom_od_settings(struct amdgpu_device *adev, enum PP_OD_DPM_TABLE_COMMAND cmd_type, const char *in_buf, size_t count) argument
/linux-master/drivers/gpu/drm/i915/display/
H A Ddvo_ch7xxx.c152 u8 in_buf[2]; local
165 .buf = in_buf,
173 *ch = in_buf[0];
H A Ddvo_ivch.c197 u8 in_buf[2]; local
215 .buf = in_buf,
222 *data = (in_buf[1] << 8) | in_buf[0];
H A Ddvo_ns2501.c398 u8 in_buf[2]; local
411 .buf = in_buf,
419 *ch = in_buf[0];
H A Ddvo_sil164.c78 u8 in_buf[2]; local
91 .buf = in_buf,
99 *ch = in_buf[0];
H A Ddvo_tfp410.c99 u8 in_buf[2]; local
112 .buf = in_buf,
120 *ch = in_buf[0];
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_i2c.c1046 u8 in_buf[2]; local
1058 .buf = in_buf,
1066 *val = in_buf[0];
/linux-master/drivers/net/ethernet/microsoft/mana/
H A Dmana_en.c732 static int mana_send_request(struct mana_context *ac, void *in_buf, argument
737 struct gdma_req_hdr *req = in_buf;
745 err = mana_gd_send_request(gc, in_len, in_buf, out_len,
/linux-master/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_nsp.c165 * @in_buf: Buffer with data for input
166 * @in_size: Size of @in_buf
172 const void *in_buf; member in struct:nfp_nsp_command_buf_arg
456 if (arg->in_buf && arg->in_size) {
458 arg->in_buf, arg->in_size);
536 memcpy(chunks[i].chunk, arg->in_buf + off, coff);
799 .in_buf = fw->data,
820 .in_buf = fw->data,
849 .in_buf = buf,
911 .in_buf
[all...]
/linux-master/drivers/net/ieee802154/
H A Dca8210.c2439 * @in_buf: Buffer containing message to write
2447 const char __user *in_buf,
2466 ret = copy_from_user(command, in_buf, len);
2445 ca8210_test_int_user_write( struct file *filp, const char __user *in_buf, size_t len, loff_t *off ) argument
/linux-master/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.c2334 static u32 ipw2100_match_buf(struct ipw2100_priv *priv, u8 * in_buf, argument
2342 s = in_buf;
2356 s = in_buf;
2363 if ((s - in_buf) == len)

Completed in 547 milliseconds

12