Home
last modified time | relevance | path

Searched refs:req_op_curr (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/usb/typec/tcpm/
H A Dtcpm.c328 u32 req_op_curr; member
3837 port->pps_data.req_op_curr = port->current_limit; in tcpm_pd_ctrl_request()
3923 port->req_current_limit = port->pps_data.req_op_curr; in tcpm_pd_ctrl_request()
4573 max_op_ma = min(src_ma, port->pps_data.req_op_curr); in tcpm_pd_select_pps_apdo()
4592 port->pps_data.req_op_curr = min(port->pps_data.req_max_curr, in tcpm_pd_select_pps_apdo()
4593 port->pps_data.req_op_curr); in tcpm_pd_select_pps_apdo()
4800 op_ma = port->pps_data.req_op_curr; in tcpm_pd_build_pps_request()
4842 port->pps_data.req_op_curr = op_ma; in tcpm_pd_build_pps_request()
7657 port->pps_data.req_op_curr = req_op_curr_ma; in tcpm_aug_set_op_curr()
7781 port->pps_data.req_op_curr = port->current_limit; in tcpm_pps_activate()