Searched refs:schedtune_boost_fd (Results 1 – 1 of 1) sorted by relevance
79 int schedtune_boost_fd; member260 if (hikey->schedtune_boost_fd < 0) in schedtune_sysfs_boost()261 return hikey->schedtune_boost_fd; in schedtune_sysfs_boost()263 len = write(hikey->schedtune_boost_fd, booststr, strlen(booststr)); in schedtune_sysfs_boost()303 if (hikey->schedtune_boost_fd < 0) in schedtune_boost()304 return hikey->schedtune_boost_fd; in schedtune_boost()325 hikey->schedtune_boost_fd = open(SCHEDTUNE_BOOST_PATH, O_RDWR); in schedtune_power_init()326 if (hikey->schedtune_boost_fd < 0) { in schedtune_power_init()337 if (hikey->schedtune_boost_fd >= 0) { in schedtune_power_init()338 size_t len = read(hikey->schedtune_boost_fd, schedtune_boost_norm, in schedtune_power_init()