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

1234

/linux-master/drivers/media/platform/microchip/
H A Dmicrochip-csi2dc.c27 /* GPIO parallel interface selection */
174 * @parallel_mode: The underlying subdevice is connected on a parallel bus
361 csi2dc->clk_gated = mbus_config.bus.parallel.flags &
380 /* In parallel mode, GPIO parallel interface must be selected */
584 "subdevice connected on parallel interface\n");
613 "output port must be parallel/bt656.\n");
/linux-master/drivers/media/i2c/
H A Dov9640.c654 cfg->bus.parallel.flags = V4L2_MBUS_PCLK_SAMPLE_RISING |
H A Dov6650.c1013 cfg->bus.parallel.flags = V4L2_MBUS_MASTER | V4L2_MBUS_DATA_ACTIVE_HIGH
H A Dmt9m001.c693 cfg->bus.parallel.flags = V4L2_MBUS_PCLK_SAMPLE_FALLING |
H A Dtvp514x.c1001 flags = bus_cfg.bus.parallel.flags;
H A Dmt9v032.c1038 pdata->clk_pol = !!(endpoint.bus.parallel.flags &
H A Dmt9p031.c1095 pdata->pixclk_pol = !!(endpoint.bus.parallel.flags &
H A Dtvp7002.c917 flags = bus_cfg.bus.parallel.flags;
H A Dtvp5150.c1201 cfg->bus.parallel.flags = V4L2_MBUS_MASTER
2018 * endpoint (video bitstream output at YOUT[0-7] parallel bus)
2088 flags = bus_cfg.bus.parallel.flags;
H A Dtda1997x.c2326 flags = bus_cfg.bus.parallel.flags;
2333 pdata->vidout_bus_width = bus_cfg.bus.parallel.bus_width;
2705 "parallel" : "BT656",
/linux-master/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-dev.c243 "port 1 must be parallel or BT656\n");
276 rk_asd->mbus_flags = vep.bus.parallel.flags;
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c2701 if (eb->buffer_count < ce->parallel.number_children + 1) {
2710 eb->num_batches = ce->parallel.number_children + 1;
3203 eb->context->parallel.fence_context,
3204 eb->context->parallel.seqno++,
/linux-master/drivers/media/platform/renesas/
H A Drenesas-ceu.c1541 .parallel = {
1572 ceu_sd->mbus_flags = fw_ep.bus.parallel.flags;
/linux-master/drivers/gpu/drm/i915/
H A Di915_request.c682 * it will be interesting to unsubmit parallel execution and remove
1642 prev = request_to_parent(rq)->parallel.last_rq;
1658 request_to_parent(rq)->parallel.last_rq = i915_request_get(rq);
1754 * We do not order parallel submission requests on the timeline as each
1755 * parallel submission context has its own timeline and the ordering
1756 * rules for parallel requests are that they must be submitted in the
/linux-master/drivers/parport/
H A Dparport_ip32.c2 /* Low-level parallel port routines for built-in port on SGI IP32
18 * Support for parallel port IRQ is present.
40 /* The built-in parallel port on the SGI 02 workstation (a.k.a. IP32) is an
41 * IEEE 1284 parallel port driven by a Texas Instrument TL16PIR552PH chip[1].
48 * not so simple. The parport_pc code assumes that the parallel port
137 * struct parport_ip32_regs - virtual addresses of parallel port registers
313 * care. Reading the parallel port registers may have undesired side effects.
314 * Especially if @show_ecp_config is true, the parallel port is resetted.
453 /*--- IP32 parallel port DMA operations --------------------------------*/
1376 * Uses PIO to write the contents of the buffer @buf into the parallel por
[all...]
/linux-master/drivers/media/dvb-frontends/
H A Dstv0910.c1778 state->tscfgh = 0x20 | (cfg->parallel ? 0 : 0x40);
1779 state->tsgeneral = (cfg->parallel == 2) ? 0x02 : 0x00;
/linux-master/arch/x86/crypto/
H A Dchacha-avx2-x86_64.S46 # on four words in each matrix in parallel, but requires shuffling to
238 # operations on four words in two matrices in parallel, sequentially
H A Dchacha-avx512vl-x86_64.S36 # on four words in each matrix in parallel, but requires shuffling to
201 # operations on four words in two matrices in parallel, sequentially
/linux-master/drivers/media/platform/ti/davinci/
H A Dvpif_capture.c1560 endpoint, bus_cfg.bus.parallel.bus_width);
1562 flags = bus_cfg.bus.parallel.flags;
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-fwnode.c61 "parallel",
270 struct v4l2_mbus_config_parallel *bus = &vep->bus.parallel;
/linux-master/drivers/media/platform/ti/am437x/
H A Dam437x-vpfe.c2345 sdinfo->vpfe_param.bus_width = bus_cfg.bus.parallel.bus_width;
2353 flags = bus_cfg.bus.parallel.flags;
/linux-master/drivers/media/platform/ti/omap3isp/
H A Dispccdc.c945 * TRM says that for parallel sensors the maximum data rate
1149 parcfg = &bus_cfg->bus.parallel;
2439 /* We've got a parallel sensor here. */
2449 parallel_shift = bus_cfg->bus.parallel.data_lane_shift;
2549 /* Read from the sensor (parallel interface), CCP2, CSI2a or
/linux-master/drivers/media/pci/ngene/
H A Dngene-cards.c314 .parallel = 1,
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dmedia-dev.c433 pd->flags = endpoint.bus.parallel.flags;
539 /* Attach sensors listed in the parallel-ports node */
540 ports = of_get_child_by_name(parent, "parallel-ports");
/linux-master/drivers/gpu/drm/xe/
H A Dxe_lrc.c637 /* The parallel is stored in the driver-defined portion of PPHWSP */
665 DECL_MAP_ADDR_HELPERS(parallel)

Completed in 681 milliseconds

1234