Searched refs:pdo_max (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/power/power_delivery/ |
| H A D | tcpm.c | 1487 unsigned int max, op, pdo_max, index; in tcpm_pd_check_request() local 1501 pdo_max = pdo_max_current(pdo); in tcpm_pd_check_request() 1503 if (op > pdo_max) in tcpm_pd_check_request() 1505 if (max > pdo_max && !(rdo & RDO_CAP_MISMATCH)) in tcpm_pd_check_request() 1510 pdo_fixed_voltage(pdo), pdo_max, op, max); in tcpm_pd_check_request() 1514 pdo_max, op, max); in tcpm_pd_check_request() 1519 pdo_max = pdo_max_power(pdo); in tcpm_pd_check_request() 1521 if (op > pdo_max) in tcpm_pd_check_request() 1523 if (max > pdo_max && !(rdo & RDO_CAP_MISMATCH)) in tcpm_pd_check_request() 1527 pdo_max, op, max); in tcpm_pd_check_request()
|
| /OK3568_Linux_fs/kernel/drivers/usb/typec/tcpm/ |
| H A D | tcpm.c | 3076 unsigned int max, op, pdo_max, index; in tcpm_pd_check_request() local 3090 pdo_max = pdo_max_current(pdo); in tcpm_pd_check_request() 3092 if (op > pdo_max) in tcpm_pd_check_request() 3094 if (max > pdo_max && !(rdo & RDO_CAP_MISMATCH)) in tcpm_pd_check_request() 3100 pdo_fixed_voltage(pdo), pdo_max, op, max); in tcpm_pd_check_request() 3105 pdo_max, op, max); in tcpm_pd_check_request() 3110 pdo_max = pdo_max_power(pdo); in tcpm_pd_check_request() 3112 if (op > pdo_max) in tcpm_pd_check_request() 3114 if (max > pdo_max && !(rdo & RDO_CAP_MISMATCH)) in tcpm_pd_check_request() 3119 pdo_max, op, max); in tcpm_pd_check_request()
|