Searched refs:show_temp_type (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/drivers/hwmon/ |
D | f71805f.c | 889 static ssize_t show_temp_type(struct device *dev, struct device_attribute in show_temp_type() function 1061 static SENSOR_DEVICE_ATTR(temp1_type, S_IRUGO, show_temp_type, NULL, 0); 1067 static SENSOR_DEVICE_ATTR(temp2_type, S_IRUGO, show_temp_type, NULL, 1); 1073 static SENSOR_DEVICE_ATTR(temp3_type, S_IRUGO, show_temp_type, NULL, 2);
|
D | f71882fg.c | 337 static ssize_t show_temp_type(struct device *dev, struct device_attribute 458 SENSOR_ATTR_2(temp1_type, S_IRUGO, show_temp_type, NULL, 0, 1), 473 SENSOR_ATTR_2(temp2_type, S_IRUGO, show_temp_type, NULL, 0, 2), 488 SENSOR_ATTR_2(temp3_type, S_IRUGO, show_temp_type, NULL, 0, 3), 1721 static ssize_t show_temp_type(struct device *dev, struct device_attribute in show_temp_type() function
|
D | nct6683.c | 849 show_temp_type(struct device *dev, struct device_attribute *attr, char *buf) in show_temp_type() function 886 SENSOR_TEMPLATE(temp_type, "temp%d_type", S_IRUGO, show_temp_type, NULL, 0);
|
D | it87.c | 1019 static ssize_t show_temp_type(struct device *dev, struct device_attribute *attr, in show_temp_type() function 1087 static SENSOR_DEVICE_ATTR(temp1_type, S_IRUGO | S_IWUSR, show_temp_type, 1089 static SENSOR_DEVICE_ATTR(temp2_type, S_IRUGO | S_IWUSR, show_temp_type, 1091 static SENSOR_DEVICE_ATTR(temp3_type, S_IRUGO | S_IWUSR, show_temp_type,
|
D | nct6775-core.c | 2181 show_temp_type(struct device *dev, struct device_attribute *attr, char *buf) in show_temp_type() function 2297 SENSOR_TEMPLATE(temp_type, "temp%d_type", 0644, show_temp_type, store_temp_type, 0);
|