Searched refs:out_buf (Results 51 - 65 of 65) sorted by relevance

123

/linux-master/drivers/rapidio/devices/
H A Dtsi721.c1938 goto out_buf;
1951 goto out_buf;
2062 out_buf:
2247 goto out_buf;
2368 out_buf:
/linux-master/drivers/char/
H A Dvirtio_console.c653 static ssize_t fill_readbuf(struct port *port, u8 __user *out_buf, argument
668 ret = copy_to_user(out_buf, buf->buf + buf->offset, out_count);
672 memcpy((__force u8 *)out_buf, buf->buf + buf->offset,
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_sriov.c1100 u32 *out_buf = &msgbuf[1]; local
1124 out_buf[i] = 0;
1126 out_buf[i] |= (u32)(reta[16 * i + j] & 0x3) << (2 * j);
/linux-master/drivers/net/wireless/realtek/rtlwifi/btcoexist/
H A Dhalbtcoutsrc.h717 bool (*btc_get)(void *btcoexist, u8 get_type, void *out_buf);
/linux-master/fs/jffs2/
H A Dscan.c139 goto out_buf;
280 out_buf:
/linux-master/drivers/vfio/pci/mlx5/
H A Dmain.c1040 goto out_buf;
1052 out_buf:
/linux-master/tools/testing/nvdimm/test/
H A Dndtest.c213 memcpy(hdr->out_buf, p->label_area + hdr->in_offset, len);
H A Dnfit.c479 memcpy(nd_cmd->out_buf, label + offset, len);
/linux-master/drivers/nvdimm/
H A Ddimm_devs.c121 /* out_buf should be valid, copy it into our output buffer */
122 memcpy(buf + buf_offset, cmd->out_buf, cmd->in_length);
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_drv.h807 struct vmw_bo **out_buf);
/linux-master/fs/smb/client/
H A Dcifsproto.h133 struct smb_hdr *out_buf,
H A Dsmb2ops.c763 struct network_interface_info_ioctl_rsp *out_buf = NULL; local
776 CIFSMaxBufSize, (char **)&out_buf, &ret_data_len);
786 rc = parse_server_interfaces(out_buf, ret_data_len, ses, in_mount);
801 kfree(out_buf);
/linux-master/fs/ubifs/
H A Dubifs.h2110 void *out_buf, int *out_len, int *compr_type);
/linux-master/drivers/net/ethernet/microsoft/mana/
H A Dmana_en.c733 u32 in_len, void *out_buf, u32 out_len)
736 struct gdma_resp_hdr *resp = out_buf;
746 out_buf);
732 mana_send_request(struct mana_context *ac, void *in_buf, u32 in_len, void *out_buf, u32 out_len) argument
/linux-master/drivers/media/platform/nxp/imx-jpeg/
H A Dmxc-jpeg.c1161 static void mxc_jpeg_config_dec_desc(struct vb2_buffer *out_buf, argument
1230 static void mxc_jpeg_config_enc_desc(struct vb2_buffer *out_buf, argument

Completed in 251 milliseconds

123