Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/typec/tcpm/
Dtcpm.c3012 unsigned int max, op, pdo_max, index; in tcpm_pd_check_request() local
3026 pdo_max = pdo_max_current(pdo); in tcpm_pd_check_request()
3028 if (op > pdo_max) in tcpm_pd_check_request()
3030 if (max > pdo_max && !(rdo & RDO_CAP_MISMATCH)) in tcpm_pd_check_request()
3036 pdo_fixed_voltage(pdo), pdo_max, op, max); in tcpm_pd_check_request()
3041 pdo_max, op, max); in tcpm_pd_check_request()
3046 pdo_max = pdo_max_power(pdo); in tcpm_pd_check_request()
3048 if (op > pdo_max) in tcpm_pd_check_request()
3050 if (max > pdo_max && !(rdo & RDO_CAP_MISMATCH)) in tcpm_pd_check_request()
3055 pdo_max, op, max); in tcpm_pd_check_request()