Lines Matching defs:links
140 * @links: list of all connector &struct v4l2_connector_link links
141 * @nr_of_links: total number of links
150 struct list_head links;
319 * Free all allocated memory and put all links acquired by
335 * so it is set to %NULL if no one was found. The function initialize the links
336 * to zero. Adding links to the connector is done by calling
358 * &struct v4l2_fwnode_connector connector links list. The link local_node
392 /* Helper macros to access the connector links. */
396 * @v4l2c: &struct v4l2_fwnode_connector owning the connector links
399 * link or @NULL if the connector has no links.
402 list_first_entry_or_null(&(v4l2c)->links, \
407 * @v4l2c: &struct v4l2_fwnode_connector owning the connector links
412 list_last_entry(&(v4l2c)->links, struct v4l2_connector_link, head)