Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/regulator/
H A 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) in of_get_regulation_constraints()
212 of_node_put(suspend_np); in of_get_regulation_constraints()
216 if (!of_property_read_u32(suspend_np, "regulator-mode", in of_get_regulation_constraints()
231 if (of_property_read_bool(suspend_np, in of_get_regulation_constraints()
234 else if (of_property_read_bool(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()
246 if (!of_property_read_u32(suspend_np, in of_get_regulation_constraints()
[all...]
/kernel/linux/linux-6.6/drivers/regulator/
H A Dof_regulator.c87 struct device_node *suspend_np; in of_get_regulation_constraints() local
266 suspend_np = of_get_child_by_name(np, regulator_states[i]); in of_get_regulation_constraints()
267 if (!suspend_np) in of_get_regulation_constraints()
270 of_node_put(suspend_np); in of_get_regulation_constraints()
274 if (!of_property_read_u32(suspend_np, "regulator-mode", in of_get_regulation_constraints()
289 if (of_property_read_bool(suspend_np, in of_get_regulation_constraints()
292 else if (of_property_read_bool(suspend_np, in of_get_regulation_constraints()
296 if (!of_property_read_u32(suspend_np, in of_get_regulation_constraints()
300 if (!of_property_read_u32(suspend_np, in of_get_regulation_constraints()
304 if (!of_property_read_u32(suspend_np, in of_get_regulation_constraints()
[all...]

Completed in 2 milliseconds