/linux-4.4.14/arch/mips/vdso/ |
D | genvdso.c | 205 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-4.4.14/tools/virtio/virtio-trace/ |
D | trace-agent.c | 156 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()
|
D | trace-agent-rw.c | 42 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()
|
D | trace-agent.h | 57 extern void *rw_thread_init(int cpu, const char *in_path, const char *out_path,
|
/linux-4.4.14/drivers/s390/char/ |
D | monreader.c | 306 goto out_path; in mon_open() 318 goto out_path; in mon_open() 324 out_path: in mon_open() 502 goto out_path; in monreader_thaw() 508 goto out_path; in monreader_thaw() 510 out_path: in monreader_thaw()
|
D | vmlogrdr.c | 361 goto out_path; in vmlogrdr_open() 378 out_path: in vmlogrdr_open()
|
/linux-4.4.14/drivers/media/platform/exynos4-is/ |
D | fimc-lite.c | 280 if (atomic_read(&fimc->out_path) != FIMC_IO_DMA) in flite_irq_handler() 482 if (atomic_read(&fimc->out_path) != FIMC_IO_DMA) { in fimc_lite_open() 497 atomic_read(&fimc->out_path) != FIMC_IO_DMA) in fimc_lite_open() 532 atomic_read(&fimc->out_path) == FIMC_IO_DMA) { in fimc_lite_release() 1017 atomic_set(&fimc->out_path, FIMC_IO_NONE); in fimc_lite_link_setup() 1019 atomic_set(&fimc->out_path, FIMC_IO_DMA); in fimc_lite_link_setup() 1026 atomic_set(&fimc->out_path, FIMC_IO_NONE); in fimc_lite_link_setup() 1028 atomic_set(&fimc->out_path, FIMC_IO_ISP); in fimc_lite_link_setup() 1115 if ((atomic_read(&fimc->out_path) == FIMC_IO_ISP && in fimc_lite_subdev_set_fmt() 1117 (atomic_read(&fimc->out_path) == FIMC_IO_DMA && in fimc_lite_subdev_set_fmt() [all …]
|
D | fimc-reg.c | 89 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()
|
D | fimc-lite.h | 170 atomic_t out_path; member
|
D | fimc-lite-reg.c | 69 if (atomic_read(&dev->out_path) == FIMC_IO_DMA) { in flite_hw_set_interrupt_mask()
|
D | fimc-core.h | 495 enum fimc_datapath out_path; member
|
D | fimc-m2m.c | 647 ctx->out_path = FIMC_IO_DMA; in fimc_m2m_open()
|
D | fimc-capture.c | 1750 ctx->out_path = FIMC_IO_DMA; in fimc_register_capture_device()
|
/linux-4.4.14/drivers/media/platform/exynos-gsc/ |
D | gsc-regs.c | 229 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()
|
D | gsc-core.h | 370 enum gsc_datapath out_path; member 407 int dh, int rot, int out_path);
|
D | gsc-m2m.c | 538 ctx->gsc_ctrls.rotate->val, ctx->out_path); in gsc_m2m_s_selection() 544 ctx->out_path); in gsc_m2m_s_selection() 648 ctx->out_path = GSC_DMA; in gsc_m2m_open()
|
D | gsc-core.c | 609 int dh, int rot, int out_path) in gsc_check_scaler_ratio() argument 613 if (out_path == GSC_DMA) in gsc_check_scaler_ratio() 647 ctx->gsc_ctrls.rotate->val, ctx->out_path); in gsc_set_scaler_info() 727 ctx->out_path); in __gsc_s_ctrl()
|
/linux-4.4.14/fs/nfs/ |
D | super.c | 1911 goto out_path; in nfs_parse_devname() 1931 out_path: in nfs_parse_devname()
|
/linux-4.4.14/net/unix/ |
D | af_unix.c | 1018 goto out_path; in unix_bind() 1076 out_path: in unix_bind()
|