Home
last modified time | relevance | path

Searched defs:attr_set (Results 1 – 15 of 15) sorted by relevance

/linux-6.14.4/drivers/cpufreq/
Dcpufreq_governor_attr_set.c27 struct gov_attr_set *attr_set = to_gov_attr_set(kobj); in governor_store() local
43 void gov_attr_set_init(struct gov_attr_set *attr_set, struct list_head *list_node) in gov_attr_set_init()
52 void gov_attr_set_get(struct gov_attr_set *attr_set, struct list_head *list_node) in gov_attr_set_get()
61 unsigned int gov_attr_set_put(struct gov_attr_set *attr_set, struct list_head *list_node) in gov_attr_set_put()
Dcpufreq_conservative.c149 static ssize_t sampling_down_factor_store(struct gov_attr_set *attr_set, in sampling_down_factor_store()
164 static ssize_t up_threshold_store(struct gov_attr_set *attr_set, in up_threshold_store()
180 static ssize_t down_threshold_store(struct gov_attr_set *attr_set, in down_threshold_store()
197 static ssize_t ignore_nice_load_store(struct gov_attr_set *attr_set, in ignore_nice_load_store()
222 static ssize_t freq_step_store(struct gov_attr_set *attr_set, const char *buf, in freq_step_store()
Dcpufreq_ondemand.c204 static ssize_t io_is_busy_store(struct gov_attr_set *attr_set, const char *buf, in io_is_busy_store()
222 static ssize_t up_threshold_store(struct gov_attr_set *attr_set, in up_threshold_store()
239 static ssize_t sampling_down_factor_store(struct gov_attr_set *attr_set, in sampling_down_factor_store()
267 static ssize_t ignore_nice_load_store(struct gov_attr_set *attr_set, in ignore_nice_load_store()
292 static ssize_t powersave_bias_store(struct gov_attr_set *attr_set, in powersave_bias_store()
Dcpufreq_governor.h39 struct gov_attr_set attr_set; member
49 static inline struct dbs_data *to_dbs_data(struct gov_attr_set *attr_set) in to_dbs_data()
Dcpufreq_governor.c44 ssize_t sampling_rate_store(struct gov_attr_set *attr_set, const char *buf, in sampling_rate_store()
/linux-6.14.4/kernel/sched/
Dcpufreq_schedutil.c12 struct gov_attr_set attr_set; member
577 static inline struct sugov_tunables *to_sugov_tunables(struct gov_attr_set *attr_set) in to_sugov_tunables()
582 static ssize_t rate_limit_us_show(struct gov_attr_set *attr_set, char *buf) in rate_limit_us_show()
590 rate_limit_us_store(struct gov_attr_set *attr_set, const char *buf, size_t count) in rate_limit_us_store()
617 struct gov_attr_set *attr_set = to_gov_attr_set(kobj); in sugov_tunables_free() local
/linux-6.14.4/drivers/gpu/drm/nouveau/include/nvkm/subdev/
Dtherm.h97 int (*attr_set)(struct nvkm_therm *, enum nvkm_therm_attr_type, int); member
/linux-6.14.4/tools/net/ynl/pyynl/
Dynl_gen_c.py48 def __init__(self, family, attr_set, attr, value): argument
331 def __init__(self, family, attr_set, attr, value): argument
607 def __init__(self, family, attr_set, attr, value, base_type): argument
1194 def __init__(self, cw, family, ku_space, op, op_mode, attr_set=None): argument
/linux-6.14.4/tools/net/ynl/pyynl/lib/
Dnlspec.py170 def __init__(self, family, attr_set, yaml, value): argument
Dynl.py778 def _decode_extack_path(self, attrs, attr_set, offset, target): argument
/linux-6.14.4/include/uapi/linux/
Dmount.h132 __u64 attr_set; member
/linux-6.14.4/tools/perf/trace/beauty/include/uapi/linux/
Dmount.h132 __u64 attr_set; member
/linux-6.14.4/arch/arm64/kvm/hyp/
Dpgtable.c1156 kvm_pte_t attr_set; member
1200 u64 size, kvm_pte_t attr_set, in stage2_update_leaf_attrs()
/linux-6.14.4/fs/
Dnamespace.c88 unsigned int attr_set; member
/linux-6.14.4/drivers/ufs/core/
Dufshcd.c4109 u8 attr_set, u32 mib_val, u8 peer) in ufshcd_dme_set_attr()