Searched refs:vfpp (Results 1 – 6 of 6) sorted by relevance
270 struct v4l2_ctrl *vfpp; member
410 if (asd->vfpp->val == ATOMISP_VFPP_DISABLE_SCALER) { in atomisp_qbuffers_to_css()413 } else if (asd->vfpp->val == ATOMISP_VFPP_DISABLE_LOWLAT) { in atomisp_qbuffers_to_css()
489 if (isp_sd->vfpp->val == ATOMISP_VFPP_DISABLE_LOWLAT) { in atomisp_subdev_set_selection()1073 asd->vfpp = v4l2_ctrl_new_custom(&asd->ctrl_handler, in isp_subdev_init_entities()
1137 if (asd->vfpp->val == ATOMISP_VFPP_DISABLE_SCALER) in atomisp_get_css_pipe_id()1145 if (asd->vfpp->val == ATOMISP_VFPP_DISABLE_LOWLAT) in atomisp_get_css_pipe_id()1161 if (asd->vfpp->val != ATOMISP_VFPP_ENABLE || in atomisp_sensor_start_stream()
4626 asd->vfpp->val != ATOMISP_VFPP_ENABLE) { in atomisp_set_fmt_to_isp()4651 if (asd->vfpp->val == ATOMISP_VFPP_DISABLE_SCALER) { in atomisp_set_fmt_to_isp()4666 asd->vfpp->val == ATOMISP_VFPP_DISABLE_LOWLAT) { in atomisp_set_fmt_to_isp()4682 …asd->stream_env[ATOMISP_INPUT_STREAM_GENERAL].pipe_extra_configs[i].disable_vf_pp = asd->vfpp->val… in atomisp_set_fmt_to_isp()4688 } else if (asd->vfpp->val == ATOMISP_VFPP_DISABLE_SCALER) { in atomisp_set_fmt_to_isp()5255 asd->vfpp->val == ATOMISP_VFPP_DISABLE_SCALER))) { in atomisp_set_fmt()5821 } else if (asd->vfpp->val == ATOMISP_VFPP_DISABLE_SCALER) { in atomisp_get_pipe_id()5823 } else if (asd->vfpp->val == ATOMISP_VFPP_DISABLE_LOWLAT) { in atomisp_get_pipe_id()
634 if (asd->vfpp) { in is_pipe_valid_to_current_run_mode()635 if (asd->vfpp->val == ATOMISP_VFPP_DISABLE_SCALER) { in is_pipe_valid_to_current_run_mode()640 } else if (asd->vfpp->val == ATOMISP_VFPP_DISABLE_LOWLAT) { in is_pipe_valid_to_current_run_mode()2581 || asd->vfpp->val == ATOMISP_VFPP_DISABLE_SCALER) in atomisp_get_pipe_index()
Completed in 30 milliseconds