Home
last modified time | relevance | path

Searched refs:show_max (Results 1 – 6 of 6) sorted by relevance

/drivers/cpufreq/
Ds3c24xx-cpufreq-debugfs.c33 static void show_max(struct seq_file *seq, struct s3c_freq *f) in show_max() function
60 show_max(seq, &brd->max); in board_show()
96 show_max(seq, &cfg->max); in info_show()
/drivers/hwmon/
Dabx500.c227 static ssize_t show_max(struct device *dev, in show_max() function
282 static SENSOR_DEVICE_ATTR(temp1_max, S_IWUSR | S_IRUGO, show_max, set_max, 0);
292 static SENSOR_DEVICE_ATTR(temp2_max, S_IWUSR | S_IRUGO, show_max, set_max, 1);
302 static SENSOR_DEVICE_ATTR(temp3_max, S_IWUSR | S_IRUGO, show_max, set_max, 2);
312 static SENSOR_DEVICE_ATTR(temp4_max, S_IWUSR | S_IRUGO, show_max, set_max, 3);
Dmenf21bmc_hwmon.c133 show_max(struct device *dev, struct device_attribute *devattr, char *buf) in show_max() function
147 show_max, NULL, idx); \
Dadm9240.c272 static ssize_t show_max(struct device *dev, struct device_attribute *devattr, in show_max() function
303 show_max, set_max, 0);
305 show_max, set_max, 1);
Dstts751.c524 static ssize_t show_max(struct device *dev, struct device_attribute *attr, in show_max() function
751 static SENSOR_DEVICE_ATTR(temp1_max, 0644, show_max, set_max, 0);
/drivers/media/usb/pvrusb2/
Dpvrusb2-sysfs.c131 static ssize_t show_max(struct device *class_dev, in show_max() function
340 cip->attr_max.show = show_max; in pvr2_sysfs_add_control()