Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/regulator/
Dof_regulator.c31 struct device_node *suspend_np; in of_get_regulation_constraints() local
208 suspend_np = of_get_child_by_name(np, regulator_states[i]); in of_get_regulation_constraints()
209 if (!suspend_np || !suspend_state) in of_get_regulation_constraints()
212 if (!of_property_read_u32(suspend_np, "regulator-mode", in of_get_regulation_constraints()
227 if (of_property_read_bool(suspend_np, in of_get_regulation_constraints()
230 else if (of_property_read_bool(suspend_np, in of_get_regulation_constraints()
234 if (!of_property_read_u32(suspend_np, in of_get_regulation_constraints()
238 if (!of_property_read_u32(suspend_np, in of_get_regulation_constraints()
242 if (!of_property_read_u32(suspend_np, in of_get_regulation_constraints()
248 if (of_property_read_bool(suspend_np, in of_get_regulation_constraints()
[all …]