Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/typec/tcpm/
Dtcpm.c2074 unsigned int max, op, pdo_max, index; in tcpm_pd_check_request() local
2088 pdo_max = pdo_max_current(pdo); in tcpm_pd_check_request()
2090 if (op > pdo_max) in tcpm_pd_check_request()
2092 if (max > pdo_max && !(rdo & RDO_CAP_MISMATCH)) in tcpm_pd_check_request()
2098 pdo_fixed_voltage(pdo), pdo_max, op, max); in tcpm_pd_check_request()
2103 pdo_max, op, max); in tcpm_pd_check_request()
2108 pdo_max = pdo_max_power(pdo); in tcpm_pd_check_request()
2110 if (op > pdo_max) in tcpm_pd_check_request()
2112 if (max > pdo_max && !(rdo & RDO_CAP_MISMATCH)) in tcpm_pd_check_request()
2117 pdo_max, op, max); in tcpm_pd_check_request()