Lines Matching refs:gov_attr_set

58 	struct gov_attr_set attr_set;
748 static struct interactive_tunables *to_tunables(struct gov_attr_set *attr_set) in to_tunables()
754 static ssize_t show_##file_name(struct gov_attr_set *attr_set, char *buf) \
760 static ssize_t show_target_loads(struct gov_attr_set *attr_set, char *buf) in show_target_loads()
779 static ssize_t store_target_loads(struct gov_attr_set *attr_set, in store_target_loads()
801 static ssize_t show_above_hispeed_delay(struct gov_attr_set *attr_set, in show_above_hispeed_delay()
822 static ssize_t store_above_hispeed_delay(struct gov_attr_set *attr_set, in store_above_hispeed_delay()
844 static ssize_t store_hispeed_freq(struct gov_attr_set *attr_set, in store_hispeed_freq()
860 static ssize_t store_go_hispeed_load(struct gov_attr_set *attr_set, in store_go_hispeed_load()
876 static ssize_t store_min_sample_time(struct gov_attr_set *attr_set, in store_min_sample_time()
892 static ssize_t show_timer_rate(struct gov_attr_set *attr_set, char *buf) in show_timer_rate()
899 static ssize_t store_timer_rate(struct gov_attr_set *attr_set, const char *buf, in store_timer_rate()
920 static ssize_t store_timer_slack(struct gov_attr_set *attr_set, const char *buf, in store_timer_slack()
937 static ssize_t store_boost(struct gov_attr_set *attr_set, const char *buf, in store_boost()
962 static ssize_t store_boostpulse(struct gov_attr_set *attr_set, const char *buf, in store_boostpulse()
982 static ssize_t store_boostpulse_duration(struct gov_attr_set *attr_set, in store_boostpulse_duration()
998 static ssize_t store_io_is_busy(struct gov_attr_set *attr_set, const char *buf, in store_io_is_busy()
1347 struct gov_attr_set attr_set; in rockchip_cpufreq_policy_init()