Searched refs:copy (Results 201 - 225 of 385) sorted by path

1234567891011>>

/linux-master/drivers/staging/media/atomisp/pci/
H A Dsh_css_internal.h501 } copy;
736 * copy pipe in the offline preview mode.
739 * host2sp_offline_frames[1]: the output frame of the copy pipe.
502 } copy; member in struct:sh_css_sp_pipeline
H A Dsh_css_sp.c205 pipe->copy.bin.bytes_available = out_frame->data_bytes;
271 pipe->copy.raw.height = out_frame->frame_info.res.height;
272 pipe->copy.raw.width = out_frame->frame_info.res.width;
273 pipe->copy.raw.padded_width = out_frame->frame_info.padded_width;
274 pipe->copy.raw.raw_bit_depth = out_frame->frame_info.raw_bit_depth;
275 pipe->copy.raw.max_input_width = max_input_width;
342 pipe->copy.raw.height = out_frame->frame_info.res.height;
343 pipe->copy.raw.width = out_frame->frame_info.res.width;
344 pipe->copy.raw.padded_width = out_frame->frame_info.padded_width;
345 pipe->copy
[all...]
/linux-master/drivers/staging/media/ipu3/
H A Dipu3-abi.h1808 } copy; member in struct:imgu_abi_sp_pipeline
/linux-master/drivers/thunderbolt/
H A Dctl.c505 if (req->copy(req, pkg))
905 req->copy = tb_cfg_copy;
962 req->copy = tb_cfg_copy;
1035 req->copy = tb_cfg_copy;
H A Dctl.h64 * @copy: Function used to copy the incoming packet to @response
88 bool (*copy)(struct tb_cfg_request *req, const struct ctl_pkg *pkg); member in struct:tb_cfg_request
H A Ddma_port.c110 req->copy = dma_port_copy;
153 req->copy = dma_port_copy;
H A Dicm.c313 req->copy = icm_copy;
2232 req->copy = icm_copy;
H A Dxdomain.c145 req->copy = tb_xdomain_copy;
185 req->copy = tb_xdomain_copy;
662 dev_warn(&xd->dev, "failed to copy properties\n");
/linux-master/drivers/tty/
H A Dmoxa.c652 goto copy;
671 copy:
/linux-master/drivers/usb/gadget/
H A Dconfigfs.c117 char *copy = *s_copy; local
122 if (copy) {
123 str = copy;
/linux-master/drivers/usb/usbip/
H A Dstub_tx.c241 unsigned int copy = urb->actual_length; local
245 if (copy == 0)
248 if (copy < sg->length)
249 size = copy;
257 copy -= size;
H A Dusbip_common.c605 /* does not need all members. but copy all simply. */
768 int copy; local
794 copy = size;
798 if (copy < sg->length)
799 recv_size = copy;
809 copy -= recv;
812 if (!copy)
/linux-master/drivers/vhost/
H A Dvringh.c266 int (*copy)(const struct vringh *vrh,
281 err = copy(vrh, dst, src, part);
302 int (*copy)(const struct vringh *vrh,
331 &slowrange, copy);
333 err = copy(vrh, &desc, &descs[i], sizeof(desc));
753 * vringh_iov_pull_user - copy bytes from vring_iov.
755 * @dst: the place to copy.
756 * @len: the maximum length to copy.
768 * vringh_iov_push_user - copy bytes into vring_iov.
770 * @src: the place to copy fro
[all...]
/linux-master/drivers/video/fbdev/
H A Dleo.c114 u32 copy; member in struct:leo_lc_ss0_usr
259 * @regno: boolean, 0 copy local, 1 get_user() function
/linux-master/drivers/w1/slaves/
H A Dw1_ds2430.c210 int copy; local
234 /* copy at most to the boundary of the PAGE or len */
235 copy = W1_F14_SCRATCH_SIZE -
238 if (copy > len)
239 copy = len;
241 memcpy(&tmp[addr & W1_F14_SCRATCH_MASK], buf, copy);
249 copy = W1_F14_SCRATCH_SIZE;
250 if (w1_f14_write(sl, addr, copy, buf) < 0) {
255 buf += copy;
256 addr += copy;
[all...]
H A Dw1_ds2431.c209 int copy; local
233 /* copy at most to the boundary of the PAGE or len */
234 copy = W1_F2D_SCRATCH_SIZE -
237 if (copy > len)
238 copy = len;
240 memcpy(&tmp[addr & W1_F2D_SCRATCH_MASK], buf, copy);
248 copy = W1_F2D_SCRATCH_SIZE;
249 if (w1_f2d_write(sl, addr, copy, buf) < 0) {
254 buf += copy;
255 addr += copy;
[all...]
H A Dw1_ds2805.c208 int copy; local
232 /* copy at most to the boundary of the PAGE or len */
233 copy = W1_F0D_SCRATCH_SIZE -
236 if (copy > len)
237 copy = len;
239 memcpy(&tmp[addr & W1_F0D_SCRATCH_MASK], buf, copy);
247 copy = W1_F0D_SCRATCH_SIZE;
248 if (w1_f0d_write(sl, addr, copy, buf) < 0) {
253 buf += copy;
254 addr += copy;
[all...]
/linux-master/drivers/xen/
H A Dgntdev.c16 * You should have received a copy of the GNU General Public License
955 struct ioctl_gntdev_grant_copy copy; local
960 if (copy_from_user(&copy, u, sizeof(copy)))
966 for (i = 0; i < copy.count; i++) {
969 if (copy_from_user(&seg, &copy.segments[i], sizeof(seg))) {
974 ret = gntdev_grant_copy_seg(&batch, &seg, &copy.segments[i].status);
/linux-master/fs/bcachefs/
H A Dbtree_iter.c285 struct btree_iter copy; local
302 bch2_trans_iter_init(trans, &copy, iter->btree_id, iter->pos,
305 prev = bch2_btree_iter_prev(&copy);
328 bch2_trans_iter_exit(trans, &copy);
H A Dextent_update.c110 struct btree_iter copy; local
129 bch2_trans_copy_iter(&copy, iter);
131 for_each_btree_key_upto_continue_norestart(copy, insert->k.p, 0, k, ret) {
156 bch2_trans_iter_exit(trans, &copy);
H A Dio_misc.c396 struct bkey_i delete, *copy; local
421 copy = bch2_bkey_make_mut_noupdate(trans, k);
422 if ((ret = PTR_ERR_OR_ZERO(copy)))
427 bch2_cut_front(src_pos, copy);
431 copy->k.size *
432 bch2_bkey_nr_ptrs_allocated(bkey_i_to_s_c(copy)),
437 delete.k.p = copy->k.p;
439 delete.k.size = copy->k.size;
441 copy->k.p.offset += shift;
442 copy
[all...]
/linux-master/fs/debugfs/
H A Dfile.c964 char *str, *copy = NULL; local
974 copy = kmalloc(len, GFP_KERNEL);
975 if (!copy) {
980 copy_len = strscpy(copy, str, len);
983 kfree(copy);
987 copy[copy_len] = '\n';
989 ret = simple_read_from_buffer(user_buf, count, ppos, copy, len);
990 kfree(copy);
/linux-master/fs/fat/
H A Ddir.c1206 unsigned long size, copy; local
1227 i = n = copy = 0;
1239 copy = min(size, sb->s_blocksize);
1242 memcpy(bhs[n]->b_data, slots, copy);
1246 slots += copy;
1247 size -= copy;
1255 memset(bhs[n]->b_data + copy, 0, sb->s_blocksize - copy);
1256 offset = copy - sizeof(struct msdos_dir_entry);
1345 int copy local
1356 int copy = min_t(int, sb->s_blocksize - offset, size); local
[all...]
H A Dfatent.c381 int err, n, copy; local
384 for (copy = 1; copy < sbi->fats; copy++) {
385 sector_t backup_fat = sbi->fat_length * copy;
/linux-master/fs/gfs2/
H A Dxattr.c698 unsigned int copy; local
718 copy = data_len > sdp->sd_jbsize ? sdp->sd_jbsize :
720 memcpy(bh->b_data + mh_size, data, copy);
721 if (copy < sdp->sd_jbsize)
722 memset(bh->b_data + mh_size + copy, 0,
723 sdp->sd_jbsize - copy);
726 data += copy;
727 data_len -= copy;

Completed in 357 milliseconds

1234567891011>>