Home
last modified time | relevance | path

Searched refs:dst_size (Results 1 – 14 of 14) sorted by relevance

/drivers/gpu/drm/vmwgfx/
Dvmwgfx_devcaps.c126 void *dst, uint32_t dst_size) in vmw_devcaps_copy() argument
131 memcpy(dst, vmw->devcaps, dst_size); in vmw_devcaps_copy()
133 ret = vmw_fill_compat_cap(vmw, dst, dst_size); in vmw_devcaps_copy()
138 memcpy(dst, &fifo_mem[SVGA_FIFO_3D_CAPS], dst_size); in vmw_devcaps_copy()
Dvmwgfx_devcaps.h39 void *dst, uint32_t dst_size);
/drivers/gpu/drm/mga/
Dmga_warp.c115 unsigned int src_size, dst_size; in mga_warp_install_microcode() local
120 dst_size = WARP_UCODE_SIZE(src_size); in mga_warp_install_microcode()
122 pcbase += dst_size; in mga_warp_install_microcode()
123 vcbase += dst_size; in mga_warp_install_microcode()
/drivers/crypto/chelsio/
Dchcr_algo.c810 unsigned int temp = 0, transhdr_len, dst_size; in create_cipher_wr() local
822 dst_size = get_space_for_phys_dsgl(nents); in create_cipher_wr()
824 transhdr_len = CIPHER_TRANSHDR_SIZE(kctx_len, dst_size); in create_cipher_wr()
850 0, 1, dst_size); in create_cipher_wr()
875 ulptx = (struct ulptx_sgl *)((u8 *)(phys_cpl + 1) + dst_size); in create_cipher_wr()
880 temp = sizeof(struct cpl_rx_phys_dsgl) + dst_size + kctx_len + IV in create_cipher_wr()
2447 unsigned int dst_size = 0, temp, subtype = get_aead_subtype(tfm); in create_authenc_wr() local
2476 dst_size = get_space_for_phys_dsgl(dnents); in create_authenc_wr()
2479 transhdr_len = CIPHER_TRANSHDR_SIZE(kctx_len, dst_size); in create_authenc_wr()
2531 0, 0, dst_size); in create_authenc_wr()
[all …]
/drivers/input/serio/
Di8042-acpipnpio.h1337 static void i8042_pnp_id_to_string(struct pnp_id *id, char *dst, int dst_size) in i8042_pnp_id_to_string() argument
1339 strlcpy(dst, "PNP:", dst_size); in i8042_pnp_id_to_string()
1342 strlcat(dst, " ", dst_size); in i8042_pnp_id_to_string()
1343 strlcat(dst, id->id, dst_size); in i8042_pnp_id_to_string()
/drivers/media/test-drivers/vicodec/
Dcodec-v4l2-fwht.c293 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()
/drivers/media/platform/s5p-mfc/
Ds5p_mfc_opr_v5.c1200 unsigned int dst_size; in s5p_mfc_run_enc_frame() local
1239 dst_size = vb2_plane_size(&dst_mb->b->vb2_buf, 0); in s5p_mfc_run_enc_frame()
1240 s5p_mfc_set_enc_stream_buffer_v5(ctx, dst_addr, dst_size); in s5p_mfc_run_enc_frame()
1271 unsigned int dst_size; in s5p_mfc_run_init_enc() local
1276 dst_size = vb2_plane_size(&dst_mb->b->vb2_buf, 0); in s5p_mfc_run_init_enc()
1277 s5p_mfc_set_enc_stream_buffer_v5(ctx, dst_addr, dst_size); in s5p_mfc_run_init_enc()
Ds5p_mfc_enc.c1138 unsigned int dst_size; in enc_pre_seq_start() local
1142 dst_size = vb2_plane_size(&dst_mb->b->vb2_buf, 0); in enc_pre_seq_start()
1144 dst_size); in enc_pre_seq_start()
1196 unsigned int dst_size; in enc_pre_frame_start() local
1206 dst_size = vb2_plane_size(&dst_mb->b->vb2_buf, 0); in enc_pre_frame_start()
1208 dst_size); in enc_pre_frame_start()
Ds5p_mfc_opr_v6.c1839 unsigned int dst_size; in s5p_mfc_run_enc_frame() local
1877 dst_size = vb2_plane_size(&dst_mb->b->vb2_buf, 0); in s5p_mfc_run_enc_frame()
1879 s5p_mfc_set_enc_stream_buffer_v6(ctx, dst_addr, dst_size); in s5p_mfc_run_enc_frame()
1908 unsigned int dst_size; in s5p_mfc_run_init_enc() local
1912 dst_size = vb2_plane_size(&dst_mb->b->vb2_buf, 0); in s5p_mfc_run_init_enc()
1913 s5p_mfc_set_enc_stream_buffer_v6(ctx, dst_addr, dst_size); in s5p_mfc_run_init_enc()
/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_sspp.c450 u32 src_size, src_xy, dst_size, dst_xy, ystride0, ystride1; in dpu_hw_sspp_setup_rects() local
477 dst_size = (drm_rect_height(&cfg->dst_rect) << 16) | in dpu_hw_sspp_setup_rects()
507 DPU_REG_WRITE(c, out_size_off + idx, dst_size); in dpu_hw_sspp_setup_rects()
/drivers/infiniband/core/
Ducma.c715 !cmd.dst_size || (cmd.dst_size != rdma_addr_size_kss(&cmd.dst_addr))) in ucma_resolve_addr()
900 resp.dst_size = rdma_addr_size(addr); in ucma_query_addr()
901 memcpy(&resp.dst_addr, addr, resp.dst_size); in ucma_query_addr()
978 resp.dst_size = sizeof(*addr); in ucma_query_gid()
980 memcpy(addr, &ctx->cm_id->route.addr.dst_addr, resp.dst_size); in ucma_query_gid()
/drivers/crypto/keembay/
Dkeembay-ocs-aes-core.c729 u32 dst_size; /* The length of the data in dst_sg. */ in kmb_ocs_aead_dma_prepare() local
754 dst_size = req->assoclen + out_size; in kmb_ocs_aead_dma_prepare()
781 dst_size = req->assoclen + in_size + tag_size; in kmb_ocs_aead_dma_prepare()
786 rctx->dst_nents = sg_nents_for_len(req->dst, dst_size); in kmb_ocs_aead_dma_prepare()
/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_pf.c365 int dst_size, err; in otx2_forward_vf_mbox_msgs() local
377 dst_size = dst_mbox->mbox.tx_size - in otx2_forward_vf_mbox_msgs()
380 if (mbox_hdr->msg_size > dst_size || !mbox_hdr->msg_size) in otx2_forward_vf_mbox_msgs()
422 dst_size = dst_mbox->mbox_up.tx_size - in otx2_forward_vf_mbox_msgs()
425 if (mbox_hdr->msg_size > dst_size) in otx2_forward_vf_mbox_msgs()
/drivers/media/platform/allegro-dvt/
Dallegro-core.c3474 unsigned long dst_size; in allegro_device_run() local
3480 dst_size = vb2_plane_size(&dst_buf->vb2_buf, 0); in allegro_device_run()
3483 allegro_mcu_send_put_stream_buffer(dev, channel, dst_addr, dst_size, in allegro_device_run()