Searched refs:pdo_max (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/usb/typec/tcpm/ |
D | tcpm.c | 3788 unsigned int max, op, pdo_max, index; in tcpm_pd_check_request() local 3802 pdo_max = pdo_max_current(pdo); in tcpm_pd_check_request() 3804 if (op > pdo_max) in tcpm_pd_check_request() 3806 if (max > pdo_max && !(rdo & RDO_CAP_MISMATCH)) in tcpm_pd_check_request() 3812 pdo_fixed_voltage(pdo), pdo_max, op, max); in tcpm_pd_check_request() 3817 pdo_max, op, max); in tcpm_pd_check_request() 3822 pdo_max = pdo_max_power(pdo); in tcpm_pd_check_request() 3824 if (op > pdo_max) in tcpm_pd_check_request() 3826 if (max > pdo_max && !(rdo & RDO_CAP_MISMATCH)) in tcpm_pd_check_request() 3831 pdo_max, op, max); in tcpm_pd_check_request()
|