Searched refs:pdo_max (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/usb/typec/tcpm/ |
D | tcpm.c | 3110 unsigned int max, op, pdo_max, index; in tcpm_pd_check_request() local 3124 pdo_max = pdo_max_current(pdo); in tcpm_pd_check_request() 3126 if (op > pdo_max) in tcpm_pd_check_request() 3128 if (max > pdo_max && !(rdo & RDO_CAP_MISMATCH)) in tcpm_pd_check_request() 3134 pdo_fixed_voltage(pdo), pdo_max, op, max); in tcpm_pd_check_request() 3139 pdo_max, op, max); in tcpm_pd_check_request() 3144 pdo_max = pdo_max_power(pdo); in tcpm_pd_check_request() 3146 if (op > pdo_max) in tcpm_pd_check_request() 3148 if (max > pdo_max && !(rdo & RDO_CAP_MISMATCH)) in tcpm_pd_check_request() 3153 pdo_max, op, max); in tcpm_pd_check_request()
|