Searched refs:fps_np (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/mfd/ |
D | max77620.c | 311 struct device_node *fps_np) in max77620_config_fps() argument 337 if (of_node_name_eq(fps_np, fps_name)) in max77620_config_fps() 342 dev_err(dev, "FPS node name %pOFn is not valid\n", fps_np); in max77620_config_fps() 346 ret = of_property_read_u32(fps_np, "maxim,shutdown-fps-time-period-us", in max77620_config_fps() 357 ret = of_property_read_u32(fps_np, "maxim,suspend-fps-time-period-us", in max77620_config_fps() 363 ret = of_property_read_u32(fps_np, "maxim,fps-event-source", in max77620_config_fps() 379 ret = of_property_read_u32(fps_np, in max77620_config_fps() 403 struct device_node *fps_np, *fps_child; in max77620_initialise_fps() local 413 fps_np = of_get_child_by_name(dev->of_node, "fps"); in max77620_initialise_fps() 414 if (!fps_np) in max77620_initialise_fps() [all …]
|