Searched refs:show_freq (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/drivers/devfreq/ |
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);
|
/Linux-v5.4/drivers/hwmon/occ/ |
D | common.c | 733 ssize_t (*show_freq)(struct device *, struct device_attribute *, in occ_setup_sensor_attrs() local 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()
|
/Linux-v5.4/tools/perf/util/ |
D | annotate.h | 220 bool show_freq);
|
D | hist.h | 562 int __hists__scnprintf_title(struct hists *hists, char *bf, size_t size, bool show_freq);
|
D | hist.c | 2625 int __hists__scnprintf_title(struct hists *hists, char *bf, size_t size, bool show_freq) in __hists__scnprintf_title() argument 2669 if (show_freq) in __hists__scnprintf_title()
|