| /OK3568_Linux_fs/kernel/fs/hfs/ |
| H A D | catalog.c | 292 struct hfs_find_data src_fd, dst_fd; in hfs_cat_move() local 304 dst_fd = src_fd; in hfs_cat_move() 328 hfs_cat_build_key(sb, dst_fd.search_key, dst_dir->i_ino, dst_name); in hfs_cat_move() 329 err = hfs_brec_find(&dst_fd); in hfs_cat_move() 336 err = hfs_brec_insert(&dst_fd, &entry, src_fd.entrylength); in hfs_cat_move() 369 hfs_cat_build_key(sb, dst_fd.search_key, cnid, NULL); in hfs_cat_move() 372 err = hfs_brec_find(&dst_fd); in hfs_cat_move() 378 err = hfs_brec_insert(&dst_fd, &entry, entry_size); in hfs_cat_move() 380 hfs_bnode_put(dst_fd.bnode); in hfs_cat_move()
|
| /OK3568_Linux_fs/kernel/fs/hfsplus/ |
| H A D | catalog.c | 439 struct hfs_find_data src_fd, dst_fd; in hfsplus_rename_cat() local 450 dst_fd = src_fd; in hfsplus_rename_cat() 479 err = hfsplus_cat_build_key(sb, dst_fd.search_key, in hfsplus_rename_cat() 484 err = hfs_brec_find(&dst_fd, hfs_find_rec_by_key); in hfsplus_rename_cat() 491 err = hfs_brec_insert(&dst_fd, &entry, src_fd.entrylength); in hfsplus_rename_cat() 527 hfsplus_cat_build_key_with_cnid(sb, dst_fd.search_key, cnid); in hfsplus_rename_cat() 535 err = hfs_brec_find(&dst_fd, hfs_find_rec_by_key); in hfsplus_rename_cat() 541 err = hfs_brec_insert(&dst_fd, &entry, entry_size); in hfsplus_rename_cat() 546 hfs_bnode_put(dst_fd.bnode); in hfsplus_rename_cat()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | rk_cryptodev.h | 23 int dst_fd; /* pointer to output data */ member 39 int dst_fd; /* pointer to output data */ member
|
| H A D | rk-decom.h | 27 __s32 dst_fd; member
|
| H A D | f2fs.h | 76 __u32 dst_fd; /* destination fd */ member
|
| /OK3568_Linux_fs/external/security/librkcrypto/include/ |
| H A D | rk_cryptodev.h | 23 int dst_fd; /* pointer to output data */ member 39 int dst_fd; /* pointer to output data */ member
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | sockmap_basic.c | 54 int err, duration = 0, src_fd, dst_fd; in compare_cookies() local 57 dst_fd = bpf_map__fd(dst); in compare_cookies() 64 err = bpf_map_lookup_elem(dst_fd, &i, &dst_cookie); in compare_cookies() 73 err = bpf_map_lookup_elem(dst_fd, &i, &dst_cookie); in compare_cookies()
|
| /OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/sources/ |
| H A D | rga_im2d_slt.cpp | 219 int src_fd, dst_fd; in pthread_rga_run() local 343 ret = dma_buf_alloc(dstWidth, dstHeight, dstFormat, &dst_fd, (void **)&dst_va); in pthread_rga_run() 350 dma_sync_device_to_cpu(dst_fd); in pthread_rga_run() 362 dma_sync_cpu_to_device(dst_fd); in pthread_rga_run() 369 dst_handle = importbuffer_fd(dst_fd, dstWidth, dstHeight, dstFormat); in pthread_rga_run() 418 dma_sync_device_to_cpu(dst_fd); in pthread_rga_run() 464 dma_buf_free(dstWidth, dstHeight, dstFormat, &dst_fd, (void *)dst_va); in pthread_rga_run()
|
| /OK3568_Linux_fs/kernel/drivers/soc/rockchip/ |
| H A D | rockchip_decompress_user.c | 159 ret = get_dmafd_sgtbl(dev, param->dst_fd, DMA_FROM_DEVICE, in rk_decom_for_user() 162 dev_err(dev, "dst_fd[%d] get_dmafd_sgtbl error.", (int)param->dst_fd); in rk_decom_for_user() 194 put_dmafd_sgtbl(dev, param->dst_fd, DMA_FROM_DEVICE, in rk_decom_for_user()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/ |
| H A D | rk_cryptodev.c | 365 node_dst = dma_fd_find_node(fcr, kcop->cop.dst_fd); in __crypto_fd_run() 369 ret = get_dmafd_sgtbl(kcop->cop.dst_fd, kcop->cop.len, DMA_FROM_DEVICE, in __crypto_fd_run() 389 put_dmafd_sgtbl(kcop->cop.dst_fd, DMA_FROM_DEVICE, in __crypto_fd_run() 828 node_dst = dma_fd_find_node(fcr, caop->dst_fd); in crypto_auth_fd_zc_rk() 832 ret = get_dmafd_sgtbl(caop->dst_fd, caop->len, DMA_FROM_DEVICE, in crypto_auth_fd_zc_rk() 923 put_dmafd_sgtbl(caop->dst_fd, DMA_FROM_DEVICE, in crypto_auth_fd_zc_rk() 1243 cop->dst_fd = compat->dst_fd; in compat_to_crypt_fd_op() 1257 compat->dst_fd = cop->dst_fd; in crypt_fd_op_to_compat()
|
| H A D | rk_cryptodev.h | 23 int dst_fd; /* pointer to output data */ member
|
| /OK3568_Linux_fs/external/mpp/mpp/vproc/rga/ |
| H A D | rga.cpp | 296 RK_S32 dst_fd = mpp_buffer_get_fd(dst_buf); in rga_copy() local 320 dst_fd, dst_w, dst_h, dst_fmt); in rga_copy() 330 request->dst.yrgb_addr = dst_fd; in rga_copy()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | remap_range.c | 541 struct fd dst_fd = fdget(info->dest_fd); in vfs_dedupe_file_range() local 542 struct file *dst_file = dst_fd.file; in vfs_dedupe_file_range() 565 fdput(dst_fd); in vfs_dedupe_file_range()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/IspFec/include/ |
| H A D | rk_ispfec_api.h | 101 int rk_ispfec_api_process(rk_ispfec_ctx_t* ctx, int src_fd, int dst_fd);
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/IspFec/src/ |
| H A D | rk_ispfec.cpp | 289 rk_ispfec_api_process(rk_ispfec_ctx_t* ctx, int src_fd, int dst_fd) in rk_ispfec_api_process() argument 316 param.out_pic_fd = dst_fd; in rk_ispfec_api_process()
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/ |
| H A D | 0015-backend-drm-Support-mirror-mode.patch | 190 + int src_fd, dst_fd; 224 + DRM_CLOEXEC, &dst_fd); 242 + dst_info.fd = dst_fd; 250 + close(dst_fd);
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/ |
| H A D | 0017-backend-drm-Support-mirror-mode.patch | 190 + int src_fd, dst_fd; 224 + DRM_CLOEXEC, &dst_fd); 242 + dst_info.fd = dst_fd; 250 + close(dst_fd);
|
| /OK3568_Linux_fs/buildroot/package/weston/ |
| H A D | 0017-backend-drm-Support-mirror-mode.patch | 192 + int src_fd, dst_fd; 226 + DRM_CLOEXEC, &dst_fd); 244 + dst_info.fd = dst_fd; 252 + close(dst_fd);
|
| /OK3568_Linux_fs/external/linux-rga/core/ |
| H A D | NormalRga.h | 96 uint16_t src_fd, uint16_t dst_fd,
|
| H A D | NormalRgaApi.cpp | 300 uint16_t src_fd, uint16_t dst_fd, in NormalRgaSetFdsOffsets() argument 302 req->line_draw_info.color = src_fd | (dst_fd << 16); in NormalRgaSetFdsOffsets()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/ |
| H A D | rga.h | 733 unsigned short dst_fd,
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/vehicle/ |
| H A D | vehicle_flinger.c | 802 int src_fd, dst_fd; in rk_flinger_rga_blit() local 808 dst_fd = dst_buffer->fd; in rk_flinger_rga_blit() 918 rga_request.dst.yrgb_addr = dst_fd; in rk_flinger_rga_blit()
|
| /OK3568_Linux_fs/external/security/librkcrypto/src/ |
| H A D | rkcrypto_core.c | 504 cryp.dst_fd = out_fd; in rk_cipher_crypt() 681 op.dst_fd = out_fd; in rk_ae_crypt()
|
| /OK3568_Linux_fs/kernel/fs/f2fs/ |
| H A D | file.c | 2930 dst = fdget(range->dst_fd); in __f2fs_ioc_move_range() 4526 u32 dst_fd; member 4541 err = get_user(range.dst_fd, &urange->dst_fd); in f2fs_compat_ioc_move_range()
|