Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/regulator/
Dof_regulator.c171 constraints->max_spread = pval; in of_get_regulation_constraints()
506 int max_spread = rdev->constraints->max_spread; in of_check_coupling_data() local
513 if (max_spread <= 0) { in of_check_coupling_data()
544 if (c_max_spread != max_spread) { in of_check_coupling_data()
Dcore.c4279 if (rdev->constraints->max_spread <= 0) { in regulator_resolve_coupling()
/linux-4.19.296/include/linux/regulator/
Dmachine.h159 int max_spread; member