Lines Matching refs:SENSOR_DEVICE_ATTR

176 static SENSOR_DEVICE_ATTR(temp1_min, S_IRUGO | S_IWUSR,
178 static SENSOR_DEVICE_ATTR(temp1_max, S_IRUGO | S_IWUSR,
180 static SENSOR_DEVICE_ATTR(temp1_crit, S_IRUGO | S_IWUSR,
182 static SENSOR_DEVICE_ATTR(temp1_input, S_IRUGO, show_temp, NULL, 0x00);
189 static SENSOR_DEVICE_ATTR(temp1_min_hyst, S_IRUGO, show_min_hyst, NULL, 0x06);
190 static SENSOR_DEVICE_ATTR(temp1_max_hyst, S_IRUGO, show_hyst, NULL, 0x05);
191 static SENSOR_DEVICE_ATTR(temp1_crit_hyst, S_IRUGO | S_IWUSR,
194 static SENSOR_DEVICE_ATTR(temp2_min, S_IRUGO | S_IWUSR,
196 static SENSOR_DEVICE_ATTR(temp2_max, S_IRUGO | S_IWUSR,
198 static SENSOR_DEVICE_ATTR(temp2_crit, S_IRUGO | S_IWUSR,
200 static SENSOR_DEVICE_ATTR(temp2_input, S_IRUGO, show_temp, NULL, 0x01);
208 static SENSOR_DEVICE_ATTR(temp2_min_hyst, S_IRUGO, show_min_hyst, NULL, 0x08);
209 static SENSOR_DEVICE_ATTR(temp2_max_hyst, S_IRUGO, show_hyst, NULL, 0x07);
210 static SENSOR_DEVICE_ATTR(temp2_crit_hyst, S_IRUGO, show_hyst, NULL, 0x19);
212 static SENSOR_DEVICE_ATTR(temp3_min, S_IRUGO | S_IWUSR,
214 static SENSOR_DEVICE_ATTR(temp3_max, S_IRUGO | S_IWUSR,
216 static SENSOR_DEVICE_ATTR(temp3_crit, S_IRUGO | S_IWUSR,
218 static SENSOR_DEVICE_ATTR(temp3_input, S_IRUGO, show_temp, NULL, 0x23);
226 static SENSOR_DEVICE_ATTR(temp3_min_hyst, S_IRUGO, show_min_hyst, NULL, 0x16);
227 static SENSOR_DEVICE_ATTR(temp3_max_hyst, S_IRUGO, show_hyst, NULL, 0x15);
228 static SENSOR_DEVICE_ATTR(temp3_crit_hyst, S_IRUGO, show_hyst, NULL, 0x1A);
230 static SENSOR_DEVICE_ATTR(temp4_min, S_IRUGO | S_IWUSR,
232 static SENSOR_DEVICE_ATTR(temp4_max, S_IRUGO | S_IWUSR,
234 static SENSOR_DEVICE_ATTR(temp4_crit, S_IRUGO | S_IWUSR,
236 static SENSOR_DEVICE_ATTR(temp4_input, S_IRUGO, show_temp, NULL, 0x2A);
244 static SENSOR_DEVICE_ATTR(temp4_min_hyst, S_IRUGO, show_min_hyst, NULL, 0x2D);
245 static SENSOR_DEVICE_ATTR(temp4_max_hyst, S_IRUGO, show_hyst, NULL, 0x2C);
246 static SENSOR_DEVICE_ATTR(temp4_crit_hyst, S_IRUGO, show_hyst, NULL, 0x30);