Lines Matching defs:fps
337 sprintf(fps_name, "fps%d", fps_id);
347 ret = of_property_read_u32(fps_np, "maxim,shutdown-fps-time-period-us",
358 ret = of_property_read_u32(fps_np, "maxim,suspend-fps-time-period-us",
364 ret = of_property_read_u32(fps_np, "maxim,fps-event-source",
414 fps_np = of_get_child_by_name(dev->of_node, "fps");
602 int fps;
605 for (fps = 0; fps < MAX77620_FPS_COUNT; fps++) {
606 if (chip->suspend_fps_period[fps] < 0)
609 ret = max77620_set_fps_period(chip, fps,
610 chip->suspend_fps_period[fps]);
653 int fps;
655 for (fps = 0; fps < MAX77620_FPS_COUNT; fps++) {
656 if (chip->shutdown_fps_period[fps] < 0)
659 ret = max77620_set_fps_period(chip, fps,
660 chip->shutdown_fps_period[fps]);