Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/typec/tcpm/
H A Dtcpm.c3855 unsigned int max, op, pdo_max, index; in tcpm_pd_check_request() local
3869 pdo_max = pdo_max_current(pdo); in tcpm_pd_check_request()
3871 if (op > pdo_max) in tcpm_pd_check_request()
3873 if (max > pdo_max && !(rdo & RDO_CAP_MISMATCH)) in tcpm_pd_check_request()
3879 pdo_fixed_voltage(pdo), pdo_max, op, max); in tcpm_pd_check_request()
3884 pdo_max, op, max); in tcpm_pd_check_request()
3889 pdo_max = pdo_max_power(pdo); in tcpm_pd_check_request()
3891 if (op > pdo_max) in tcpm_pd_check_request()
3893 if (max > pdo_max && !(rdo & RDO_CAP_MISMATCH)) in tcpm_pd_check_request()
3898 pdo_max, op, max); in tcpm_pd_check_request()