Home
last modified time | relevance | path

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

/linux/drivers/regulator/
H A Dof_regulator.c87 struct device_node *suspend_np; in of_get_regulation_constraints() local
278 suspend_np = of_get_child_by_name(np, regulator_states[i]); in of_get_regulation_constraints()
279 if (!suspend_np) in of_get_regulation_constraints()
282 of_node_put(suspend_np); in of_get_regulation_constraints()
286 if (!of_property_read_u32(suspend_np, "regulator-mode", in of_get_regulation_constraints()
301 if (of_property_read_bool(suspend_np, in of_get_regulation_constraints()
304 else if (of_property_read_bool(suspend_np, in of_get_regulation_constraints()
308 if (!of_property_read_u32(suspend_np, in of_get_regulation_constraints()
312 if (!of_property_read_u32(suspend_np, in of_get_regulation_constraints()
316 if (!of_property_read_u32(suspend_np, in of_get_regulation_constraints()
[all …]