/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/ |
D | procfs.c | 264 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()
|
D | dev.c | 950 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 …]
|
D | mipi-csi2.c | 82 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 …]
|
D | capture.c | 645 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/ |
D | procfs.c | 264 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()
|
D | dev.c | 1006 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 …]
|
D | mipi-csi2.c | 75 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 …]
|
D | capture.c | 589 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/ |
D | procfs.c | 264 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()
|
D | dev.c | 1006 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 …]
|
D | mipi-csi2.c | 75 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 …]
|
D | capture.c | 589 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/ |
D | phy-rockchip-csi2-dphy.c | 28 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()
|
D | phy-rockchip-mipi-rx.c | 532 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 …]
|
D | phy-rockchip-csi2-dphy-hw.c | 633 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/ |
D | phy-rockchip-csi2-dphy.c | 28 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()
|
D | phy-rockchip-mipi-rx.c | 510 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 …]
|
D | phy-rockchip-csi2-dphy-hw.c | 613 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/ |
D | phy-rockchip-csi2-dphy.c | 28 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()
|
D | phy-rockchip-mipi-rx.c | 532 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 …]
|
D | phy-rockchip-csi2-dphy-hw.c | 633 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/ |
D | dev.c | 386 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/ |
D | dev.c | 353 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/ |
D | dev.c | 353 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()
|
D | rkisp.c | 361 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 …]
|