Lines Matching refs:SENSOR_DEVICE_ATTR_RO

317 static SENSOR_DEVICE_ATTR_RO(temp1_input, temp, 0);
318 static SENSOR_DEVICE_ATTR_RO(temp2_input, temp, 1);
319 static SENSOR_DEVICE_ATTR_RO(temp3_input, temp, 2);
320 static SENSOR_DEVICE_ATTR_RO(temp4_input, temp, 3);
321 static SENSOR_DEVICE_ATTR_RO(temp5_input, temp, 4);
322 static SENSOR_DEVICE_ATTR_RO(temp6_input, temp, 5);
323 static SENSOR_DEVICE_ATTR_RO(temp7_input, temp, 6);
324 static SENSOR_DEVICE_ATTR_RO(temp8_input, temp, 7);
325 static SENSOR_DEVICE_ATTR_RO(temp1_fault, temp_fault, 0);
326 static SENSOR_DEVICE_ATTR_RO(temp2_fault, temp_fault, 1);
327 static SENSOR_DEVICE_ATTR_RO(temp3_fault, temp_fault, 2);
328 static SENSOR_DEVICE_ATTR_RO(temp4_fault, temp_fault, 3);
329 static SENSOR_DEVICE_ATTR_RO(temp5_fault, temp_fault, 4);
330 static SENSOR_DEVICE_ATTR_RO(temp6_fault, temp_fault, 5);
331 static SENSOR_DEVICE_ATTR_RO(temp7_fault, temp_fault, 6);
332 static SENSOR_DEVICE_ATTR_RO(temp8_fault, temp_fault, 7);
333 static SENSOR_DEVICE_ATTR_RO(temp1_max, temp_max, 0);
334 static SENSOR_DEVICE_ATTR_RO(temp2_max, temp_max, 1);
335 static SENSOR_DEVICE_ATTR_RO(temp3_max, temp_max, 2);
336 static SENSOR_DEVICE_ATTR_RO(temp4_max, temp_max, 3);
337 static SENSOR_DEVICE_ATTR_RO(temp5_max, temp_max, 4);
338 static SENSOR_DEVICE_ATTR_RO(temp6_max, temp_max, 5);
339 static SENSOR_DEVICE_ATTR_RO(temp7_max, temp_max, 6);
340 static SENSOR_DEVICE_ATTR_RO(temp8_max, temp_max, 7);
341 static SENSOR_DEVICE_ATTR_RO(temp1_crit, temp_crit, 0);
342 static SENSOR_DEVICE_ATTR_RO(temp2_crit, temp_crit, 1);
343 static SENSOR_DEVICE_ATTR_RO(temp3_crit, temp_crit, 2);
344 static SENSOR_DEVICE_ATTR_RO(temp4_crit, temp_crit, 3);
345 static SENSOR_DEVICE_ATTR_RO(temp5_crit, temp_crit, 4);
346 static SENSOR_DEVICE_ATTR_RO(temp6_crit, temp_crit, 5);
347 static SENSOR_DEVICE_ATTR_RO(temp7_crit, temp_crit, 6);
348 static SENSOR_DEVICE_ATTR_RO(temp8_crit, temp_crit, 7);
350 static SENSOR_DEVICE_ATTR_RO(fan1_input, fan, 0);
351 static SENSOR_DEVICE_ATTR_RO(fan2_input, fan, 1);
352 static SENSOR_DEVICE_ATTR_RO(fan3_input, fan, 2);
353 static SENSOR_DEVICE_ATTR_RO(fan4_input, fan, 3);
354 static SENSOR_DEVICE_ATTR_RO(fan1_fault, fan_fault, 0);
355 static SENSOR_DEVICE_ATTR_RO(fan2_fault, fan_fault, 1);
356 static SENSOR_DEVICE_ATTR_RO(fan3_fault, fan_fault, 2);
357 static SENSOR_DEVICE_ATTR_RO(fan4_fault, fan_fault, 3);
358 static SENSOR_DEVICE_ATTR_RO(fan1_min, fan_min, 0);
359 static SENSOR_DEVICE_ATTR_RO(fan2_min, fan_min, 1);
360 static SENSOR_DEVICE_ATTR_RO(fan3_min, fan_min, 2);
361 static SENSOR_DEVICE_ATTR_RO(fan4_min, fan_min, 3);
363 static SENSOR_DEVICE_ATTR_RO(in0_input, in, 0);
364 static SENSOR_DEVICE_ATTR_RO(in1_input, in, 1);
365 static SENSOR_DEVICE_ATTR_RO(in2_input, in, 2);
366 static SENSOR_DEVICE_ATTR_RO(in3_input, in, 3);
367 static SENSOR_DEVICE_ATTR_RO(in4_input, in, 4);
368 static SENSOR_DEVICE_ATTR_RO(in0_label, in_label, 0);
369 static SENSOR_DEVICE_ATTR_RO(in1_label, in_label, 1);
370 static SENSOR_DEVICE_ATTR_RO(in2_label, in_label, 2);
371 static SENSOR_DEVICE_ATTR_RO(in3_label, in_label, 3);