Home
last modified time | relevance | path

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

/drivers/usb/typec/tcpm/
Dtcpm.c3139 unsigned int max, op, pdo_max, index; in tcpm_pd_check_request() local
3153 pdo_max = pdo_max_current(pdo); in tcpm_pd_check_request()
3155 if (op > pdo_max) in tcpm_pd_check_request()
3157 if (max > pdo_max && !(rdo & RDO_CAP_MISMATCH)) in tcpm_pd_check_request()
3163 pdo_fixed_voltage(pdo), pdo_max, op, max); in tcpm_pd_check_request()
3168 pdo_max, op, max); in tcpm_pd_check_request()
3173 pdo_max = pdo_max_power(pdo); in tcpm_pd_check_request()
3175 if (op > pdo_max) in tcpm_pd_check_request()
3177 if (max > pdo_max && !(rdo & RDO_CAP_MISMATCH)) in tcpm_pd_check_request()
3182 pdo_max, op, max); in tcpm_pd_check_request()