Home
last modified time | relevance | path

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

/drivers/mfd/
Dmax77620.c312 struct device_node *fps_np) in max77620_config_fps() argument
338 if (of_node_name_eq(fps_np, fps_name)) in max77620_config_fps()
343 dev_err(dev, "FPS node name %pOFn is not valid\n", fps_np); in max77620_config_fps()
347 ret = of_property_read_u32(fps_np, "maxim,shutdown-fps-time-period-us", in max77620_config_fps()
358 ret = of_property_read_u32(fps_np, "maxim,suspend-fps-time-period-us", in max77620_config_fps()
364 ret = of_property_read_u32(fps_np, "maxim,fps-event-source", in max77620_config_fps()
380 ret = of_property_read_u32(fps_np, in max77620_config_fps()
404 struct device_node *fps_np, *fps_child; in max77620_initialise_fps() local
414 fps_np = of_get_child_by_name(dev->of_node, "fps"); in max77620_initialise_fps()
415 if (!fps_np) in max77620_initialise_fps()
[all …]