Home
last modified time | relevance | path

Searched refs:mbus (Results 1 – 25 of 50) sorted by relevance

12

/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/
Dprocfs.c264 mbus_flags = sensor->mbus.flags; in rkcif_show_format()
265 if (sensor->mbus.type == V4L2_MBUS_PARALLEL || sensor->mbus.type == V4L2_MBUS_BT656) { in rkcif_show_format()
266 …seq_printf(f, "\tinterface:%s\n", sensor->mbus.type == V4L2_MBUS_PARALLEL ? "BT601" : "BT656/BT112… in rkcif_show_format()
271 sensor->mbus.type == V4L2_MBUS_CSI2_DPHY ? "mipi csi2 dphy" in rkcif_show_format()
272 : sensor->mbus.type == V4L2_MBUS_CSI2_CPHY ? "mipi csi2 cphy" in rkcif_show_format()
273 : sensor->mbus.type == V4L2_MBUS_CCP2 ? "lvds" in rkcif_show_format()
330 if (sensor->mbus.type == V4L2_MBUS_PARALLEL || sensor->mbus.type == V4L2_MBUS_BT656) { in rkcif_show_format()
Ddev.c950 if (sensor->mbus.type == V4L2_MBUS_CCP2) { in rkcif_create_link()
954 memcpy(&dev->lvds_subdev.sensor_self.mbus, &sensor->mbus, sizeof(struct v4l2_mbus_config)); in rkcif_create_link()
959 memcpy(&linked_sensor.mbus, &sensor->mbus, sizeof(struct v4l2_mbus_config)); in rkcif_create_link()
969 …if ((linked_sensor.mbus.type == V4L2_MBUS_BT656 || linked_sensor.mbus.type == V4L2_MBUS_PARALLEL) … in rkcif_create_link()
981 …if ((linked_sensor.mbus.type == V4L2_MBUS_BT656 || linked_sensor.mbus.type == V4L2_MBUS_PARALLEL) … in rkcif_create_link()
1030 if (sensor->mbus.type == V4L2_MBUS_CCP2) { in rkcif_create_link()
1039 … if (linked_sensor.mbus.type != V4L2_MBUS_BT656 && linked_sensor.mbus.type != V4L2_MBUS_PARALLEL) { in rkcif_create_link()
1114 ret = v4l2_subdev_call(sd, pad, get_mbus_config, 0, &sensor->mbus); in subdev_notifier_complete()
1122 if (sensor->mbus.type == V4L2_MBUS_CCP2 || sensor->mbus.type == V4L2_MBUS_CSI2_DPHY || in subdev_notifier_complete()
1123 sensor->mbus.type == V4L2_MBUS_CSI2_CPHY) { in subdev_notifier_complete()
[all …]
Dmipi-csi2.c82 struct v4l2_mbus_config mbus; in csi2_update_sensor_info() local
85 ret = v4l2_subdev_call(sensor->sd, pad, get_mbus_config, 0, &mbus); in csi2_update_sensor_info()
91 csi2->bus.flags = mbus.flags; in csi2_update_sensor_info()
147 …int csi2_g_mbus_config(struct v4l2_subdev *sd, unsigned int pad_id, struct v4l2_mbus_config *mbus);
153 struct v4l2_mbus_config mbus; in csi2_enable() local
156 csi2_g_mbus_config(&csi2->sd, 0, &mbus); in csi2_enable()
157 if (mbus.type == V4L2_MBUS_CSI2_DPHY) { in csi2_enable()
159 } else if (mbus.type == V4L2_MBUS_CSI2_CPHY) { in csi2_enable()
446 … int csi2_g_mbus_config(struct v4l2_subdev *sd, unsigned int pad_id, struct v4l2_mbus_config *mbus) in csi2_g_mbus_config() argument
452 ret = v4l2_subdev_call(sensor_sd, pad, get_mbus_config, 0, mbus); in csi2_g_mbus_config()
[all …]
Dcapture.c645 if (dev->sensors[i].mbus.type == V4L2_MBUS_CCP2) { in sd_to_sensor()
1386 struct v4l2_mbus_config *mbus_cfg = &dev->active_sensor->mbus; in rkcif_assign_new_buffer_init_toisp()
1440 struct v4l2_mbus_config *mbus_cfg = &dev->active_sensor->mbus; in rkcif_assign_new_buffer_update_toisp()
1498 struct v4l2_mbus_config *mbus_cfg = &dev->active_sensor->mbus; in rkcif_assign_new_buffer_init()
1601 struct v4l2_mbus_config *mbus_cfg = &dev->active_sensor->mbus; in rkcif_assign_new_buffer_update()
1761 struct v4l2_mbus_config *mbus_cfg = &dev->active_sensor->mbus; in rkcif_update_new_buffer_wake_up_mode()
1817 struct v4l2_mbus_config *mbus_cfg = &dev->active_sensor->mbus; in rkcif_assign_dummy_buffer()
2376 unsigned int flags = active_sensor->mbus.flags; in rkcif_csi_stream_start()
2377 enum v4l2_mbus_type mbus_type = active_sensor->mbus.type; in rkcif_csi_stream_start()
2452 struct v4l2_mbus_config *mbus_cfg = &cif_dev->active_sensor->mbus; in rkcif_stream_stop()
[all …]
/device/board/isoftstone/yangfan/kernel/src/driv/media/cif/
Dprocfs.c264 mbus_flags = sensor->mbus.flags; in rkcif_show_format()
265 if (sensor->mbus.type == V4L2_MBUS_PARALLEL || in rkcif_show_format()
266 sensor->mbus.type == V4L2_MBUS_BT656) { in rkcif_show_format()
268 sensor->mbus.type == V4L2_MBUS_PARALLEL ? "BT601" : "BT656/BT1120"); in rkcif_show_format()
275 sensor->mbus.type == V4L2_MBUS_CSI2_DPHY ? "mipi csi2 dphy" : in rkcif_show_format()
276 sensor->mbus.type == V4L2_MBUS_CSI2_CPHY ? "mipi csi2 cphy" : in rkcif_show_format()
277 sensor->mbus.type == V4L2_MBUS_CCP2 ? "lvds" : "unknown"); in rkcif_show_format()
339 if (sensor->mbus.type == V4L2_MBUS_PARALLEL || in rkcif_show_format()
340 sensor->mbus.type == V4L2_MBUS_BT656) { in rkcif_show_format()
Ddev.c1006 if (sensor->mbus.type == V4L2_MBUS_CCP2) { in rkcif_create_link()
1010 memcpy(&dev->lvds_subdev.sensor_self.mbus, &sensor->mbus, in rkcif_create_link()
1016 memcpy(&linked_sensor.mbus, &sensor->mbus, in rkcif_create_link()
1030 if ((linked_sensor.mbus.type == V4L2_MBUS_BT656 || in rkcif_create_link()
1031 linked_sensor.mbus.type == V4L2_MBUS_PARALLEL) && in rkcif_create_link()
1047 if ((linked_sensor.mbus.type == V4L2_MBUS_BT656 || in rkcif_create_link()
1048 linked_sensor.mbus.type == V4L2_MBUS_PARALLEL) && in rkcif_create_link()
1112 if (sensor->mbus.type == V4L2_MBUS_CCP2) { in rkcif_create_link()
1126 if (linked_sensor.mbus.type != V4L2_MBUS_BT656 && in rkcif_create_link()
1127 linked_sensor.mbus.type != V4L2_MBUS_PARALLEL) in rkcif_create_link()
[all …]
Dmipi-csi2.c75 struct v4l2_mbus_config mbus; in csi2_update_sensor_info() local
78 ret = v4l2_subdev_call(sensor->sd, pad, get_mbus_config, 0, &mbus); in csi2_update_sensor_info()
84 csi2->bus.flags = mbus.flags; in csi2_update_sensor_info()
141 struct v4l2_mbus_config *mbus);
148 struct v4l2_mbus_config mbus; in csi2_enable() local
151 csi2_g_mbus_config(&csi2->sd, 0, &mbus); in csi2_enable()
152 if (mbus.type == V4L2_MBUS_CSI2_DPHY) in csi2_enable()
154 else if (mbus.type == V4L2_MBUS_CSI2_CPHY) in csi2_enable()
448 struct v4l2_mbus_config *mbus) in csi2_g_mbus_config() argument
454 ret = v4l2_subdev_call(sensor_sd, pad, get_mbus_config, 0, mbus); in csi2_g_mbus_config()
[all …]
Dcapture.c589 if (dev->sensors[i].mbus.type == V4L2_MBUS_CCP2) in sd_to_sensor()
1350 struct v4l2_mbus_config *mbus_cfg = &dev->active_sensor->mbus; in rkcif_assign_new_buffer_init_toisp()
1408 struct v4l2_mbus_config *mbus_cfg = &dev->active_sensor->mbus; in rkcif_assign_new_buffer_update_toisp()
1474 struct v4l2_mbus_config *mbus_cfg = &dev->active_sensor->mbus; in rkcif_assign_new_buffer_init()
1589 struct v4l2_mbus_config *mbus_cfg = &dev->active_sensor->mbus; in rkcif_assign_new_buffer_update()
1759 struct v4l2_mbus_config *mbus_cfg = &dev->active_sensor->mbus; in rkcif_update_new_buffer_wake_up_mode()
1819 struct v4l2_mbus_config *mbus_cfg = &dev->active_sensor->mbus; in rkcif_assign_dummy_buffer()
2424 unsigned int flags = active_sensor->mbus.flags; in rkcif_csi_stream_start()
2425 enum v4l2_mbus_type mbus_type = active_sensor->mbus.type; in rkcif_csi_stream_start()
2503 struct v4l2_mbus_config *mbus_cfg = &cif_dev->active_sensor->mbus; in rkcif_stream_stop()
[all …]
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/
Dprocfs.c264 mbus_flags = sensor->mbus.flags; in rkcif_show_format()
265 if (sensor->mbus.type == V4L2_MBUS_PARALLEL || in rkcif_show_format()
266 sensor->mbus.type == V4L2_MBUS_BT656) { in rkcif_show_format()
268 sensor->mbus.type == V4L2_MBUS_PARALLEL ? "BT601" : "BT656/BT1120"); in rkcif_show_format()
275 sensor->mbus.type == V4L2_MBUS_CSI2_DPHY ? "mipi csi2 dphy" : in rkcif_show_format()
276 sensor->mbus.type == V4L2_MBUS_CSI2_CPHY ? "mipi csi2 cphy" : in rkcif_show_format()
277 sensor->mbus.type == V4L2_MBUS_CCP2 ? "lvds" : "unknown"); in rkcif_show_format()
339 if (sensor->mbus.type == V4L2_MBUS_PARALLEL || in rkcif_show_format()
340 sensor->mbus.type == V4L2_MBUS_BT656) { in rkcif_show_format()
Ddev.c1006 if (sensor->mbus.type == V4L2_MBUS_CCP2) { in rkcif_create_link()
1010 memcpy(&dev->lvds_subdev.sensor_self.mbus, &sensor->mbus, in rkcif_create_link()
1016 memcpy(&linked_sensor.mbus, &sensor->mbus, in rkcif_create_link()
1030 if ((linked_sensor.mbus.type == V4L2_MBUS_BT656 || in rkcif_create_link()
1031 linked_sensor.mbus.type == V4L2_MBUS_PARALLEL) && in rkcif_create_link()
1047 if ((linked_sensor.mbus.type == V4L2_MBUS_BT656 || in rkcif_create_link()
1048 linked_sensor.mbus.type == V4L2_MBUS_PARALLEL) && in rkcif_create_link()
1112 if (sensor->mbus.type == V4L2_MBUS_CCP2) { in rkcif_create_link()
1126 if (linked_sensor.mbus.type != V4L2_MBUS_BT656 && in rkcif_create_link()
1127 linked_sensor.mbus.type != V4L2_MBUS_PARALLEL) in rkcif_create_link()
[all …]
Dmipi-csi2.c75 struct v4l2_mbus_config mbus; in csi2_update_sensor_info() local
78 ret = v4l2_subdev_call(sensor->sd, pad, get_mbus_config, 0, &mbus); in csi2_update_sensor_info()
84 csi2->bus.flags = mbus.flags; in csi2_update_sensor_info()
141 struct v4l2_mbus_config *mbus);
148 struct v4l2_mbus_config mbus; in csi2_enable() local
151 csi2_g_mbus_config(&csi2->sd, 0, &mbus); in csi2_enable()
152 if (mbus.type == V4L2_MBUS_CSI2_DPHY) in csi2_enable()
154 else if (mbus.type == V4L2_MBUS_CSI2_CPHY) in csi2_enable()
448 struct v4l2_mbus_config *mbus) in csi2_g_mbus_config() argument
454 ret = v4l2_subdev_call(sensor_sd, pad, get_mbus_config, 0, mbus); in csi2_g_mbus_config()
[all …]
Dcapture.c589 if (dev->sensors[i].mbus.type == V4L2_MBUS_CCP2) in sd_to_sensor()
1350 struct v4l2_mbus_config *mbus_cfg = &dev->active_sensor->mbus; in rkcif_assign_new_buffer_init_toisp()
1408 struct v4l2_mbus_config *mbus_cfg = &dev->active_sensor->mbus; in rkcif_assign_new_buffer_update_toisp()
1474 struct v4l2_mbus_config *mbus_cfg = &dev->active_sensor->mbus; in rkcif_assign_new_buffer_init()
1589 struct v4l2_mbus_config *mbus_cfg = &dev->active_sensor->mbus; in rkcif_assign_new_buffer_update()
1759 struct v4l2_mbus_config *mbus_cfg = &dev->active_sensor->mbus; in rkcif_update_new_buffer_wake_up_mode()
1819 struct v4l2_mbus_config *mbus_cfg = &dev->active_sensor->mbus; in rkcif_assign_dummy_buffer()
2424 unsigned int flags = active_sensor->mbus.flags; in rkcif_csi_stream_start()
2425 enum v4l2_mbus_type mbus_type = active_sensor->mbus.type; in rkcif_csi_stream_start()
2503 struct v4l2_mbus_config *mbus_cfg = &cif_dev->active_sensor->mbus; in rkcif_stream_stop()
[all …]
/device/board/isoftstone/yangfan/kernel/src/driv/phy/
Dphy-rockchip-csi2-dphy.c28 struct v4l2_mbus_config mbus; member
104 struct v4l2_mbus_config mbus; in csi2_dphy_update_sensor_mbus() local
107 ret = v4l2_subdev_call(sensor_sd, pad, get_mbus_config, 0, &mbus); in csi2_dphy_update_sensor_mbus()
111 sensor->mbus = mbus; in csi2_dphy_update_sensor_mbus()
112 switch (mbus.flags & V4L2_MBUS_CSI2_LANES) { in csi2_dphy_update_sensor_mbus()
215 *config = sensor->mbus; in csi2_dphy_g_mbus_config()
333 sensor->mbus = s_asd->mbus; in rockchip_csi2_dphy_notifier_bound()
337 dphy->phy_index, sd->name, s_asd->mbus.type); in rockchip_csi2_dphy_notifier_bound()
391 struct v4l2_mbus_config *config = &s_asd->mbus; in rockchip_csi2_dphy_fwnode_parse()
Dphy-rockchip-mipi-rx.c532 struct v4l2_mbus_config mbus; member
541 struct v4l2_mbus_config mbus; member
750 struct v4l2_mbus_config mbus; in mipidphy_update_sensor_mbus() local
753 ret = v4l2_subdev_call(sensor_sd, pad, get_mbus_config, 0, &mbus); in mipidphy_update_sensor_mbus()
757 sensor->mbus = mbus; in mipidphy_update_sensor_mbus()
758 switch (mbus.flags & V4L2_MBUS_CSI2_LANES) { in mipidphy_update_sensor_mbus()
882 *config = sensor->mbus; in mipidphy_g_mbus_config()
1343 if (sensor->mbus.type == V4L2_MBUS_CSI2_DPHY) { in csi_mipidphy_stream_on()
1553 sensor->mbus = s_asd->mbus; in rockchip_mipidphy_notifier_bound()
1555 dev_info(priv->dev, "match %s:bus type %d\n", sd->name, s_asd->mbus.type); in rockchip_mipidphy_notifier_bound()
[all …]
Dphy-rockchip-csi2-dphy-hw.c633 if (sensor->mbus.type == V4L2_MBUS_CSI2_DPHY) { in csi2_dphy_hw_stream_on()
775 if (sensor->mbus.type == V4L2_MBUS_CSI2_DPHY) { in csi2_dcphy_hw_stream_on()
779 } else if (sensor->mbus.type == V4L2_MBUS_CSI2_CPHY) { in csi2_dcphy_hw_stream_on()
786 if (sensor->mbus.type == V4L2_MBUS_CSI2_CPHY) in csi2_dcphy_hw_stream_on()
793 if (sensor->mbus.type == V4L2_MBUS_CSI2_DPHY) { in csi2_dcphy_hw_stream_on()
832 if (sensor->mbus.type == V4L2_MBUS_CSI2_DPHY) in csi2_dcphy_hw_stream_on()
845 if (sensor->mbus.type == V4L2_MBUS_CSI2_DPHY) in csi2_dcphy_hw_stream_on()
890 if (sensor->mbus.type == V4L2_MBUS_CSI2_DPHY) in csi2_dcphy_hw_stream_off()
/device/soc/rockchip/common/vendor/drivers/phy/
Dphy-rockchip-csi2-dphy.c28 struct v4l2_mbus_config mbus; member
106 struct v4l2_mbus_config mbus; in csi2_dphy_update_sensor_mbus() local
109 ret = v4l2_subdev_call(sensor_sd, pad, get_mbus_config, 0, &mbus); in csi2_dphy_update_sensor_mbus()
114 sensor->mbus = mbus; in csi2_dphy_update_sensor_mbus()
115 switch (mbus.flags & V4L2_MBUS_CSI2_LANES) { in csi2_dphy_update_sensor_mbus()
221 *config = sensor->mbus; in csi2_dphy_g_mbus_config()
337 sensor->mbus = s_asd->mbus; in rockchip_csi2_dphy_notifier_bound()
340 …dev_info(dphy->dev, "dphy%d matches %s:bus type %d\n", dphy->phy_index, sd->name, s_asd->mbus.type… in rockchip_csi2_dphy_notifier_bound()
383 struct v4l2_mbus_config *config = &s_asd->mbus; in rockchip_csi2_dphy_fwnode_parse()
Dphy-rockchip-mipi-rx.c510 struct v4l2_mbus_config mbus; member
519 struct v4l2_mbus_config mbus; member
728 struct v4l2_mbus_config mbus; in mipidphy_update_sensor_mbus() local
731 ret = v4l2_subdev_call(sensor_sd, pad, get_mbus_config, 0, &mbus); in mipidphy_update_sensor_mbus()
736 sensor->mbus = mbus; in mipidphy_update_sensor_mbus()
737 switch (mbus.flags & V4L2_MBUS_CSI2_LANES) { in mipidphy_update_sensor_mbus()
871 *config = sensor->mbus; in mipidphy_g_mbus_config()
1312 if (sensor->mbus.type == V4L2_MBUS_CSI2_DPHY) { in csi_mipidphy_stream_on()
1517 sensor->mbus = s_asd->mbus; in rockchip_mipidphy_notifier_bound()
1519 dev_info(priv->dev, "match %s:bus type %d\n", sd->name, s_asd->mbus.type); in rockchip_mipidphy_notifier_bound()
[all …]
Dphy-rockchip-csi2-dphy-hw.c613 if (sensor->mbus.type == V4L2_MBUS_CSI2_DPHY) { in csi2_dphy_hw_stream_on()
767 if (sensor->mbus.type == V4L2_MBUS_CSI2_DPHY) { in csi2_dcphy_hw_stream_on()
771 } else if (sensor->mbus.type == V4L2_MBUS_CSI2_CPHY) { in csi2_dcphy_hw_stream_on()
778 if (sensor->mbus.type == V4L2_MBUS_CSI2_CPHY) { in csi2_dcphy_hw_stream_on()
787 if (sensor->mbus.type == V4L2_MBUS_CSI2_DPHY) { in csi2_dcphy_hw_stream_on()
826 if (sensor->mbus.type == V4L2_MBUS_CSI2_DPHY) { in csi2_dcphy_hw_stream_on()
844 if (sensor->mbus.type == V4L2_MBUS_CSI2_DPHY) { in csi2_dcphy_hw_stream_on()
900 if (sensor->mbus.type == V4L2_MBUS_CSI2_DPHY) { in csi2_dcphy_hw_stream_off()
/device/soc/rockchip/rk3588/kernel/drivers/phy/rockchip/
Dphy-rockchip-csi2-dphy.c28 struct v4l2_mbus_config mbus; member
104 struct v4l2_mbus_config mbus; in csi2_dphy_update_sensor_mbus() local
107 ret = v4l2_subdev_call(sensor_sd, pad, get_mbus_config, 0, &mbus); in csi2_dphy_update_sensor_mbus()
111 sensor->mbus = mbus; in csi2_dphy_update_sensor_mbus()
112 switch (mbus.flags & V4L2_MBUS_CSI2_LANES) { in csi2_dphy_update_sensor_mbus()
215 *config = sensor->mbus; in csi2_dphy_g_mbus_config()
333 sensor->mbus = s_asd->mbus; in rockchip_csi2_dphy_notifier_bound()
337 dphy->phy_index, sd->name, s_asd->mbus.type); in rockchip_csi2_dphy_notifier_bound()
391 struct v4l2_mbus_config *config = &s_asd->mbus; in rockchip_csi2_dphy_fwnode_parse()
Dphy-rockchip-mipi-rx.c532 struct v4l2_mbus_config mbus; member
541 struct v4l2_mbus_config mbus; member
750 struct v4l2_mbus_config mbus; in mipidphy_update_sensor_mbus() local
753 ret = v4l2_subdev_call(sensor_sd, pad, get_mbus_config, 0, &mbus); in mipidphy_update_sensor_mbus()
757 sensor->mbus = mbus; in mipidphy_update_sensor_mbus()
758 switch (mbus.flags & V4L2_MBUS_CSI2_LANES) { in mipidphy_update_sensor_mbus()
882 *config = sensor->mbus; in mipidphy_g_mbus_config()
1343 if (sensor->mbus.type == V4L2_MBUS_CSI2_DPHY) { in csi_mipidphy_stream_on()
1553 sensor->mbus = s_asd->mbus; in rockchip_mipidphy_notifier_bound()
1555 dev_info(priv->dev, "match %s:bus type %d\n", sd->name, s_asd->mbus.type); in rockchip_mipidphy_notifier_bound()
[all …]
Dphy-rockchip-csi2-dphy-hw.c633 if (sensor->mbus.type == V4L2_MBUS_CSI2_DPHY) { in csi2_dphy_hw_stream_on()
775 if (sensor->mbus.type == V4L2_MBUS_CSI2_DPHY) { in csi2_dcphy_hw_stream_on()
779 } else if (sensor->mbus.type == V4L2_MBUS_CSI2_CPHY) { in csi2_dcphy_hw_stream_on()
786 if (sensor->mbus.type == V4L2_MBUS_CSI2_CPHY) in csi2_dcphy_hw_stream_on()
793 if (sensor->mbus.type == V4L2_MBUS_CSI2_DPHY) { in csi2_dcphy_hw_stream_on()
832 if (sensor->mbus.type == V4L2_MBUS_CSI2_DPHY) in csi2_dcphy_hw_stream_on()
845 if (sensor->mbus.type == V4L2_MBUS_CSI2_DPHY) in csi2_dcphy_hw_stream_on()
890 if (sensor->mbus.type == V4L2_MBUS_CSI2_DPHY) in csi2_dcphy_hw_stream_off()
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
Ddev.c386 v4l2_subdev_call(sensor->sd, pad, get_mbus_config, 0, &sensor->mbus); in rkisp_create_links()
387 if (sensor->mbus.type == V4L2_MBUS_CCP2) { in rkisp_create_links()
537 struct v4l2_mbus_config mbus; member
550 isp_dev->sensors[isp_dev->num_sensors].mbus = s_asd->mbus; in subdev_notifier_bound()
572 rk_asd->mbus.flags = bus->flags; in rkisp_fwnode_parse()
573 rk_asd->mbus.type = vep->bus_type; in rkisp_fwnode_parse()
/device/board/isoftstone/yangfan/kernel/src/driv/media/isp/
Ddev.c353 get_mbus_config, 0, &sensor->mbus); in rkisp_create_links()
354 if (sensor->mbus.type == V4L2_MBUS_CCP2) { in rkisp_create_links()
508 struct v4l2_mbus_config mbus; member
523 isp_dev->sensors[isp_dev->num_sensors].mbus = s_asd->mbus; in subdev_notifier_bound()
548 rk_asd->mbus.flags = bus->flags; in rkisp_fwnode_parse()
549 rk_asd->mbus.type = vep->bus_type; in rkisp_fwnode_parse()
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/
Ddev.c353 get_mbus_config, 0, &sensor->mbus); in rkisp_create_links()
354 if (sensor->mbus.type == V4L2_MBUS_CCP2) { in rkisp_create_links()
508 struct v4l2_mbus_config mbus; member
523 isp_dev->sensors[isp_dev->num_sensors].mbus = s_asd->mbus; in subdev_notifier_bound()
548 rk_asd->mbus.flags = bus->flags; in rkisp_fwnode_parse()
549 rk_asd->mbus.type = vep->bus_type; in rkisp_fwnode_parse()
Drkisp.c361 0, &sensor->mbus); in rkisp_update_sensor_info()
372 if (sensor->mbus.type == V4L2_MBUS_CSI2_DPHY) { in rkisp_update_sensor_info()
1352 if (sensor && sensor->mbus.type == V4L2_MBUS_BT656) in rkisp_config_isp()
1386 if (sensor && sensor->mbus.type == V4L2_MBUS_BT656) in rkisp_config_isp()
1401 (sensor->mbus.type == V4L2_MBUS_CSI2_DPHY || in rkisp_config_isp()
1402 sensor->mbus.type == V4L2_MBUS_CCP2)) { in rkisp_config_isp()
1405 if (sensor && sensor->mbus.type == V4L2_MBUS_BT656) in rkisp_config_isp()
1418 if (sensor && (sensor->mbus.type == V4L2_MBUS_BT656 || in rkisp_config_isp()
1419 sensor->mbus.type == V4L2_MBUS_PARALLEL)) { in rkisp_config_isp()
1420 if (sensor->mbus.flags & in rkisp_config_isp()
[all …]

12