Searched defs:attr_set (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/cpufreq/ |
D | cpufreq_governor_attr_set.c | 35 struct gov_attr_set *attr_set = to_gov_attr_set(kobj); in governor_store() local 51 void gov_attr_set_init(struct gov_attr_set *attr_set, struct list_head *list_node) in gov_attr_set_init() 60 void gov_attr_set_get(struct gov_attr_set *attr_set, struct list_head *list_node) in gov_attr_set_get() 69 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 | 148 static ssize_t store_sampling_down_factor(struct gov_attr_set *attr_set, in store_sampling_down_factor() 163 static ssize_t store_up_threshold(struct gov_attr_set *attr_set, in store_up_threshold() 179 static ssize_t store_down_threshold(struct gov_attr_set *attr_set, in store_down_threshold() 197 static ssize_t store_ignore_nice_load(struct gov_attr_set *attr_set, in store_ignore_nice_load() 222 static ssize_t store_freq_step(struct gov_attr_set *attr_set, const char *buf, in store_freq_step()
|
D | cpufreq_ondemand.c | 206 static ssize_t store_io_is_busy(struct gov_attr_set *attr_set, const char *buf, in store_io_is_busy() 224 static ssize_t store_up_threshold(struct gov_attr_set *attr_set, in store_up_threshold() 241 static ssize_t store_sampling_down_factor(struct gov_attr_set *attr_set, in store_sampling_down_factor() 269 static ssize_t store_ignore_nice_load(struct gov_attr_set *attr_set, in store_ignore_nice_load() 294 static ssize_t store_powersave_bias(struct gov_attr_set *attr_set, in store_powersave_bias()
|
D | cpufreq_governor.h | 42 struct gov_attr_set attr_set; member 51 static inline struct dbs_data *to_dbs_data(struct gov_attr_set *attr_set) in to_dbs_data()
|
D | cpufreq_governor.c | 47 ssize_t store_sampling_rate(struct gov_attr_set *attr_set, const char *buf, in store_sampling_rate()
|
/Linux-v4.19/kernel/sched/ |
D | cpufreq_schedutil.c | 19 struct gov_attr_set attr_set; member 560 static inline struct sugov_tunables *to_sugov_tunables(struct gov_attr_set *attr_set) in to_sugov_tunables() 565 static ssize_t rate_limit_us_show(struct gov_attr_set *attr_set, char *buf) in rate_limit_us_show() 573 rate_limit_us_store(struct gov_attr_set *attr_set, const char *buf, size_t count) in rate_limit_us_store()
|
/Linux-v4.19/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-v4.19/drivers/scsi/ufs/ |
D | ufshcd.c | 3577 u8 attr_set, u32 mib_val, u8 peer) in ufshcd_dme_set_attr()
|