Lines Matching refs:fps_np
260 struct device_node *fps_np) in max77620_config_fps() argument
283 if (!strcmp(fps_np->name, fps_name)) in max77620_config_fps()
288 dev_err(dev, "FPS node name %s is not valid\n", fps_np->name); in max77620_config_fps()
292 ret = of_property_read_u32(fps_np, "maxim,shutdown-fps-time-period-us", in max77620_config_fps()
303 ret = of_property_read_u32(fps_np, "maxim,suspend-fps-time-period-us", in max77620_config_fps()
309 ret = of_property_read_u32(fps_np, "maxim,fps-event-source", in max77620_config_fps()
325 ret = of_property_read_u32(fps_np, in max77620_config_fps()
349 struct device_node *fps_np, *fps_child; in max77620_initialise_fps() local
359 fps_np = of_get_child_by_name(dev->of_node, "fps"); in max77620_initialise_fps()
360 if (!fps_np) in max77620_initialise_fps()
363 for_each_child_of_node(fps_np, fps_child) { in max77620_initialise_fps()