/openbmc/linux/arch/mips/vdso/ |
H A D | genvdso.c | 209 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()
|
/openbmc/linux/tools/virtio/virtio-trace/ |
H A D | trace-agent.c | 158 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 D | trace-agent-rw.c | 40 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 D | trace-agent.h | 58 extern void *rw_thread_init(int cpu, const char *in_path, const char *out_path,
|
/openbmc/linux/drivers/media/platform/samsung/exynos4-is/ |
H A D | fimc-lite.c | 271 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 D | fimc-reg.c | 86 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 D | fimc-lite.h | 167 atomic_t out_path; member
|
H A D | fimc-lite-reg.c | 66 if (atomic_read(&dev->out_path) == FIMC_IO_DMA) { in flite_hw_set_interrupt_mask()
|
H A D | fimc-core.h | 486 enum fimc_datapath out_path; member
|
H A D | fimc-m2m.c | 645 ctx->out_path = FIMC_IO_DMA; in fimc_m2m_open()
|
H A D | fimc-capture.c | 1729 ctx->out_path = FIMC_IO_DMA; in fimc_register_capture_device()
|
/openbmc/linux/drivers/s390/char/ |
H A D | monreader.c | 304 goto out_path; in mon_open() 316 goto out_path; in mon_open() 321 out_path: in mon_open()
|
H A D | vmlogrdr.c | 361 goto out_path; in vmlogrdr_open() 378 out_path: in vmlogrdr_open()
|
/openbmc/linux/drivers/media/platform/samsung/exynos-gsc/ |
H A D | gsc-regs.c | 225 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 D | gsc-core.h | 369 enum gsc_datapath out_path; member 406 int dh, int rot, int out_path);
|
H A D | gsc-m2m.c | 529 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()
|
H A D | gsc-core.c | 606 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()
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | vex.bbclass | 96 def generate_json_report(d, out_path, link_path): 114 with open(out_path, "w") as f: 117 update_symlinks(out_path, link_path)
|
H A D | cve-check.bbclass | 119 def generate_json_report(d, out_path, link_path): 137 with open(out_path, "w") as f: 140 update_symlinks(out_path, link_path)
|
/openbmc/linux/fs/nfs/ |
H A D | fs_context.c | 995 goto out_path; in nfs_parse_source() 1011 out_path: in nfs_parse_source()
|
/openbmc/linux/fs/smb/client/ |
H A D | smb2pdu.c | 2768 alloc_path_with_tree_prefix(__le16 **out_path, int *out_size, int *out_len, in alloc_path_with_tree_prefix() argument 2795 *out_path = kzalloc(*out_size + sizeof(__le16) /* null */, GFP_KERNEL); in alloc_path_with_tree_prefix() 2796 if (!*out_path) in alloc_path_with_tree_prefix() 2800 cifs_strtoUTF16(*out_path, treename, treename_len, cp); in alloc_path_with_tree_prefix() 2804 UniStrcat((wchar_t *)*out_path, (wchar_t *)sep); in alloc_path_with_tree_prefix() 2805 UniStrcat((wchar_t *)*out_path, (wchar_t *)path); in alloc_path_with_tree_prefix()
|
/openbmc/linux/net/unix/ |
H A D | af_unix.c | 1232 goto out_path; in unix_bind_bsd() 1257 out_path: in unix_bind_bsd()
|