Searched refs:fimc_md (Results 1 – 3 of 3) sorted by relevance
95 struct fimc_md *fmd;119 struct fimc_md { struct162 static inline struct fimc_md *entity_to_fimc_mdev(struct media_entity *me) in entity_to_fimc_mdev() argument165 container_of(me->graph_obj.mdev, struct fimc_md, media_dev); in entity_to_fimc_mdev()168 static inline struct fimc_md *notifier_to_fimc_md(struct v4l2_async_notifier *n) in notifier_to_fimc_md()170 return container_of(n, struct fimc_md, subdev_notifier); in notifier_to_fimc_md()
39 static void __setup_sensor_notification(struct fimc_md *fmd, in __setup_sensor_notification()67 struct fimc_md *fmd = entity_to_fimc_mdev(me); in fimc_pipeline_prepare()194 struct fimc_md *fmd) in __fimc_pipeline_enable()228 struct fimc_md *fmd = entity_to_fimc_mdev(me); in __fimc_pipeline_open()261 struct fimc_md *fmd; in __fimc_pipeline_close()292 struct fimc_md *fmd = entity_to_fimc_mdev(&p->subdevs[IDX_CSIS]->entity); in __fimc_pipeline_s_stream()357 struct fimc_md *fmd) in fimc_md_pipeline_create()371 static void fimc_md_pipelines_free(struct fimc_md *fmd) in fimc_md_pipelines_free()383 static int fimc_md_parse_port_node(struct fimc_md *fmd, in fimc_md_parse_port_node()471 static int fimc_md_register_sensor_entities(struct fimc_md *fmd) in fimc_md_register_sensor_entities()[all …]
1445 struct fimc_md *fmd; in fimc_sensor_notify()