Home
last modified time | relevance | path

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

/drivers/cpufreq/
Ds3c24xx-cpufreq-debugfs.c31 static void show_max(struct seq_file *seq, struct s3c_freq *f) in show_max() function
58 show_max(seq, &brd->max); in board_show()
94 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); \
Dlm95241.c237 static ssize_t show_max(struct device *dev, struct device_attribute *attr, in show_max() function
308 static SENSOR_DEVICE_ATTR(temp2_max, S_IWUSR | S_IRUGO, show_max, set_max,
310 static SENSOR_DEVICE_ATTR(temp3_max, S_IWUSR | S_IRUGO, show_max, set_max,
Dadm9240.c269 static ssize_t show_max(struct device *dev, struct device_attribute *devattr, in show_max() function
300 show_max, set_max, 0);
302 show_max, set_max, 1);
/drivers/media/usb/pvrusb2/
Dpvrusb2-sysfs.c136 static ssize_t show_max(struct device *class_dev, in show_max() function
345 cip->attr_max.show = show_max; in pvr2_sysfs_add_control()