Home
last modified time | relevance | path

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

/linux/tools/virtio/virtio-trace/
H 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()
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,
/linux/drivers/media/platform/samsung/exynos4-is/
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.h164 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()
/linux/drivers/media/platform/samsung/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.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/libxfs/
H A Dxfs_rtgroup.c548 goto out_path; in xfs_rtginode_create()
563 goto out_path; in xfs_rtginode_create()
577 out_path: in xfs_rtginode_create()
/linux/drivers/gpu/drm/mediatek/
H A Dmtk_drm_drv.c919 const unsigned int **out_path, in mtk_drm_of_ddp_path_build_one() argument
1005 *out_path = final_ddp_path; in mtk_drm_of_ddp_path_build_one()
/linux/fs/nfs/
H A Dfs_context.c1108 goto out_path; in nfs_parse_source()
1124 out_path: in nfs_parse_source()
/linux/fs/smb/client/
H A Dsmb2pdu.c2839 alloc_path_with_tree_prefix(__le16 **out_path, int *out_size, int *out_len, in alloc_path_with_tree_prefix() argument
2866 *out_path = kzalloc(*out_size + sizeof(__le16) /* null */, GFP_KERNEL); in alloc_path_with_tree_prefix()
2867 if (!*out_path) in alloc_path_with_tree_prefix()
2871 cifs_strtoUTF16(*out_path, treename, treename_len, cp); in alloc_path_with_tree_prefix()
2875 UniStrcat((wchar_t *)*out_path, (wchar_t *)sep); in alloc_path_with_tree_prefix()
2876 UniStrcat((wchar_t *)*out_path, (wchar_t *)path); in alloc_path_with_tree_prefix()
/linux/net/unix/
H A Daf_unix.c1383 goto out_path; in unix_bind_bsd()
1408 out_path: in unix_bind_bsd()