Searched refs:show_max (Results 1 – 6 of 6) sorted by relevance
/drivers/cpufreq/ |
D | s3c24xx-cpufreq-debugfs.c | 31 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/ |
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 | lm95241.c | 237 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,
|
D | adm9240.c | 269 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/ |
D | pvrusb2-sysfs.c | 136 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()
|