Searched refs:parallel (Results 76 - 84 of 84) sorted by relevance

1234

/linux-master/drivers/media/i2c/
H A Dadv7180.c850 cfg->bus.parallel.flags = V4L2_MBUS_MASTER |
H A Dgc0308.c1224 gc0308->mbus_config = bus_cfg.bus.parallel.flags;
H A Dov7670.c1819 info->mbus_config = bus_cfg.bus.parallel.flags;
H A Dds90ub960.c2446 /* For the rest, we are only interested in parallel busses */
3353 hsync_hi = !!(vep.bus.parallel.flags & V4L2_MBUS_HSYNC_ACTIVE_HIGH);
3354 vsync_hi = !!(vep.bus.parallel.flags & V4L2_MBUS_VSYNC_ACTIVE_HIGH);
H A Dov5640.c1587 rate /= sensor->ep.bus.parallel.bus_width;
2579 unsigned int flags = sensor->ep.bus.parallel.flags;
2595 * Note about parallel port configuration.
2597 * When configured in parallel mode, the OV5640 will
2640 * configure parallel port control lines polarity
3862 * YUV422 UYVY VGA(30FPS in parallel mode, 60 in MIPI CSI-2 mode)
H A Dadv7604.c3222 flags = bus_cfg.bus.parallel.flags;
/linux-master/drivers/staging/media/imx/
H A Dimx-media-csi.c135 return is_parallel_bus(mbus_cfg) && mbus_cfg->bus.parallel.bus_width >= 16;
144 * - the CSI is receiving from a 16-bit parallel bus, or
145 * - the CSI is receiving from an 8-bit parallel bus and the incoming
1155 /* select either parallel or MIPI-CSI2 as input to CSI */
/linux-master/drivers/media/pci/ddbridge/
H A Dddbridge-core.c1170 .parallel = 1,
1200 cfg.parallel = 2;
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_execlists_submission.c838 * becomes a sentinel in parallel to CSB processing.
2678 parent->parallel.fence_context = dma_fence_context_alloc(1);
3633 * rbtrees as in the case it is running in parallel, it may reinsert

Completed in 201 milliseconds

1234