Searched refs:pdo_max (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/usb/typec/tcpm/ |
D | tcpm.c | 3071 unsigned int max, op, pdo_max, index; in tcpm_pd_check_request() local 3085 pdo_max = pdo_max_current(pdo); in tcpm_pd_check_request() 3087 if (op > pdo_max) in tcpm_pd_check_request() 3089 if (max > pdo_max && !(rdo & RDO_CAP_MISMATCH)) in tcpm_pd_check_request() 3095 pdo_fixed_voltage(pdo), pdo_max, op, max); in tcpm_pd_check_request() 3100 pdo_max, op, max); in tcpm_pd_check_request() 3105 pdo_max = pdo_max_power(pdo); in tcpm_pd_check_request() 3107 if (op > pdo_max) in tcpm_pd_check_request() 3109 if (max > pdo_max && !(rdo & RDO_CAP_MISMATCH)) in tcpm_pd_check_request() 3114 pdo_max, op, max); in tcpm_pd_check_request()
|