Home
last modified time | relevance | path

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

/linux/arch/mips/vdso/
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()
299 unlink(out_path); in main()
/linux/tools/virtio/virtio-trace/
A Dtrace-agent.c158 const char *out_path = NULL; in agent_info_init() local
169 out_path = make_output_path(cpu); in agent_info_init()
170 if (out_path == NULL) in agent_info_init()
176 rw_thread_init(cpu, in_path, out_path, s->use_stdout, in agent_info_init()
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()
A Dtrace-agent.h58 extern void *rw_thread_init(int cpu, const char *in_path, const char *out_path,
/linux/fs/
A Dfhandle.c298 goto out_path; in handle_to_path()
303 goto out_path; in handle_to_path()
308 goto out_path; in handle_to_path()
314 goto out_path; in handle_to_path()
329 out_path: in handle_to_path()
A Dlibfs.c2232 goto out_path; in path_from_stashed()
2245 out_path: in path_from_stashed()
/linux/drivers/media/platform/samsung/exynos4-is/
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()
977 atomic_set(&fimc->out_path, FIMC_IO_NONE); in fimc_lite_link_setup()
979 atomic_set(&fimc->out_path, FIMC_IO_DMA); in fimc_lite_link_setup()
984 atomic_set(&fimc->out_path, FIMC_IO_NONE); in fimc_lite_link_setup()
986 atomic_set(&fimc->out_path, FIMC_IO_ISP); in fimc_lite_link_setup()
1071 if ((atomic_read(&fimc->out_path) == FIMC_IO_ISP && in fimc_lite_subdev_set_fmt()
1201 if (atomic_read(&fimc->out_path) != FIMC_IO_ISP) in fimc_lite_subdev_s_stream()
[all …]
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()
A Dfimc-lite.h164 atomic_t out_path; member
A Dfimc-lite-reg.c66 if (atomic_read(&dev->out_path) == FIMC_IO_DMA) { in flite_hw_set_interrupt_mask()
A Dfimc-core.h486 enum fimc_datapath out_path; member
A Dfimc-m2m.c646 ctx->out_path = FIMC_IO_DMA; in fimc_m2m_open()
A Dfimc-capture.c1729 ctx->out_path = FIMC_IO_DMA; in fimc_register_capture_device()
/linux/drivers/s390/char/
A Dmonreader.c304 goto out_path; in mon_open()
316 goto out_path; in mon_open()
321 out_path: in mon_open()
A Dvmlogrdr.c360 goto out_path; in vmlogrdr_open()
377 out_path: in vmlogrdr_open()
/linux/drivers/media/platform/samsung/exynos-gsc/
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()
A Dgsc-core.h368 enum gsc_datapath out_path; member
405 int dh, int rot, int out_path);
A Dgsc-m2m.c529 ctx->gsc_ctrls.rotate->val, ctx->out_path); in gsc_m2m_s_selection()
535 ctx->out_path); in gsc_m2m_s_selection()
641 ctx->out_path = GSC_DMA; in gsc_m2m_open()
A Dgsc-core.c606 int dh, int rot, int out_path) in gsc_check_scaler_ratio() argument
610 if (out_path == GSC_DMA) in gsc_check_scaler_ratio()
644 ctx->gsc_ctrls.rotate->val, ctx->out_path); in gsc_set_scaler_info()
724 ctx->out_path); in __gsc_s_ctrl()
/linux/fs/xfs/scrub/
A Ddirtree_repair.c588 goto out_path; in xrep_dirtree_create_adoption_path()
596 goto out_path; in xrep_dirtree_create_adoption_path()
606 out_path: in xrep_dirtree_create_adoption_path()
A Ddirtree.c253 goto out_path; in xchk_dirtree_create_path()
262 out_path: in xchk_dirtree_create_path()
/linux/fs/nfs/
A Dfs_context.c1006 goto out_path; in nfs_parse_source()
1022 out_path: in nfs_parse_source()
/linux/fs/smb/client/
A Dsmb2pdu.c2779 alloc_path_with_tree_prefix(__le16 **out_path, int *out_size, int *out_len, in alloc_path_with_tree_prefix() argument
2806 *out_path = kzalloc(*out_size + sizeof(__le16) /* null */, GFP_KERNEL); in alloc_path_with_tree_prefix()
2807 if (!*out_path) in alloc_path_with_tree_prefix()
2811 cifs_strtoUTF16(*out_path, treename, treename_len, cp); in alloc_path_with_tree_prefix()
2815 UniStrcat((wchar_t *)*out_path, (wchar_t *)sep); in alloc_path_with_tree_prefix()
2816 UniStrcat((wchar_t *)*out_path, (wchar_t *)path); in alloc_path_with_tree_prefix()
/linux/net/unix/
A Daf_unix.c1291 goto out_path; in unix_bind_bsd()
1316 out_path: in unix_bind_bsd()

Completed in 70 milliseconds