Searched refs:new_exps (Results 1 – 1 of 1) sorted by relevance
629 pending_split_exps_t new_exps; in setExposureParams() local630 memset(&new_exps, 0, sizeof(pending_split_exps_t)); in setExposureParams()631 new_exps.i2c_exp_res.nNumRegs = exp->exp_i2c_params.nNumRegs; in setExposureParams()633 new_exps.i2c_exp_res.RegAddr[i] = exp->exp_i2c_params.RegAddr[i]; in setExposureParams()634 new_exps.i2c_exp_res.RegValue[i] = exp->exp_i2c_params.RegValue[i]; in setExposureParams()635 new_exps.i2c_exp_res.AddrByteNum[i] = exp->exp_i2c_params.AddrByteNum[i]; in setExposureParams()636 new_exps.i2c_exp_res.ValueByteNum[i] = exp->exp_i2c_params.ValueByteNum[i]; in setExposureParams()638 setI2cDAta(&new_exps); in setExposureParams()872 pending_split_exps_t new_exps; in split_locked() local873 memset(&new_exps, 0, sizeof(pending_split_exps_t)); in split_locked()[all …]