| /linux/drivers/gpu/drm/tests/ |
| A D | drm_format_helper_test.c | 612 size_t dst_size; in drm_test_fb_xrgb8888_to_gray8() local 645 size_t dst_size; in drm_test_fb_xrgb8888_to_rgb332() local 678 size_t dst_size; in drm_test_fb_xrgb8888_to_rgb565() local 732 size_t dst_size; in drm_test_fb_xrgb8888_to_xrgb1555() local 779 size_t dst_size; in drm_test_fb_xrgb8888_to_argb1555() local 826 size_t dst_size; in drm_test_fb_xrgb8888_to_rgba5551() local 873 size_t dst_size; in drm_test_fb_xrgb8888_to_rgb888() local 921 size_t dst_size; in drm_test_fb_xrgb8888_to_argb8888() local 968 size_t dst_size; in drm_test_fb_xrgb8888_to_xrgb2101010() local 1013 size_t dst_size; in drm_test_fb_xrgb8888_to_argb2101010() local [all …]
|
| /linux/tools/perf/util/ |
| A D | zstd.c | 31 ssize_t zstd_compress_stream_to_records(struct zstd_data *data, void *dst, size_t dst_size, in zstd_compress_stream_to_records() argument 60 dst_size -= size; in zstd_compress_stream_to_records() 61 output = (ZSTD_outBuffer){ dst, (dst_size > max_record_size) ? in zstd_compress_stream_to_records() 62 max_record_size : dst_size, 0 }; in zstd_compress_stream_to_records() 75 dst_size -= size; in zstd_compress_stream_to_records() 82 void *dst, size_t dst_size) in zstd_decompress_stream() argument 86 ZSTD_outBuffer output = { dst, dst_size, 0 }; in zstd_decompress_stream() 106 src_size, output.size, dst_size, ZSTD_getErrorName(ret)); in zstd_decompress_stream() 110 output.size = dst_size - output.pos; in zstd_decompress_stream()
|
| A D | compress.h | 35 ssize_t zstd_compress_stream_to_records(struct zstd_data *data, void *dst, size_t dst_size, 40 void *dst, size_t dst_size); 55 void *dst __maybe_unused, size_t dst_size __maybe_unused, in zstd_compress_stream_to_records() 65 size_t dst_size __maybe_unused) in zstd_decompress_stream()
|
| /linux/drivers/gpu/drm/vmwgfx/ |
| A D | vmwgfx_devcaps.c | 127 void *dst, uint32_t dst_size) in vmw_devcaps_copy() argument 132 memcpy(dst, vmw->devcaps, dst_size); in vmw_devcaps_copy() 134 ret = vmw_fill_compat_cap(vmw, dst, dst_size); in vmw_devcaps_copy() 139 memcpy(dst, &fifo_mem[SVGA_FIFO_3D_CAPS], dst_size); in vmw_devcaps_copy()
|
| A D | vmwgfx_devcaps.h | 39 void *dst, uint32_t dst_size);
|
| A D | vmwgfx_blit.c | 464 size_t dst_size = dst->tbo.resource->size; in vmw_external_bo_copy() local 490 dst_size -= dst_offset; in vmw_external_bo_copy() 493 min(dst_stride * height, min(dst_size, src_size))); in vmw_external_bo_copy()
|
| /linux/fs/pstore/ |
| A D | platform.c | 305 size_t dst_size; in pstore_dump() local 319 dst_size = max_compressed_size ?: psinfo->bufsize; in pstore_dump() 322 header_size = snprintf(dst, dst_size, "%s#%d Part%u\n", why, in pstore_dump() 324 dst_size -= header_size; in pstore_dump() 328 dst_size, &dump_size)) in pstore_dump()
|
| /linux/drivers/platform/x86/hp/hp-bioscfg/ |
| A D | int-attributes.c | 304 int dst_size = *buffer_size / sizeof(u16); in hp_populate_integer_elements_from_buffer() local 308 dst = kcalloc(dst_size, sizeof(char), GFP_KERNEL); in hp_populate_integer_elements_from_buffer() 330 hp_get_string_from_buffer(&buffer_ptr, buffer_size, dst, dst_size); in hp_populate_integer_elements_from_buffer()
|
| A D | bioscfg.c | 54 int hp_get_string_from_buffer(u8 **buffer, u32 *buffer_size, char *dst, u32 dst_size) in hp_get_string_from_buffer() argument 88 if (size > dst_size) in hp_get_string_from_buffer() 89 conv_dst_size = dst_size - 1; in hp_get_string_from_buffer()
|
| A D | bioscfg.h | 471 int hp_get_string_from_buffer(u8 **buffer, u32 *buffer_size, char *dst, u32 dst_size);
|
| /linux/lib/ |
| A D | decompress_unlzma.c | 226 uint64_t dst_size; member 344 } while (len != 0 && wr->buffer_pos < wr->header->dst_size); in copy_bytes() 609 ENDIAN_CONVERT(header.dst_size); in unlzma() 617 wr.bufsize = MIN(header.dst_size, header.dict_size); in unlzma() 633 while (get_pos(&wr) < header.dst_size) { in unlzma()
|
| /linux/include/uapi/rdma/ |
| A D | rdma_user_cm.h | 136 __u16 dst_size; member 177 __u16 dst_size; member
|
| /linux/fs/ecryptfs/ |
| A D | crypto.c | 39 void ecryptfs_from_hex(char *dst, char *src, int dst_size) in ecryptfs_from_hex() argument 44 for (x = 0; x < dst_size; x++) { in ecryptfs_from_hex() 1727 static void ecryptfs_encode_for_filename(unsigned char *dst, size_t *dst_size, in ecryptfs_encode_for_filename() argument 1736 (*dst_size) = 0; in ecryptfs_encode_for_filename() 1755 (*dst_size) = (num_blocks * 4); in ecryptfs_encode_for_filename() 1803 ecryptfs_decode_from_filename(unsigned char *dst, size_t *dst_size, in ecryptfs_decode_from_filename() argument 1811 (*dst_size) = ecryptfs_max_decoded_size(src_size); in ecryptfs_decode_from_filename() 1841 (*dst_size) = dst_byte_offset; in ecryptfs_decode_from_filename()
|
| /linux/drivers/crypto/chelsio/ |
| A D | chcr_algo.c | 822 dst_size = get_space_for_phys_dsgl(nents); in create_cipher_wr() 850 0, 1, dst_size); in create_cipher_wr() 2484 dst_size = get_space_for_phys_dsgl(dnents); in create_authenc_wr() 2539 0, 0, dst_size); in create_authenc_wr() 2554 ivptr = (u8 *)(phys_cpl + 1) + dst_size; in create_authenc_wr() 2966 unsigned int dst_size, in fill_sec_cpl_for_aead() argument 3018 0, dst_size); in fill_sec_cpl_for_aead() 3077 dst_size = get_space_for_phys_dsgl(dnents); in create_aead_ccm_wr() 3114 ivptr = (u8 *)(phys_cpl + 1) + dst_size; in create_aead_ccm_wr() 3219 0, 0, dst_size); in create_gcm_wr() [all …]
|
| /linux/include/net/bluetooth/ |
| A D | bluetooth.h | 593 static inline int bt_copy_from_sockptr(void *dst, size_t dst_size, in bt_copy_from_sockptr() argument 596 if (dst_size > src_size) in bt_copy_from_sockptr() 599 return copy_from_sockptr(dst, src, dst_size); in bt_copy_from_sockptr()
|
| /linux/drivers/input/serio/ |
| A D | i8042-acpipnpio.h | 1435 static void i8042_pnp_id_to_string(struct pnp_id *id, char *dst, int dst_size) in i8042_pnp_id_to_string() argument 1437 strscpy(dst, "PNP:", dst_size); in i8042_pnp_id_to_string() 1440 strlcat(dst, " ", dst_size); in i8042_pnp_id_to_string() 1441 strlcat(dst, id->id, dst_size); in i8042_pnp_id_to_string()
|
| /linux/drivers/gpu/drm/msm/disp/dpu1/ |
| A D | dpu_hw_sspp.c | 409 u32 src_size, src_xy, dst_size, dst_xy; in dpu_hw_sspp_setup_rects() local 436 dst_size = (drm_rect_height(&cfg->dst_rect) << 16) | in dpu_hw_sspp_setup_rects() 442 DPU_REG_WRITE(c, out_size_off, dst_size); in dpu_hw_sspp_setup_rects()
|
| /linux/drivers/media/test-drivers/vicodec/ |
| A D | codec-v4l2-fwht.c | 293 unsigned int dst_size = state->stride * state->coded_height; in v4l2_fwht_decode() local 342 if (prepare_raw_frame(&dst_rf, info, p_out, dst_size)) in v4l2_fwht_decode()
|
| /linux/drivers/media/platform/samsung/s5p-mfc/ |
| A D | s5p_mfc_opr_v5.c | 1202 unsigned int dst_size; in s5p_mfc_run_enc_frame() local 1241 dst_size = vb2_plane_size(&dst_mb->b->vb2_buf, 0); in s5p_mfc_run_enc_frame() 1242 s5p_mfc_set_enc_stream_buffer_v5(ctx, dst_addr, dst_size); in s5p_mfc_run_enc_frame() 1273 unsigned int dst_size; in s5p_mfc_run_init_enc() local 1278 dst_size = vb2_plane_size(&dst_mb->b->vb2_buf, 0); in s5p_mfc_run_init_enc() 1279 s5p_mfc_set_enc_stream_buffer_v5(ctx, dst_addr, dst_size); in s5p_mfc_run_init_enc()
|
| A D | s5p_mfc_enc.c | 1152 unsigned int dst_size; in enc_pre_seq_start() local 1156 dst_size = vb2_plane_size(&dst_mb->b->vb2_buf, 0); in enc_pre_seq_start() 1158 dst_size); in enc_pre_seq_start() 1207 unsigned int dst_size; in enc_pre_frame_start() local 1223 dst_size = vb2_plane_size(&dst_mb->b->vb2_buf, 0); in enc_pre_frame_start() 1225 dst_size); in enc_pre_frame_start()
|
| A D | s5p_mfc_opr_v6.c | 1999 unsigned int dst_size; in s5p_mfc_run_enc_frame() local 2043 dst_size = vb2_plane_size(&dst_mb->b->vb2_buf, 0); in s5p_mfc_run_enc_frame() 2045 s5p_mfc_set_enc_stream_buffer_v6(ctx, dst_addr, dst_size); in s5p_mfc_run_enc_frame() 2074 unsigned int dst_size; in s5p_mfc_run_init_enc() local 2078 dst_size = vb2_plane_size(&dst_mb->b->vb2_buf, 0); in s5p_mfc_run_init_enc() 2079 s5p_mfc_set_enc_stream_buffer_v6(ctx, dst_addr, dst_size); in s5p_mfc_run_init_enc()
|
| /linux/drivers/infiniband/core/ |
| A D | ucma.c | 714 !cmd.dst_size || (cmd.dst_size != rdma_addr_size_kss(&cmd.dst_addr))) in ucma_resolve_addr() 899 resp.dst_size = rdma_addr_size(addr); in ucma_query_addr() 900 memcpy(&resp.dst_addr, addr, resp.dst_size); in ucma_query_addr() 977 resp.dst_size = sizeof(*addr); in ucma_query_gid() 979 memcpy(addr, &ctx->cm_id->route.addr.dst_addr, resp.dst_size); in ucma_query_gid()
|
| /linux/sound/isa/wavefront/ |
| A D | wavefront_synth.c | 533 unsigned int dst_size) in munge_int32() argument 537 for (i = 0; i < dst_size; i++) { in munge_int32() 563 munge_buf (unsigned char *src, unsigned char *dst, unsigned int dst_size) in munge_buf() argument 567 unsigned int last = dst_size / 2; in munge_buf()
|
| /linux/fs/bcachefs/ |
| A D | bkey.c | 792 unsigned dst_offset, unsigned dst_size, in compile_bkey_field() argument 812 switch (dst_size) { in compile_bkey_field() 958 switch (dst_size) { in compile_bkey_field()
|
| /linux/drivers/crypto/intel/keembay/ |
| A D | keembay-ocs-aes-core.c | 726 u32 dst_size; /* The length of the data in dst_sg. */ in kmb_ocs_aead_dma_prepare() local 751 dst_size = req->assoclen + out_size; in kmb_ocs_aead_dma_prepare() 778 dst_size = req->assoclen + in_size + tag_size; in kmb_ocs_aead_dma_prepare() 783 rctx->dst_nents = sg_nents_for_len(req->dst, dst_size); in kmb_ocs_aead_dma_prepare()
|