Name
struct v4l2_of_link —
a link between two endpoints
Synopsis
struct v4l2_of_link {
struct device_node * local_node;
unsigned int local_port;
struct device_node * remote_node;
unsigned int remote_port;
};
Members
- local_node
pointer to device_node of this endpoint
- local_port
identifier of the port this endpoint belongs to
- remote_node
pointer to device_node of the remote endpoint
- remote_port
identifier of the port the remote endpoint belongs to