Lines Matching refs:parallel
2057 buscfg->bus.parallel.data_lane_shift = vep->bus.parallel.data_shift;
2058 buscfg->bus.parallel.clk_pol =
2059 !!(vep->bus.parallel.flags & V4L2_MBUS_PCLK_SAMPLE_FALLING);
2060 buscfg->bus.parallel.hs_pol =
2061 !!(vep->bus.parallel.flags & V4L2_MBUS_VSYNC_ACTIVE_LOW);
2062 buscfg->bus.parallel.vs_pol =
2063 !!(vep->bus.parallel.flags & V4L2_MBUS_HSYNC_ACTIVE_LOW);
2064 buscfg->bus.parallel.fld_pol =
2065 !!(vep->bus.parallel.flags & V4L2_MBUS_FIELD_EVEN_LOW);
2066 buscfg->bus.parallel.data_pol =
2067 !!(vep->bus.parallel.flags & V4L2_MBUS_DATA_ACTIVE_LOW);
2068 buscfg->bus.parallel.bt656 = vep->bus_type == V4L2_MBUS_BT656;
2157 dev_dbg(isp->dev, "parsing parallel interface\n");