Lines Matching full:ved
164 struct dcmipp_ent_device ved; member
247 inp->ved.bus_type == V4L2_MBUS_BT656) in dcmipp_inp_adjust_fmt()
308 if (inp->ved.bus.flags & V4L2_MBUS_VSYNC_ACTIVE_HIGH) in dcmipp_inp_configure_parallel()
312 if (inp->ved.bus.flags & V4L2_MBUS_HSYNC_ACTIVE_HIGH) in dcmipp_inp_configure_parallel()
316 if (inp->ved.bus.flags & V4L2_MBUS_PCLK_SAMPLE_RISING) in dcmipp_inp_configure_parallel()
326 if (inp->ved.bus_type == V4L2_MBUS_BT656) { in dcmipp_inp_configure_parallel()
419 if (inp->ved.bus_type == V4L2_MBUS_PARALLEL || in dcmipp_inp_enable_streams()
420 inp->ved.bus_type == V4L2_MBUS_BT656) in dcmipp_inp_enable_streams()
422 else if (inp->ved.bus_type == V4L2_MBUS_CSI2_DPHY) in dcmipp_inp_enable_streams()
460 if (inp->ved.bus_type == V4L2_MBUS_PARALLEL || in dcmipp_inp_disable_streams()
461 inp->ved.bus_type == V4L2_MBUS_BT656) { in dcmipp_inp_disable_streams()
500 void dcmipp_inp_ent_release(struct dcmipp_ent_device *ved) in dcmipp_inp_ent_release() argument
503 container_of(ved, struct dcmipp_inp_device, ved); in dcmipp_inp_ent_release()
505 dcmipp_ent_sd_unregister(ved, &inp->sd); in dcmipp_inp_ent_release()
526 /* Initialize ved and sd */ in dcmipp_inp_ent_init()
527 ret = dcmipp_ent_sd_register(&inp->ved, &inp->sd, v4l2_dev, in dcmipp_inp_ent_init()
539 return &inp->ved; in dcmipp_inp_ent_init()