Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/regulator/
Dmachine.h149 unsigned pull_down:1; /* pull down resistor when regulator off */ member
/linux-4.4.14/drivers/regulator/
Dof_regulator.c74 constraints->pull_down = of_property_read_bool(np, "regulator-pull-down"); in of_get_regulation_constraints()
Dcore.c1118 if (rdev->constraints->pull_down && ops->set_pull_down) { in set_machine_constraints()