Home
last modified time | relevance | path

Searched refs:dstbuf (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/nx-gzip/
H A Dgzfht_test.c235 char *inbuf, *outbuf, *srcbuf, *dstbuf; in compress_file() local
271 dstbuf = outbuf + num_hdr_bytes; in compress_file()
301 nxu_touch_pages(dstbuf, dstlen, pagelen, 1); in compress_file()
305 dstbuf, dstlen, in compress_file()
351 set_bfinal(dstbuf, 0); in compress_file()
352 dstbuf = dstbuf + tpbc; in compress_file()
358 flushlen = append_sync_flush(dstbuf, tebc, 0); in compress_file()
361 dstbuf = dstbuf + flushlen; in compress_file()
368 set_bfinal(dstbuf, 1); in compress_file()
369 dstbuf = dstbuf + tpbc; in compress_file()
[all …]
/OK3568_Linux_fs/external/mpp/mpp/vproc/iep2/test/
H A Diep2_test.c202 MppBuffer dstbuf[2]; in iep2_test() local
230 mpp_buffer_get(NULL, &dstbuf[0], dstfrmsize); in iep2_test()
231 mpp_buffer_get(NULL, &dstbuf[1], dstfrmsize); in iep2_test()
232 mpp_assert(srcbuf[0] && srcbuf[1] && srcbuf[2] && dstbuf[0] && dstbuf[1]); in iep2_test()
238 pdst[0] = mpp_buffer_get_ptr(dstbuf[0]); in iep2_test()
239 pdst[1] = mpp_buffer_get_ptr(dstbuf[1]); in iep2_test()
245 fddst[0] = mpp_buffer_get_fd(dstbuf[0]); in iep2_test()
246 fddst[1] = mpp_buffer_get_fd(dstbuf[1]); in iep2_test()
349 mpp_buffer_put(dstbuf[0]); in iep2_test()
350 mpp_buffer_put(dstbuf[1]); in iep2_test()
/OK3568_Linux_fs/kernel/drivers/media/platform/mtk-vcodec/
H A Dmtk_vcodec_dec.c106 struct mtk_video_dec_buf *dstbuf; in get_display_buffer() local
123 dstbuf = container_of(disp_frame_buffer, struct mtk_video_dec_buf, in get_display_buffer()
125 vb = &dstbuf->m2m_buf.vb; in get_display_buffer()
127 if (dstbuf->used) { in get_display_buffer()
138 dstbuf->queued_in_vb2); in get_display_buffer()
157 struct mtk_video_dec_buf *dstbuf; in get_free_buffer() local
175 dstbuf = container_of(free_frame_buffer, struct mtk_video_dec_buf, in get_free_buffer()
177 vb = &dstbuf->m2m_buf.vb; in get_free_buffer()
180 if (dstbuf->used) { in get_free_buffer()
181 if ((dstbuf->queued_in_vb2) && in get_free_buffer()
[all …]
/OK3568_Linux_fs/kernel/security/apparmor/
H A Dpolicy_unpack.c1059 void *stgbuf, *dstbuf; in deflate_compress() local
1098 dstbuf = kvzalloc(strm.total_out, GFP_KERNEL); in deflate_compress()
1099 if (dstbuf) { in deflate_compress()
1100 memcpy(dstbuf, stgbuf, strm.total_out); in deflate_compress()
1109 dstbuf = krealloc(stgbuf, strm.total_out, GFP_KERNEL); in deflate_compress()
1111 if (!dstbuf) { in deflate_compress()
1116 *dst = dstbuf; in deflate_compress()
/OK3568_Linux_fs/kernel/sound/soc/uniphier/
H A Daio-compress.c290 u32 *dstbuf = (u32 *)(sub->compr_area + sub->wr_offs); in aio_compr_send_to_hw() local
320 dstbuf[dst++] = frm_a; in aio_compr_send_to_hw()
321 dstbuf[dst++] = frm_b; in aio_compr_send_to_hw()
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dnand_onfi.c115 void *dstbuf, in nand_bit_wise_majority() argument
137 ((u8 *)dstbuf)[i] = val; in nand_bit_wise_majority()
/OK3568_Linux_fs/u-boot/drivers/fpga/
H A Dzynqpl.c152 static int zynq_dma_transfer(u32 srcbuf, u32 srclen, u32 dstbuf, u32 dstlen) in zynq_dma_transfer() argument
159 writel(dstbuf, &devcfg_base->dma_dst_addr); in zynq_dma_transfer()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dexthdrs.c282 __u16 dstbuf; in ipv6_destopt_rcv() local
304 dstbuf = opt->dst1; in ipv6_destopt_rcv()
312 opt->nhoff = dstbuf; in ipv6_destopt_rcv()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/
H A DdrmDsp.c86 static int arm_camera_yuv420_scale_arm(char *srcbuf, char *dstbuf,int src_w, int src_h,int dst_w, i… in arm_camera_yuv420_scale_arm() argument
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/
H A Dssl_internal.h327 unsigned char *dstbuf, size_t dlen );
H A Dssl.h4157 unsigned char *dstbuf, size_t dlen );
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/
H A Dssl_internal.h327 unsigned char *dstbuf, size_t dlen );
H A Dssl.h4157 unsigned char *dstbuf, size_t dlen );
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/
H A Dssl_internal.h327 unsigned char *dstbuf, size_t dlen );
H A Dssl.h4157 unsigned char *dstbuf, size_t dlen );
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/
H A Dssl_internal.h327 unsigned char *dstbuf, size_t dlen );
H A Dssl.h4157 unsigned char *dstbuf, size_t dlen );
/OK3568_Linux_fs/kernel/drivers/scsi/lpfc/
H A Dlpfc_debugfs.c2419 char dstbuf[33]; in lpfc_debugfs_dif_err_write() local
2423 memset(dstbuf, 0, 33); in lpfc_debugfs_dif_err_write()
2425 if (copy_from_user(dstbuf, buf, size)) in lpfc_debugfs_dif_err_write()
2429 if ((dstbuf[0] == 'o') && (dstbuf[1] == 'f') && in lpfc_debugfs_dif_err_write()
2430 (dstbuf[2] == 'f')) in lpfc_debugfs_dif_err_write()
2434 if ((tmp == 0) && (kstrtoull(dstbuf, 0, &tmp))) in lpfc_debugfs_dif_err_write()