Home
last modified time | relevance | path

Searched refs:out_path (Results 1 – 25 of 26) sorted by relevance

12

/OK3568_Linux_fs/kernel/arch/mips/vdso/
H A Dgenvdso.c209 const char *dbg_vdso_path, *vdso_path, *out_path; in main() local
224 out_path = argv[3]; in main()
251 out_file = fopen(out_path, "w"); in main()
254 out_path, strerror(errno)); in main()
303 unlink(out_path); in main()
/OK3568_Linux_fs/kernel/tools/virtio/virtio-trace/
H A Dtrace-agent.c154 const char *out_path = NULL; in agent_info_init() local
165 out_path = make_output_path(cpu); in agent_info_init()
166 if (out_path == NULL) in agent_info_init()
172 rw_thread_init(cpu, in_path, out_path, s->use_stdout, in agent_info_init()
H A Dtrace-agent-rw.c40 void *rw_thread_init(int cpu, const char *in_path, const char *out_path, in rw_thread_init() argument
58 rw_ti->out_fd = open(out_path, O_WRONLY); in rw_thread_init()
H A Dtrace-agent.h58 extern void *rw_thread_init(int cpu, const char *in_path, const char *out_path,
/OK3568_Linux_fs/u-boot/tools/rockchip/
H A Dbmp2gray16.c395 char out_path[256] = {0}; in main() local
490 memcpy(out_path, argv[0], len); in main()
514 file = fopen(out_path, "wb+"); in main()
516 fprintf(stderr, "File %s open failed.\n", out_path); in main()
573 out_path); in main()
579 printf("Close file[%s] failed, err=%d\n", out_path, ret); in main()
/OK3568_Linux_fs/kernel/drivers/s390/char/
H A Dmonreader.c307 goto out_path; in mon_open()
319 goto out_path; in mon_open()
325 out_path: in mon_open()
503 goto out_path; in monreader_thaw()
509 goto out_path; in monreader_thaw()
511 out_path: in monreader_thaw()
H A Dvmlogrdr.c361 goto out_path; in vmlogrdr_open()
378 out_path: in vmlogrdr_open()
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/
H A Dyolo_image.cc328 char out_path[1024]; in run_yolo() local
329 memset(out_path, 0, sizeof(out_path)); in run_yolo()
330 sprintf(out_path, "/data/user/0/com.rockchip.gpadc.yolodemo/cache/out_%d.tensor", i); in run_yolo()
331 FILE *fp = fopen(out_path, "w"); in run_yolo()
/OK3568_Linux_fs/kernel/drivers/media/platform/exynos4-is/
H A Dfimc-lite.c271 if (atomic_read(&fimc->out_path) != FIMC_IO_DMA) in flite_irq_handler()
466 if (atomic_read(&fimc->out_path) != FIMC_IO_DMA) { in fimc_lite_open()
481 atomic_read(&fimc->out_path) != FIMC_IO_DMA) in fimc_lite_open()
517 atomic_read(&fimc->out_path) == FIMC_IO_DMA) { in fimc_lite_release()
979 atomic_set(&fimc->out_path, FIMC_IO_NONE); in fimc_lite_link_setup()
981 atomic_set(&fimc->out_path, FIMC_IO_DMA); in fimc_lite_link_setup()
986 atomic_set(&fimc->out_path, FIMC_IO_NONE); in fimc_lite_link_setup()
988 atomic_set(&fimc->out_path, FIMC_IO_ISP); in fimc_lite_link_setup()
1073 if ((atomic_read(&fimc->out_path) == FIMC_IO_ISP && in fimc_lite_subdev_set_fmt()
1075 (atomic_read(&fimc->out_path) == FIMC_IO_DMA && in fimc_lite_subdev_set_fmt()
[all …]
H A Dfimc-reg.c86 if (ctx->out_path == FIMC_IO_LCDFIFO) in fimc_hw_set_rotation()
92 if (ctx->out_path == FIMC_IO_DMA) { in fimc_hw_set_rotation()
292 if (ctx->out_path == FIMC_IO_DMA) { in fimc_hw_set_scaler()
410 if (FIMC_IO_LCDFIFO == ctx->out_path) in fimc_hw_set_in_dma_size()
441 fimc_hw_en_autoload(dev, ctx->out_path == FIMC_IO_LCDFIFO); in fimc_hw_set_in_dma()
524 if (ctx->out_path == FIMC_IO_LCDFIFO) in fimc_hw_set_output_path()
H A Dfimc-lite.h165 atomic_t out_path; member
H A Dfimc-lite-reg.c66 if (atomic_read(&dev->out_path) == FIMC_IO_DMA) { in flite_hw_set_interrupt_mask()
H A Dfimc-core.h484 enum fimc_datapath out_path; member
H A Dfimc-m2m.c645 ctx->out_path = FIMC_IO_DMA; in fimc_m2m_open()
/OK3568_Linux_fs/kernel/drivers/media/platform/exynos-gsc/
H A Dgsc-regs.c225 if (ctx->out_path == GSC_DMA) in gsc_hw_set_output_path()
240 if (ctx->out_path == GSC_DMA) { in gsc_hw_set_out_size()
300 if (ctx->out_path != GSC_DMA) { in gsc_hw_set_out_image_format()
H A Dgsc-core.h362 enum gsc_datapath out_path; member
399 int dh, int rot, int out_path);
H A Dgsc-m2m.c534 ctx->gsc_ctrls.rotate->val, ctx->out_path); in gsc_m2m_s_selection()
540 ctx->out_path); in gsc_m2m_s_selection()
646 ctx->out_path = GSC_DMA; in gsc_m2m_open()
H A Dgsc-core.c608 int dh, int rot, int out_path) in gsc_check_scaler_ratio() argument
612 if (out_path == GSC_DMA) in gsc_check_scaler_ratio()
646 ctx->gsc_ctrls.rotate->val, ctx->out_path); in gsc_set_scaler_info()
726 ctx->out_path); in __gsc_s_ctrl()
/OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtpdf/
H A D0002-gn.pro-do-not-try-to-statically-link-stdc.patch18 gn_gen_args = --no-last-commit-position --out-path $$out_path \
H A D0003-Fix-build-with-clang.patch33 gn_gen_args = --no-last-commit-position --out-path $$out_path \
/OK3568_Linux_fs/buildroot/package/qt5/qt5webengine/
H A D0001-gn.pro-don-t-link-statically-with-libstc.patch41 gn_gen_args = --no-last-commit-position --out-path $$out_path \
/OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtwebengine/
H A D0001-Force-host-toolchain-configuration.patch80 gn_gen_args = --no-last-commit-position --out-path $$out_path \
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dcve-check.bbclass85 def generate_json_report(d, out_path, link_path):
101 with open(out_path, "w") as f:
104 update_symlinks(out_path, link_path)
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dfs_context.c847 goto out_path; in nfs_parse_source()
863 out_path: in nfs_parse_source()
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dsmb2pdu.c2442 alloc_path_with_tree_prefix(__le16 **out_path, int *out_size, int *out_len, in alloc_path_with_tree_prefix() argument
2473 *out_path = kzalloc(*out_size, GFP_KERNEL); in alloc_path_with_tree_prefix()
2474 if (!*out_path) in alloc_path_with_tree_prefix()
2478 cifs_strtoUTF16(*out_path, treename, treename_len, cp); in alloc_path_with_tree_prefix()
2479 UniStrcat(*out_path, sep); in alloc_path_with_tree_prefix()
2480 UniStrcat(*out_path, path); in alloc_path_with_tree_prefix()

12