Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/vdso/
Dgenvdso.c205 const char *dbg_vdso_path, *vdso_path, *out_path; in main() local
220 out_path = argv[3]; in main()
247 out_file = fopen(out_path, "w"); in main()
250 out_path, strerror(errno)); in main()
286 unlink(out_path); in main()
/Linux-v4.19/tools/virtio/virtio-trace/
Dtrace-agent.c156 const char *out_path = NULL; in agent_info_init() local
167 out_path = make_output_path(cpu); in agent_info_init()
168 if (out_path == NULL) in agent_info_init()
174 rw_thread_init(cpu, in_path, out_path, s->use_stdout, in agent_info_init()
Dtrace-agent-rw.c42 void *rw_thread_init(int cpu, const char *in_path, const char *out_path, in rw_thread_init() argument
60 rw_ti->out_fd = open(out_path, O_WRONLY); in rw_thread_init()
Dtrace-agent.h58 extern void *rw_thread_init(int cpu, const char *in_path, const char *out_path,
/Linux-v4.19/drivers/s390/char/
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()
Dvmlogrdr.c361 goto out_path; in vmlogrdr_open()
378 out_path: in vmlogrdr_open()
/Linux-v4.19/drivers/media/platform/exynos4-is/
Dfimc-lite.c280 if (atomic_read(&fimc->out_path) != FIMC_IO_DMA) in flite_irq_handler()
475 if (atomic_read(&fimc->out_path) != FIMC_IO_DMA) { in fimc_lite_open()
490 atomic_read(&fimc->out_path) != FIMC_IO_DMA) in fimc_lite_open()
525 atomic_read(&fimc->out_path) == FIMC_IO_DMA) { in fimc_lite_release()
1004 atomic_set(&fimc->out_path, FIMC_IO_NONE); in fimc_lite_link_setup()
1006 atomic_set(&fimc->out_path, FIMC_IO_DMA); in fimc_lite_link_setup()
1011 atomic_set(&fimc->out_path, FIMC_IO_NONE); in fimc_lite_link_setup()
1013 atomic_set(&fimc->out_path, FIMC_IO_ISP); in fimc_lite_link_setup()
1098 if ((atomic_read(&fimc->out_path) == FIMC_IO_ISP && in fimc_lite_subdev_set_fmt()
1100 (atomic_read(&fimc->out_path) == FIMC_IO_DMA && in fimc_lite_subdev_set_fmt()
[all …]
Dfimc-reg.c89 if (ctx->out_path == FIMC_IO_LCDFIFO) in fimc_hw_set_rotation()
95 if (ctx->out_path == FIMC_IO_DMA) { in fimc_hw_set_rotation()
295 if (ctx->out_path == FIMC_IO_DMA) { in fimc_hw_set_scaler()
413 if (FIMC_IO_LCDFIFO == ctx->out_path) in fimc_hw_set_in_dma_size()
444 fimc_hw_en_autoload(dev, ctx->out_path == FIMC_IO_LCDFIFO); in fimc_hw_set_in_dma()
527 if (ctx->out_path == FIMC_IO_LCDFIFO) in fimc_hw_set_output_path()
Dfimc-lite.h168 atomic_t out_path; member
Dfimc-lite-reg.c69 if (atomic_read(&dev->out_path) == FIMC_IO_DMA) { in flite_hw_set_interrupt_mask()
Dfimc-core.h492 enum fimc_datapath out_path; member
Dfimc-m2m.c635 ctx->out_path = FIMC_IO_DMA; in fimc_m2m_open()
Dfimc-capture.c1753 ctx->out_path = FIMC_IO_DMA; in fimc_register_capture_device()
/Linux-v4.19/drivers/media/platform/exynos-gsc/
Dgsc-regs.c229 if (ctx->out_path == GSC_DMA) in gsc_hw_set_output_path()
244 if (ctx->out_path == GSC_DMA) { in gsc_hw_set_out_size()
304 if (ctx->out_path != GSC_DMA) { in gsc_hw_set_out_image_format()
Dgsc-core.h366 enum gsc_datapath out_path; member
404 int dh, int rot, int out_path);
Dgsc-m2m.c545 ctx->gsc_ctrls.rotate->val, ctx->out_path); in gsc_m2m_s_selection()
551 ctx->out_path); in gsc_m2m_s_selection()
657 ctx->out_path = GSC_DMA; in gsc_m2m_open()
Dgsc-core.c647 int dh, int rot, int out_path) in gsc_check_scaler_ratio() argument
651 if (out_path == GSC_DMA) in gsc_check_scaler_ratio()
685 ctx->gsc_ctrls.rotate->val, ctx->out_path); in gsc_set_scaler_info()
765 ctx->out_path); in __gsc_s_ctrl()
/Linux-v4.19/fs/cifs/
Dsmb2pdu.c1905 alloc_path_with_tree_prefix(__le16 **out_path, int *out_size, int *out_len, in alloc_path_with_tree_prefix() argument
1936 *out_path = kzalloc(*out_size, GFP_KERNEL); in alloc_path_with_tree_prefix()
1937 if (!*out_path) in alloc_path_with_tree_prefix()
1941 cifs_strtoUTF16(*out_path, treename, treename_len, cp); in alloc_path_with_tree_prefix()
1942 UniStrcat(*out_path, sep); in alloc_path_with_tree_prefix()
1943 UniStrcat(*out_path, path); in alloc_path_with_tree_prefix()
/Linux-v4.19/fs/nfs/
Dsuper.c1940 goto out_path; in nfs_parse_devname()
1960 out_path: in nfs_parse_devname()