Lines Matching refs:endpoint
23 struct v4l2_of_endpoint *endpoint) in v4l2_of_parse_csi_bus() argument
25 struct v4l2_of_bus_mipi_csi2 *bus = &endpoint->bus.mipi_csi2; in v4l2_of_parse_csi_bus()
75 endpoint->bus_type = V4L2_MBUS_CSI2; in v4l2_of_parse_csi_bus()
81 struct v4l2_of_endpoint *endpoint) in v4l2_of_parse_parallel_bus() argument
83 struct v4l2_of_bus_parallel *bus = &endpoint->bus.parallel; in v4l2_of_parse_parallel_bus()
103 endpoint->bus_type = V4L2_MBUS_PARALLEL; in v4l2_of_parse_parallel_bus()
105 endpoint->bus_type = V4L2_MBUS_BT656; in v4l2_of_parse_parallel_bus()
147 struct v4l2_of_endpoint *endpoint) in v4l2_of_parse_endpoint() argument
151 of_graph_parse_endpoint(node, &endpoint->base); in v4l2_of_parse_endpoint()
152 endpoint->bus_type = 0; in v4l2_of_parse_endpoint()
153 memset(&endpoint->bus, 0, sizeof(endpoint->bus)); in v4l2_of_parse_endpoint()
155 rval = v4l2_of_parse_csi_bus(node, endpoint); in v4l2_of_parse_endpoint()
162 if (endpoint->bus.mipi_csi2.flags == 0) in v4l2_of_parse_endpoint()
163 v4l2_of_parse_parallel_bus(node, endpoint); in v4l2_of_parse_endpoint()