Searched refs:device_run (Results 1 - 12 of 12) sorted by relevance

/linux-4.1.27/include/media/
H A Dv4l2-mem2mem.h24 * @device_run: required. Begin the actual job (transaction) inside this
45 void (*device_run)(void *priv); member in struct:v4l2_m2m_ops
/linux-4.1.27/drivers/media/platform/
H A Dvim2m.c370 /* device_run() - prepares and starts the device
376 static void device_run(void *priv) device_run() function
421 device_run(curr_ctx); device_isr()
975 .device_run = device_run,
H A Dmx2_emmaprp.c887 .device_run = emmaprp_device_run,
H A Dm2m-deinterlace.c991 .device_run = deinterlace_device_run,
H A Dsh_veu.c1064 .device_run = sh_veu_device_run,
/linux-4.1.27/drivers/media/v4l2-core/
H A Dv4l2-mem2mem.c188 m2m_dev->m2m_ops->device_run(m2m_dev->curr_ctx->priv); v4l2_m2m_try_run()
322 * This function has to be called only after device_run() callback has been
324 * from the device_run() callback though.
638 if (!m2m_ops || WARN_ON(!m2m_ops->device_run) || v4l2_m2m_init()
/linux-4.1.27/drivers/media/platform/s5p-g2d/
H A Dg2d.c495 static void device_run(void *prv) device_run() function
613 .device_run = device_run,
/linux-4.1.27/drivers/media/platform/ti-vpe/
H A Dvpe.c1091 /* device_run() - prepares and starts the device
1096 static void device_run(void *priv) device_run() function
1330 device_run(ctx); vpe_irq()
2117 .device_run = device_run,
/linux-4.1.27/drivers/media/platform/s5p-jpeg/
H A Djpeg-core.c2099 .device_run = s5p_jpeg_device_run,
2105 .device_run = exynos3250_jpeg_device_run,
2111 .device_run = exynos4_jpeg_device_run,
2681 * device_run callback of m2m_ops. s5p_jpeg_runtime_resume()
/linux-4.1.27/drivers/media/platform/exynos-gsc/
H A Dgsc-m2m.c739 .device_run = gsc_m2m_device_run,
/linux-4.1.27/drivers/media/platform/exynos4-is/
H A Dfimc-m2m.c711 .device_run = fimc_device_run,
/linux-4.1.27/drivers/media/platform/coda/
H A Dcoda-common.c1053 .device_run = coda_device_run,
1297 /* Allow BIT decoder device_run with no new buffers queued */ coda_start_streaming()

Completed in 569 milliseconds