Lines Matching refs:media_entity
25 struct media_entity *entity; in v4l2_mc_create_media_graph()
26 struct media_entity *if_vid = NULL, *if_aud = NULL; in v4l2_mc_create_media_graph()
27 struct media_entity *tuner = NULL, *decoder = NULL; in v4l2_mc_create_media_graph()
28 struct media_entity *io_v4l = NULL, *io_vbi = NULL, *io_swradio = NULL; in v4l2_mc_create_media_graph()
258 static int pipeline_pm_use_count(struct media_entity *entity, in pipeline_pm_use_count()
284 static int pipeline_pm_power_one(struct media_entity *entity, int change) in pipeline_pm_power_one()
317 static int pipeline_pm_power(struct media_entity *entity, int change, in pipeline_pm_power()
320 struct media_entity *first = entity; in pipeline_pm_power()
345 int v4l2_pipeline_pm_use(struct media_entity *entity, int use) in v4l2_pipeline_pm_use()
372 struct media_entity *source = link->source->entity; in v4l2_pipeline_link_notify()
373 struct media_entity *sink = link->sink->entity; in v4l2_pipeline_link_notify()