pdo_max_current   509 drivers/usb/typec/tcpm/tcpm.c 				  pdo_max_current(pdo),
pdo_max_current   528 drivers/usb/typec/tcpm/tcpm.c 				  pdo_max_current(pdo));
pdo_max_current   769 drivers/usb/typec/tcpm/tcpm.c 			unsigned int curr = pdo_max_current(pdo);
pdo_max_current  2088 drivers/usb/typec/tcpm/tcpm.c 		pdo_max = pdo_max_current(pdo);
pdo_max_current  2129 drivers/usb/typec/tcpm/tcpm.c #define min_current(x, y) min(pdo_max_current(x), pdo_max_current(y))
pdo_max_current  2175 drivers/usb/typec/tcpm/tcpm.c 			src_ma = pdo_max_current(pdo);
pdo_max_current  2377 drivers/usb/typec/tcpm/tcpm.c 		else if (pdo_max_current(matching_snk_pdo) >
pdo_max_current  2378 drivers/usb/typec/tcpm/tcpm.c 			 pdo_max_current(pdo))
pdo_max_current  2379 drivers/usb/typec/tcpm/tcpm.c 			max_ma = pdo_max_current(matching_snk_pdo);