Searched refs:max_mW (Results 1 – 3 of 3) sorted by relevance
495 int id, int max_mW) in tps23881_pi_set_pw_limit() argument501 if (max_mW < TPS23881_MIN_PI_PW_LIMIT_MW || MAX_PI_PW < max_mW) { in tps23881_pi_set_pw_limit()504 max_mW, TPS23881_MIN_PI_PW_LIMIT_MW, MAX_PI_PW); in tps23881_pi_set_pw_limit()512 pw_pol = DIV_ROUND_CLOSEST_ULL(max_mW, TPS23881_MW_STEP); in tps23881_pi_set_pw_limit()
1350 int id, int max_mW) in pd692x0_pi_set_pw_limit() argument1363 ret = pd692x0_pi_set_pw_from_table(dev, &msg, max_mW); in pd692x0_pi_set_pw_limit()
208 int id, int max_mW);