Home
last modified time | relevance | path

Searched refs:suspend_np (Results 1 - 1 of 1) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/regulator/
H A Dof_regulator.c29 struct device_node *suspend_np; in of_get_regulation_constraints() local
210 suspend_np = of_get_child_by_name(np, regulator_states[i]); in of_get_regulation_constraints()
211 if (!suspend_np) { in of_get_regulation_constraints()
215 of_node_put(suspend_np); in of_get_regulation_constraints()
219 if (!of_property_read_u32(suspend_np, "regulator-mode", &pval)) { in of_get_regulation_constraints()
232 if (of_property_read_bool(suspend_np, "regulator-on-in-suspend")) { in of_get_regulation_constraints()
234 } else if (of_property_read_bool(suspend_np, "regulator-off-in-suspend")) { in of_get_regulation_constraints()
238 if (!of_property_read_u32(suspend_np, "regulator-suspend-min-microvolt", &pval)) { in of_get_regulation_constraints()
242 if (!of_property_read_u32(suspend_np, "regulator-suspend-max-microvolt", &pval)) { in of_get_regulation_constraints()
246 if (!of_property_read_u32(suspend_np, "regulato in of_get_regulation_constraints()
[all...]

Completed in 1 milliseconds