Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/typec/tcpm/
Dtcpm.c7364 unsigned int src_mv, src_ma, max_src_uw = 0; in tcpm_psy_get_input_power_limit() local
7374 max_src_uw = tmp > max_src_uw ? tmp : max_src_uw; in tcpm_psy_get_input_power_limit()
7378 val->intval = max_src_uw; in tcpm_psy_get_input_power_limit()