Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/typec/tcpm/
Dtcpm.c2236 unsigned int max, op, pdo_max, index; in tcpm_pd_check_request() local
2250 pdo_max = pdo_max_current(pdo); in tcpm_pd_check_request()
2252 if (op > pdo_max) in tcpm_pd_check_request()
2254 if (max > pdo_max && !(rdo & RDO_CAP_MISMATCH)) in tcpm_pd_check_request()
2260 pdo_fixed_voltage(pdo), pdo_max, op, max); in tcpm_pd_check_request()
2265 pdo_max, op, max); in tcpm_pd_check_request()
2270 pdo_max = pdo_max_power(pdo); in tcpm_pd_check_request()
2272 if (op > pdo_max) in tcpm_pd_check_request()
2274 if (max > pdo_max && !(rdo & RDO_CAP_MISMATCH)) in tcpm_pd_check_request()
2279 pdo_max, op, max); in tcpm_pd_check_request()