Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/usb/typec/tcpm/
Dtcpm.c7494 unsigned int src_mv, src_ma, max_src_uw = 0; in tcpm_psy_get_input_power_limit() local
7504 max_src_uw = max(tmp, max_src_uw); in tcpm_psy_get_input_power_limit()
7508 val->intval = max_src_uw; in tcpm_psy_get_input_power_limit()