Lines Matching defs:links
197 * @links: list of all connector &struct v4l2_connector_link links
198 * @nr_of_links: total number of links
207 struct list_head links;
334 * Free all allocated memory and put all links acquired by
350 * so it is set to %NULL if no one was found. The function initialize the links
351 * to zero. Adding links to the connector is done by calling
373 * &struct v4l2_fwnode_connector connector links list. The link local_node
543 /* Helper macros to access the connector links. */
547 * @v4l2c: &struct v4l2_fwnode_connector owning the connector links
550 * link or @NULL if the connector has no links.
553 list_first_entry_or_null(&(v4l2c)->links, \
558 * @v4l2c: &struct v4l2_fwnode_connector owning the connector links
563 list_last_entry(&(v4l2c)->links, struct v4l2_connector_link, head)