Searched refs:v4l2_ep (Results 1 – 3 of 3) sorted by relevance
364 struct v4l2_fwnode_endpoint v4l2_ep; in csi2rx_parse_dt() local374 ret = v4l2_fwnode_endpoint_parse(fwh, &v4l2_ep); in csi2rx_parse_dt()381 if (v4l2_ep.bus_type != V4L2_MBUS_CSI2) { in csi2rx_parse_dt()383 v4l2_ep.bus_type); in csi2rx_parse_dt()388 memcpy(csi2rx->lanes, v4l2_ep.bus.mipi_csi2.data_lanes, in csi2rx_parse_dt()390 csi2rx->num_lanes = v4l2_ep.bus.mipi_csi2.num_data_lanes; in csi2rx_parse_dt()
435 struct v4l2_fwnode_endpoint v4l2_ep; in csi2tx_check_lanes() local443 ret = v4l2_fwnode_endpoint_parse(of_fwnode_handle(ep), &v4l2_ep); in csi2tx_check_lanes()449 if (v4l2_ep.bus_type != V4L2_MBUS_CSI2) { in csi2tx_check_lanes()451 v4l2_ep.bus_type); in csi2tx_check_lanes()456 csi2tx->num_lanes = v4l2_ep.bus.mipi_csi2.num_data_lanes; in csi2tx_check_lanes()464 memcpy(csi2tx->lanes, v4l2_ep.bus.mipi_csi2.data_lanes, in csi2tx_check_lanes()
746 struct v4l2_fwnode_endpoint v4l2_ep; in rcsi2_parse_dt() local755 ret = v4l2_fwnode_endpoint_parse(of_fwnode_handle(ep), &v4l2_ep); in rcsi2_parse_dt()762 ret = rcsi2_parse_v4l2(priv, &v4l2_ep); in rcsi2_parse_dt()