Searched refs:show_freq (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/devfreq/ |
H A D | governor_userspace.c | 55 static ssize_t show_freq(struct device *dev, struct device_attribute *attr, in show_freq() function 73 static DEVICE_ATTR(set_freq, 0644, show_freq, store_freq);
|
/kernel/linux/linux-5.10/drivers/hwmon/occ/ |
H A D | common.c | 733 ssize_t (*show_freq)(struct device *, struct device_attribute *, in occ_setup_sensor_attrs() 754 show_freq = occ_show_freq_2; in occ_setup_sensor_attrs() 854 attr->sensor = OCC_INIT_ATTR(attr->name, 0444, show_freq, NULL, in occ_setup_sensor_attrs() 859 attr->sensor = OCC_INIT_ATTR(attr->name, 0444, show_freq, NULL, in occ_setup_sensor_attrs()
|
/kernel/linux/linux-6.6/drivers/hwmon/occ/ |
H A D | common.c | 786 ssize_t (*show_freq)(struct device *, struct device_attribute *, in occ_setup_sensor_attrs() 811 show_freq = occ_show_freq_2; in occ_setup_sensor_attrs() 921 attr->sensor = OCC_INIT_ATTR(attr->name, 0444, show_freq, NULL, in occ_setup_sensor_attrs() 926 attr->sensor = OCC_INIT_ATTR(attr->name, 0444, show_freq, NULL, in occ_setup_sensor_attrs()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | annotate.h | 222 bool show_freq);
|
H A D | hist.h | 579 int __hists__scnprintf_title(struct hists *hists, char *bf, size_t size, bool show_freq);
|
H A D | hist.c | 2681 int __hists__scnprintf_title(struct hists *hists, char *bf, size_t size, bool show_freq) in __hists__scnprintf_title() argument 2725 if (show_freq) in __hists__scnprintf_title()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | annotate.h | 223 bool show_freq);
|
H A D | hist.h | 593 int __hists__scnprintf_title(struct hists *hists, char *bf, size_t size, bool show_freq);
|
H A D | hist.c | 2744 int __hists__scnprintf_title(struct hists *hists, char *bf, size_t size, bool show_freq) in __hists__scnprintf_title() argument 2788 if (show_freq) in __hists__scnprintf_title()
|
Completed in 23 milliseconds