Loading drivers/media/platform/msm/camera/cam_sensor_module/cam_csiphy/cam_csiphy_core.c +5 −0 Original line number Diff line number Diff line Loading @@ -601,6 +601,11 @@ void cam_csiphy_shutdown(struct csiphy_device *csiphy_dev) csiphy_dev->acquire_count = 0; csiphy_dev->start_dev_count = 0; csiphy_dev->csiphy_state = CAM_CSIPHY_INIT; /* reset csiphy info */ csiphy_dev->csiphy_info.lane_mask = 0; csiphy_dev->csiphy_info.lane_cnt = 0; csiphy_dev->csiphy_info.combo_mode = 0; } static int32_t cam_csiphy_external_cmd(struct csiphy_device *csiphy_dev, Loading Loading
drivers/media/platform/msm/camera/cam_sensor_module/cam_csiphy/cam_csiphy_core.c +5 −0 Original line number Diff line number Diff line Loading @@ -601,6 +601,11 @@ void cam_csiphy_shutdown(struct csiphy_device *csiphy_dev) csiphy_dev->acquire_count = 0; csiphy_dev->start_dev_count = 0; csiphy_dev->csiphy_state = CAM_CSIPHY_INIT; /* reset csiphy info */ csiphy_dev->csiphy_info.lane_mask = 0; csiphy_dev->csiphy_info.lane_cnt = 0; csiphy_dev->csiphy_info.combo_mode = 0; } static int32_t cam_csiphy_external_cmd(struct csiphy_device *csiphy_dev, Loading