Lines Matching full:ved
40 int dcmipp_ent_sd_register(struct dcmipp_ent_device *ved, in dcmipp_ent_sd_register() argument
55 ved->pads = dcmipp_pads_init(num_pads, pads_flag); in dcmipp_ent_sd_register()
56 if (IS_ERR(ved->pads)) in dcmipp_ent_sd_register()
57 return PTR_ERR(ved->pads); in dcmipp_ent_sd_register()
60 ved->ent = &sd->entity; in dcmipp_ent_sd_register()
69 v4l2_set_subdevdata(sd, ved); in dcmipp_ent_sd_register()
77 ret = media_entity_pads_init(&sd->entity, num_pads, ved->pads); in dcmipp_ent_sd_register()
94 ved->handler = handler; in dcmipp_ent_sd_register()
95 ved->thread_fn = thread_fn; in dcmipp_ent_sd_register()
102 dcmipp_pads_cleanup(ved->pads); in dcmipp_ent_sd_register()
107 dcmipp_ent_sd_unregister(struct dcmipp_ent_device *ved, struct v4l2_subdev *sd) in dcmipp_ent_sd_unregister() argument
109 media_entity_cleanup(ved->ent); in dcmipp_ent_sd_unregister()