Searched refs:show_freq (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/hwmon/occ/ |
D | common.c | 786 ssize_t (*show_freq)(struct device *, struct device_attribute *, in occ_setup_sensor_attrs() local 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()
|
/linux-6.1.9/tools/perf/util/ |
D | annotate.h | 225 bool show_freq);
|
D | hist.h | 588 int __hists__scnprintf_title(struct hists *hists, char *bf, size_t size, bool show_freq);
|
D | hist.c | 2709 int __hists__scnprintf_title(struct hists *hists, char *bf, size_t size, bool show_freq) in __hists__scnprintf_title() argument 2753 if (show_freq) in __hists__scnprintf_title()
|