Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/typec/tcpm/
Dtcpm.c3266 unsigned int i, src_ma, max_temp_mw = 0, max_op_ma, op_mw; in tcpm_pd_select_pps_apdo() local
3285 max_op_ma = min(src_ma, port->pps_data.req_op_curr); in tcpm_pd_select_pps_apdo()
3286 op_mw = max_op_ma * port->pps_data.req_out_volt / 1000; in tcpm_pd_select_pps_apdo()