Lines Matching refs:SENSOR_DEVICE_ATTR_RO
248 static SENSOR_DEVICE_ATTR_RO(temp1_input, temp, 0);
249 static SENSOR_DEVICE_ATTR_RO(temp2_input, temp, 1);
250 static SENSOR_DEVICE_ATTR_RO(temp3_input, temp, 2);
252 static SENSOR_DEVICE_ATTR_RO(temp1_max, temp, 3);
253 static SENSOR_DEVICE_ATTR_RO(temp2_max, temp, 4);
254 static SENSOR_DEVICE_ATTR_RO(temp3_max, temp, 5);
256 static SENSOR_DEVICE_ATTR_RO(temp1_min, temp, 6);
257 static SENSOR_DEVICE_ATTR_RO(temp2_min, temp, 7);
258 static SENSOR_DEVICE_ATTR_RO(temp3_min, temp, 8);
260 static SENSOR_DEVICE_ATTR_RO(fan1_input, fan, 0);
261 static SENSOR_DEVICE_ATTR_RO(fan2_input, fan, 1);
263 static SENSOR_DEVICE_ATTR_RO(fan1_min, fan, 2);
264 static SENSOR_DEVICE_ATTR_RO(fan2_min, fan, 3);