Searched refs:show_max (Results 1 – 6 of 6) sorted by relevance
/drivers/cpufreq/ |
D | s3c24xx-cpufreq-debugfs.c | 33 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/ |
D | abx500.c | 227 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);
|
D | menf21bmc_hwmon.c | 133 show_max(struct device *dev, struct device_attribute *devattr, char *buf) in show_max() function 147 show_max, NULL, idx); \
|
D | adm9240.c | 272 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);
|
D | stts751.c | 524 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/ |
D | pvrusb2-sysfs.c | 131 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()
|