Home
last modified time | relevance | path

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

/drivers/s390/char/
Dmonreader.c306 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()
Dvmlogrdr.c362 goto out_path; in vmlogrdr_open()
379 out_path: in vmlogrdr_open()
/drivers/media/platform/exynos4-is/
Dfimc-lite.c297 if (atomic_read(&fimc->out_path) != FIMC_IO_DMA) in flite_irq_handler()
490 if (atomic_read(&fimc->out_path) != FIMC_IO_DMA) { in fimc_lite_open()
505 atomic_read(&fimc->out_path) != FIMC_IO_DMA) in fimc_lite_open()
533 atomic_read(&fimc->out_path) == FIMC_IO_DMA) { in fimc_lite_release()
996 atomic_set(&fimc->out_path, FIMC_IO_NONE); in fimc_lite_link_setup()
998 atomic_set(&fimc->out_path, FIMC_IO_DMA); in fimc_lite_link_setup()
1005 atomic_set(&fimc->out_path, FIMC_IO_NONE); in fimc_lite_link_setup()
1007 atomic_set(&fimc->out_path, FIMC_IO_ISP); in fimc_lite_link_setup()
1086 if ((atomic_read(&fimc->out_path) == FIMC_IO_ISP && in fimc_lite_subdev_set_fmt()
1088 (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.h157 atomic_t out_path; member
Dfimc-lite-reg.c68 if (atomic_read(&dev->out_path) == FIMC_IO_DMA) { in flite_hw_set_interrupt_mask()
Dfimc-core.h495 enum fimc_datapath out_path; member
Dfimc-m2m.c707 ctx->out_path = FIMC_IO_DMA; in fimc_m2m_open()
Dfimc-capture.c1750 ctx->out_path = FIMC_IO_DMA; in fimc_register_capture_device()
/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.h368 enum gsc_datapath out_path; member
405 int dh, int rot, int out_path);
Dgsc-m2m.c535 ctx->gsc_ctrls.rotate->val, ctx->out_path); in gsc_m2m_s_selection()
541 ctx->out_path); in gsc_m2m_s_selection()
643 ctx->out_path = GSC_DMA; in gsc_m2m_open()
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()