Lines Matching refs:ved
27 struct vimc_ent_device ved; member
379 static void *vimc_sca_process_frame(struct vimc_ent_device *ved, in vimc_sca_process_frame() argument
382 struct vimc_sca_device *vsca = container_of(ved, struct vimc_sca_device, in vimc_sca_process_frame()
383 ved); in vimc_sca_process_frame()
394 static void vimc_sca_release(struct vimc_ent_device *ved) in vimc_sca_release() argument
397 container_of(ved, struct vimc_sca_device, ved); in vimc_sca_release()
399 media_entity_cleanup(vsca->ved.ent); in vimc_sca_release()
419 ret = vimc_ent_sd_register(&vsca->ved, &vsca->sd, v4l2_dev, in vimc_sca_add()
428 vsca->ved.process_frame = vimc_sca_process_frame; in vimc_sca_add()
429 vsca->ved.dev = vimc->mdev.dev; in vimc_sca_add()
438 return &vsca->ved; in vimc_sca_add()