Searched refs:show_min (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/hwmon/ |
D | abx500.c | 218 static ssize_t show_min(struct device *dev, in show_min() function 281 static SENSOR_DEVICE_ATTR(temp1_min, S_IWUSR | S_IRUGO, show_min, set_min, 0); 291 static SENSOR_DEVICE_ATTR(temp2_min, S_IWUSR | S_IRUGO, show_min, set_min, 1); 301 static SENSOR_DEVICE_ATTR(temp3_min, S_IWUSR | S_IRUGO, show_min, set_min, 2); 311 static SENSOR_DEVICE_ATTR(temp4_min, S_IWUSR | S_IRUGO, show_min, set_min, 3);
|
D | menf21bmc_hwmon.c | 124 show_min(struct device *dev, struct device_attribute *devattr, char *buf) in show_min() function 145 show_min, NULL, idx); \
|
D | stts751.c | 558 static ssize_t show_min(struct device *dev, struct device_attribute *attr, in show_min() function 750 static SENSOR_DEVICE_ATTR(temp1_min, 0644, show_min, set_min, 0);
|
/Linux-v4.19/drivers/media/usb/pvrusb2/ |
D | pvrusb2-sysfs.c | 118 static ssize_t show_min(struct device *class_dev, in show_min() function 335 cip->attr_min.show = show_min; in pvr2_sysfs_add_control()
|