Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/regulator/
Dof_regulator.c33 struct device_node *suspend_np; in of_get_regulation_constraints() local
191 suspend_np = of_get_child_by_name(np, regulator_states[i]); in of_get_regulation_constraints()
192 if (!suspend_np || !suspend_state) in of_get_regulation_constraints()
195 if (!of_property_read_u32(suspend_np, "regulator-mode", in of_get_regulation_constraints()
210 if (of_property_read_bool(suspend_np, in of_get_regulation_constraints()
213 else if (of_property_read_bool(suspend_np, in of_get_regulation_constraints()
225 if (!of_property_read_u32(suspend_np, in of_get_regulation_constraints()
231 if (of_property_read_bool(suspend_np, in of_get_regulation_constraints()
238 of_node_put(suspend_np); in of_get_regulation_constraints()
240 suspend_np = NULL; in of_get_regulation_constraints()