Home
last modified time | relevance | path

Searched refs:v4l2_ep (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/media/platform/cadence/
A Dcdns-csi2tx.c498 struct v4l2_fwnode_endpoint v4l2_ep = { .bus_type = 0 }; in csi2tx_check_lanes() local
506 ret = v4l2_fwnode_endpoint_parse(of_fwnode_handle(ep), &v4l2_ep); in csi2tx_check_lanes()
512 if (v4l2_ep.bus_type != V4L2_MBUS_CSI2_DPHY) { in csi2tx_check_lanes()
514 v4l2_ep.bus_type); in csi2tx_check_lanes()
519 csi2tx->num_lanes = v4l2_ep.bus.mipi_csi2.num_data_lanes; in csi2tx_check_lanes()
528 if (v4l2_ep.bus.mipi_csi2.data_lanes[i] < 1) { in csi2tx_check_lanes()
530 i, v4l2_ep.bus.mipi_csi2.data_lanes[i]); in csi2tx_check_lanes()
536 memcpy(csi2tx->lanes, v4l2_ep.bus.mipi_csi2.data_lanes, in csi2tx_check_lanes()
A Dcdns-csi2rx.c367 struct v4l2_fwnode_endpoint v4l2_ep = { .bus_type = 0 }; in csi2rx_parse_dt() local
378 ret = v4l2_fwnode_endpoint_parse(fwh, &v4l2_ep); in csi2rx_parse_dt()
385 if (v4l2_ep.bus_type != V4L2_MBUS_CSI2_DPHY) { in csi2rx_parse_dt()
387 v4l2_ep.bus_type); in csi2rx_parse_dt()
392 memcpy(csi2rx->lanes, v4l2_ep.bus.mipi_csi2.data_lanes, in csi2rx_parse_dt()
394 csi2rx->num_lanes = v4l2_ep.bus.mipi_csi2.num_data_lanes; in csi2rx_parse_dt()
/linux/drivers/media/platform/sunxi/sun6i-csi/
A Dsun6i_csi.c60 if ((sdev->csi.v4l2_ep.bus_type == V4L2_MBUS_PARALLEL in sun6i_csi_is_format_supported()
61 || sdev->csi.v4l2_ep.bus_type == V4L2_MBUS_BT656) in sun6i_csi_is_format_supported()
62 && sdev->csi.v4l2_ep.bus.parallel.bus_width == 16) { in sun6i_csi_is_format_supported()
375 struct v4l2_fwnode_endpoint *endpoint = &sdev->csi.v4l2_ep; in sun6i_csi_setup_bus()
709 csi->v4l2_ep = *vep; in sun6i_csi_fwnode_parse()
A Dsun6i_csi.h44 struct v4l2_fwnode_endpoint v4l2_ep; member
/linux/drivers/staging/media/tegra-video/
A Dcsi.c477 struct v4l2_fwnode_endpoint v4l2_ep = { in tegra_csi_channels_alloc() local
506 ret = v4l2_fwnode_endpoint_parse(fwh, &v4l2_ep); in tegra_csi_channels_alloc()
515 lanes = v4l2_ep.bus.mipi_csi2.num_data_lanes; in tegra_csi_channels_alloc()
A Dvi.c1349 struct v4l2_fwnode_endpoint v4l2_ep = { .bus_type = 0 }; in tegra_vi_channels_alloc() local
1385 &v4l2_ep); in tegra_vi_channels_alloc()
1390 lanes = v4l2_ep.bus.mipi_csi2.num_data_lanes; in tegra_vi_channels_alloc()
/linux/drivers/media/platform/rcar-vin/
A Drcar-csi2.c1009 struct v4l2_fwnode_endpoint v4l2_ep = { in rcsi2_parse_dt() local
1020 ret = v4l2_fwnode_endpoint_parse(ep, &v4l2_ep); in rcsi2_parse_dt()
1027 ret = rcsi2_parse_v4l2(priv, &v4l2_ep); in rcsi2_parse_dt()

Completed in 27 milliseconds