Lines Matching defs:link
1269 struct media_link *link;
1271 link = media_entity_find_link(connector_pad, tvp5150_pad);
1272 if (!link)
1275 link->flags = flags;
1276 link->reverse->flags = link->flags;
1317 * The TVP5150 state is determined by the enabled sink pad link(s).
1318 * Enabling or disabling the source pad link has no effect.
1332 dev_dbg_lvl(sd->dev, 1, debug, "link setup '%s':%d->'%s':%d[%d]",
1338 "link setup '%s':%d->'%s':%d[%d]",
1373 * Both links must be enabled in one-shot regardless which link
1610 * Setup connector pads and links. Enable the link to the first
1618 struct v4l2_connector_link *link =
1620 unsigned int port = link->fwnode_link.remote_port;
1642 link = v4l2_connector_last_link(v4l2c);
1643 port = link->fwnode_link.remote_port;
1947 dev_err(dev, "Composite: connector needs 1 link\n");
1952 dev_err(dev, "Composite: invalid first link\n");
1968 dev_err(dev, "SVideo: invalid first link\n");
1974 dev_err(dev, "SVideo: invalid link setup\n");
2044 /* Adding the 2nd svideo link */