Lines Matching defs:entity
243 struct media_entity *entity = &vcap->vdev.entity;
249 ret = media_pipeline_start(entity, &vcap->stream.pipe);
257 media_pipeline_stop(entity);
276 media_pipeline_stop(&vcap->vdev.entity);
411 /* Initialize the media entity */
412 vcap->vdev.entity.name = vcfg_name;
413 vcap->vdev.entity.function = MEDIA_ENT_F_IO_V4L;
415 ret = media_entity_pads_init(&vcap->vdev.entity,
454 vcap->ved.ent = &vcap->vdev.entity;
463 vdev->entity.ops = &vimc_cap_mops;
485 media_entity_cleanup(&vcap->vdev.entity);