Searched refs:req_op_curr (Results 1 – 1 of 1) sorted by relevance
302 u32 req_op_curr; member3396 port->pps_data.req_op_curr = port->current_limit; in tcpm_pd_ctrl_request()3467 port->req_current_limit = port->pps_data.req_op_curr; in tcpm_pd_ctrl_request()4030 max_op_ma = min(src_ma, port->pps_data.req_op_curr); in tcpm_pd_select_pps_apdo()4050 port->pps_data.req_op_curr); in tcpm_pd_select_pps_apdo()4175 op_ma = port->pps_data.req_op_curr; in tcpm_pd_build_pps_request()4217 port->pps_data.req_op_curr = op_ma; in tcpm_pd_build_pps_request()6720 if (req_op_curr > port->pps_data.max_curr) { in tcpm_pps_set_op_curr()6739 req_op_curr = req_op_curr - (req_op_curr % RDO_PROG_CURR_MA_STEP); in tcpm_pps_set_op_curr()6742 port->pps_data.req_op_curr = req_op_curr; in tcpm_pps_set_op_curr()[all …]