Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/typec/tcpm/
H A Dtcpm.c6355 unsigned int src_mv, src_ma, max_src_uw = 0; in tcpm_psy_get_input_power_limit() local
6365 max_src_uw = tmp > max_src_uw ? tmp : max_src_uw; in tcpm_psy_get_input_power_limit()
6369 val->intval = max_src_uw; in tcpm_psy_get_input_power_limit()