Searched refs:fimc_md (Results 1 – 3 of 3) sorted by relevance
93 struct fimc_md *fmd;114 struct fimc_md { struct151 static inline struct fimc_md *entity_to_fimc_mdev(struct media_entity *me) in entity_to_fimc_mdev() argument154 container_of(me->graph_obj.mdev, struct fimc_md, media_dev); in entity_to_fimc_mdev()157 static inline struct fimc_md *notifier_to_fimc_md(struct v4l2_async_notifier *n) in notifier_to_fimc_md()159 return container_of(n, struct fimc_md, subdev_notifier); in notifier_to_fimc_md()
40 static void __setup_sensor_notification(struct fimc_md *fmd, in __setup_sensor_notification()68 struct fimc_md *fmd = entity_to_fimc_mdev(me); in fimc_pipeline_prepare()195 struct fimc_md *fmd) in __fimc_pipeline_enable()229 struct fimc_md *fmd = entity_to_fimc_mdev(me); in __fimc_pipeline_open()262 struct fimc_md *fmd; in __fimc_pipeline_close()297 struct fimc_md *fmd; in __fimc_pipeline_s_stream()373 struct fimc_md *fmd) in fimc_md_pipeline_create()387 static void fimc_md_pipelines_free(struct fimc_md *fmd) in fimc_md_pipelines_free()398 static int fimc_md_parse_one_endpoint(struct fimc_md *fmd, in fimc_md_parse_one_endpoint()481 static int fimc_md_parse_port_node(struct fimc_md *fmd, in fimc_md_parse_port_node()[all …]
1427 struct fimc_md *fmd; in fimc_sensor_notify()