Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/regulator/
Dof_regulator.c171 constraints->max_spread = pval; in of_get_regulation_constraints()
502 int max_spread = rdev->constraints->max_spread; in of_check_coupling_data() local
509 if (max_spread <= 0) { in of_check_coupling_data()
540 if (c_max_spread != max_spread) { in of_check_coupling_data()
Dcore.c4218 if (rdev->constraints->max_spread <= 0) { in regulator_resolve_coupling()
/Linux-v4.19/include/linux/regulator/
Dmachine.h159 int max_spread; member