Lines Matching defs:fps
336 sprintf(fps_name, "fps%d", fps_id);
346 ret = of_property_read_u32(fps_np, "maxim,shutdown-fps-time-period-us",
357 ret = of_property_read_u32(fps_np, "maxim,suspend-fps-time-period-us",
363 ret = of_property_read_u32(fps_np, "maxim,fps-event-source",
413 fps_np = of_get_child_by_name(dev->of_node, "fps");
600 int fps;
603 for (fps = 0; fps < MAX77620_FPS_COUNT; fps++) {
604 if (chip->suspend_fps_period[fps] < 0)
607 ret = max77620_set_fps_period(chip, fps,
608 chip->suspend_fps_period[fps]);
651 int fps;
653 for (fps = 0; fps < MAX77620_FPS_COUNT; fps++) {
654 if (chip->shutdown_fps_period[fps] < 0)
657 ret = max77620_set_fps_period(chip, fps,
658 chip->shutdown_fps_period[fps]);