Searched defs:attr_set (Results  1 – 8 of 8) sorted by relevance
| /Linux-v5.4/drivers/cpufreq/ | 
| D | cpufreq_governor_attr_set.c | 32 	struct gov_attr_set *attr_set = to_gov_attr_set(kobj);  in governor_store()  local48 void gov_attr_set_init(struct gov_attr_set *attr_set, struct list_head *list_node)  in gov_attr_set_init()
 57 void gov_attr_set_get(struct gov_attr_set *attr_set, struct list_head *list_node)  in gov_attr_set_get()
 66 unsigned int gov_attr_set_put(struct gov_attr_set *attr_set, struct list_head *list_node)  in gov_attr_set_put()
 
 | 
| D | cpufreq_conservative.c | 147 static ssize_t store_sampling_down_factor(struct gov_attr_set *attr_set,  in store_sampling_down_factor()162 static ssize_t store_up_threshold(struct gov_attr_set *attr_set,  in store_up_threshold()
 178 static ssize_t store_down_threshold(struct gov_attr_set *attr_set,  in store_down_threshold()
 196 static ssize_t store_ignore_nice_load(struct gov_attr_set *attr_set,  in store_ignore_nice_load()
 221 static ssize_t store_freq_step(struct gov_attr_set *attr_set, const char *buf,  in store_freq_step()
 
 | 
| D | cpufreq_ondemand.c | 203 static ssize_t store_io_is_busy(struct gov_attr_set *attr_set, const char *buf,  in store_io_is_busy()221 static ssize_t store_up_threshold(struct gov_attr_set *attr_set,  in store_up_threshold()
 238 static ssize_t store_sampling_down_factor(struct gov_attr_set *attr_set,  in store_sampling_down_factor()
 266 static ssize_t store_ignore_nice_load(struct gov_attr_set *attr_set,  in store_ignore_nice_load()
 291 static ssize_t store_powersave_bias(struct gov_attr_set *attr_set,  in store_powersave_bias()
 
 | 
| D | cpufreq_governor.h | 39 	struct gov_attr_set attr_set;  member48 static inline struct dbs_data *to_dbs_data(struct gov_attr_set *attr_set)  in to_dbs_data()
 
 | 
| D | cpufreq_governor.c | 44 ssize_t store_sampling_rate(struct gov_attr_set *attr_set, const char *buf,  in store_sampling_rate()
 | 
| /Linux-v5.4/kernel/sched/ | 
| D | cpufreq_schedutil.c | 19 	struct gov_attr_set	attr_set;  member591 static inline struct sugov_tunables *to_sugov_tunables(struct gov_attr_set *attr_set)  in to_sugov_tunables()
 596 static ssize_t rate_limit_us_show(struct gov_attr_set *attr_set, char *buf)  in rate_limit_us_show()
 604 rate_limit_us_store(struct gov_attr_set *attr_set, const char *buf, size_t count)  in rate_limit_us_store()
 
 | 
| /Linux-v5.4/drivers/gpu/drm/nouveau/include/nvkm/subdev/ | 
| D | therm.h | 97 	int (*attr_set)(struct nvkm_therm *, enum nvkm_therm_attr_type, int);  member
 | 
| /Linux-v5.4/drivers/scsi/ufs/ | 
| D | ufshcd.c | 3625 			u8 attr_set, u32 mib_val, u8 peer)  in ufshcd_dme_set_attr()
 |