Home
last modified time | relevance | path

Searched refs:in_buf (Results 1 – 25 of 28) sorted by relevance

12

/drivers/platform/chrome/
Dcros_ec_i2c.c60 u8 *in_buf = NULL; in cros_ec_pkt_xfer_i2c() local
76 in_buf = ec_dev->din; in cros_ec_pkt_xfer_i2c()
78 i2c_msg[1].buf = (char *) in_buf; in cros_ec_pkt_xfer_i2c()
105 ec_response_i2c = (struct ec_host_response_i2c *) in_buf; in cros_ec_pkt_xfer_i2c()
159 in_buf + response_header_size, in cros_ec_pkt_xfer_i2c()
189 u8 *in_buf = NULL; in cros_ec_cmd_xfer_i2c() local
203 in_buf = kzalloc(packet_len, GFP_KERNEL); in cros_ec_cmd_xfer_i2c()
204 if (!in_buf) in cros_ec_cmd_xfer_i2c()
207 i2c_msg[1].buf = (char *)in_buf; in cros_ec_cmd_xfer_i2c()
249 len = in_buf[1]; in cros_ec_cmd_xfer_i2c()
[all …]
/drivers/net/ethernet/netronome/nfp/nfpcore/
Dnfp_nsp.c171 const void *in_buf; member
455 if (arg->in_buf && arg->in_size) { in nfp_nsp_command_buf_def()
457 arg->in_buf, arg->in_size); in nfp_nsp_command_buf_def()
535 memcpy(chunks[i].chunk, arg->in_buf + off, coff); in nfp_nsp_command_buf_dma_sg()
798 .in_buf = fw->data, in nfp_nsp_load_fw()
819 .in_buf = fw->data, in nfp_nsp_write_flash()
848 .in_buf = buf, in nfp_nsp_write_eth_table()
910 .in_buf = buf, in __nfp_nsp_hwinfo_lookup()
981 .in_buf = buf, in nfp_nsp_hwinfo_set()
1054 .in_buf = buf, in __nfp_nsp_module_eeprom()
/drivers/gpu/drm/i915/display/
Ddvo_sil164.c74 u8 in_buf[2]; in sil164_readb() local
87 .buf = in_buf, in sil164_readb()
95 *ch = in_buf[0]; in sil164_readb()
Ddvo_ivch.c197 u8 in_buf[2]; in ivch_read() local
215 .buf = in_buf, in ivch_read()
222 *data = (in_buf[1] << 8) | in_buf[0]; in ivch_read()
Ddvo_tfp410.c99 u8 in_buf[2]; in tfp410_readb() local
112 .buf = in_buf, in tfp410_readb()
120 *ch = in_buf[0]; in tfp410_readb()
Ddvo_ch7xxx.c141 u8 in_buf[2]; in ch7xxx_readb() local
154 .buf = in_buf, in ch7xxx_readb()
162 *ch = in_buf[0]; in ch7xxx_readb()
Ddvo_ns2501.c398 u8 in_buf[2]; in ns2501_readb() local
411 .buf = in_buf, in ns2501_readb()
419 *ch = in_buf[0]; in ns2501_readb()
/drivers/nfc/pn533/
Dusb.c491 unsigned char *in_buf; in pn533_usb_probe() local
500 in_buf = kzalloc(in_buf_len, GFP_KERNEL); in pn533_usb_probe()
501 if (!in_buf) in pn533_usb_probe()
534 in_buf, in_buf_len, NULL, phy); in pn533_usb_probe()
605 kfree(in_buf); in pn533_usb_probe()
/drivers/gpu/drm/amd/amdgpu/
Damdgpu_i2c.c289 u8 in_buf[2]; in amdgpu_i2c_get_byte() local
301 .buf = in_buf, in amdgpu_i2c_get_byte()
309 *val = in_buf[0]; in amdgpu_i2c_get_byte()
/drivers/acpi/nfit/
Dcore.c442 union acpi_object in_obj, in_buf, *out_obj; in acpi_nfit_ctl() local
514 in_obj.package.elements = &in_buf; in acpi_nfit_ctl()
515 in_buf.type = ACPI_TYPE_BUFFER; in acpi_nfit_ctl()
516 in_buf.buffer.pointer = buf; in acpi_nfit_ctl()
517 in_buf.buffer.length = 0; in acpi_nfit_ctl()
521 in_buf.buffer.length += nd_cmd_in_size(nvdimm, cmd, desc, in acpi_nfit_ctl()
526 in_buf.buffer.pointer = (void *) &call_pkg->nd_payload; in acpi_nfit_ctl()
527 in_buf.buffer.length = call_pkg->nd_size_in; in acpi_nfit_ctl()
531 dimm_name, cmd, family, func, in_buf.buffer.length); in acpi_nfit_ctl()
534 in_buf.buffer.pointer, in acpi_nfit_ctl()
[all …]
/drivers/comedi/drivers/
Dusbduxsigma.c148 __be32 *in_buf; member
222 val = be32_to_cpu(devpriv->in_buf[i + 1]); in usbduxsigma_ai_handle_urb()
264 memcpy(devpriv->in_buf, urb->transfer_buffer, SIZEINBUF); in usbduxsigma_ai_urb_complete()
1338 devpriv->in_buf = kzalloc(SIZEINBUF, GFP_KERNEL); in usbduxsigma_alloc_usb_buffers()
1342 if (!devpriv->dux_commands || !devpriv->in_buf || !devpriv->insn_buf || in usbduxsigma_alloc_usb_buffers()
1438 kfree(devpriv->in_buf); in usbduxsigma_free_usb_buffers()
Dusbdux.c185 __le16 *in_buf; member
256 u16 val = le16_to_cpu(devpriv->in_buf[i]); in usbduxsub_ai_handle_urb()
302 memcpy(devpriv->in_buf, urb->transfer_buffer, SIZEINBUF); in usbduxsub_ai_isoc_irq()
1445 devpriv->in_buf = kzalloc(SIZEINBUF, GFP_KERNEL); in usbdux_alloc_usb_buffers()
1451 if (!devpriv->dux_commands || !devpriv->in_buf || !devpriv->insn_buf || in usbdux_alloc_usb_buffers()
1552 kfree(devpriv->in_buf); in usbdux_free_usb_buffers()
/drivers/target/iscsi/
Discsi_target_nego.c55 const char *in_buf, in extract_param() argument
64 if (!in_buf || !pattern || !out_buf || !type) in extract_param()
67 ptr = strstr(in_buf, pattern); in extract_param()
99 char *in_buf, in iscsi_handle_authentication() argument
148 return chap_main_loop(conn, auth, in_buf, out_buf, in iscsi_handle_authentication()
/drivers/crypto/
Dmxs-dcp.c306 uint8_t *in_buf = sdcp->coh->aes_in_buf; in mxs_dcp_aes_block_crypt() local
349 memcpy(in_buf + actx->fill, src_buf, clen); in mxs_dcp_aes_block_crypt()
383 memcpy(req->iv, in_buf+(last_out_len-AES_BLOCK_SIZE), in mxs_dcp_aes_block_crypt()
625 uint8_t *in_buf = sdcp->coh->sha_in_buf; in dcp_sha_req_to_buf() local
646 scatterwalk_map_and_copy(in_buf + actx->fill, src, oft, clen, in dcp_sha_req_to_buf()
/drivers/soc/qcom/
Dqmi_encdec.c65 const void *in_buf, u32 in_buf_len, int dec_level);
594 const void *in_buf, u32 in_buf_len, in qmi_decode() argument
605 const void *buf_src = in_buf; in qmi_decode()
/drivers/media/platform/imx-jpeg/
Dmxc-jpeg-hw.h129 int mxc_jpeg_set_input(void __iomem *reg, u32 in_buf, u32 bufsize);
/drivers/usb/early/
Dxhci-dbc.h186 void *in_buf; member
Dxhci-dbc.c344 xdbc.in_buf = xdbc.out_buf + XDBC_MAX_PACKET; in xdbc_mem_init()
498 memset(xdbc.in_buf, 0, XDBC_MAX_PACKET); in xdbc_bulk_transfer()
/drivers/acpi/
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; in acpi_aml_init()
/drivers/gpu/drm/radeon/
Dradeon_i2c.c1047 u8 in_buf[2]; in radeon_i2c_get_byte() local
1059 .buf = in_buf, in radeon_i2c_get_byte()
1067 *val = in_buf[0]; in radeon_i2c_get_byte()
/drivers/net/wireless/realtek/rtlwifi/btcoexist/
Dhalbtcoutsrc.c691 static bool halbtc_set(void *void_btcoexist, u8 set_type, void *in_buf) in halbtc_set() argument
694 bool *bool_tmp = (bool *)in_buf; in halbtc_set()
695 u8 *u8_tmp = (u8 *)in_buf; in halbtc_set()
696 u32 *u32_tmp = (u32 *)in_buf; in halbtc_set()
Dhalbtcoutsrc.h718 bool (*btc_set)(void *btcoexist, u8 set_type, void *in_buf);
/drivers/accessibility/speakup/
Dmain.c108 static void spkup_write(const u16 *in_buf, int count);
1078 static void spkup_write(const u16 *in_buf, int count) in spkup_write() argument
1089 if ((in_buf == sentmarks[bn][currsentence]) && in spkup_write()
1093 ch = *in_buf++; in spkup_write()
/drivers/net/ethernet/microsoft/mana/
Dmana_en.c397 static int mana_send_request(struct mana_context *ac, void *in_buf, in mana_send_request() argument
402 struct gdma_req_hdr *req = in_buf; in mana_send_request()
410 err = mana_gd_send_request(gc, in_len, in_buf, out_len, in mana_send_request()
/drivers/net/ieee802154/
Dca8210.c2490 const char __user *in_buf, in ca8210_test_int_user_write() argument
2509 ret = copy_from_user(command, in_buf, len); in ca8210_test_int_user_write()

12