Lines Matching refs:source
31 void vsp1_entity_route_setup(struct vsp1_entity *source, in vsp1_entity_route_setup() argument
36 if (source->route->reg == 0) in vsp1_entity_route_setup()
39 sink = media_entity_to_vsp1_entity(source->sink); in vsp1_entity_route_setup()
40 vsp1_dl_list_write(dl, source->route->reg, in vsp1_entity_route_setup()
41 sink->route->inputs[source->sink_pad]); in vsp1_entity_route_setup()
288 struct vsp1_entity *source; in vsp1_entity_link_setup() local
293 source = media_entity_to_vsp1_entity(local->entity); in vsp1_entity_link_setup()
295 if (!source->route) in vsp1_entity_link_setup()
299 if (source->sink) in vsp1_entity_link_setup()
301 source->sink = remote->entity; in vsp1_entity_link_setup()
302 source->sink_pad = remote->index; in vsp1_entity_link_setup()
304 source->sink = NULL; in vsp1_entity_link_setup()
305 source->sink_pad = 0; in vsp1_entity_link_setup()