Lines Matching refs:SENSOR_DEVICE_ATTR_RW
281 static SENSOR_DEVICE_ATTR_RW(temp1_min, min, 0);
282 static SENSOR_DEVICE_ATTR_RW(temp1_max, max, 0);
283 static SENSOR_DEVICE_ATTR_RW(temp1_max_hyst, max_hyst, 0);
290 static SENSOR_DEVICE_ATTR_RW(temp2_min, min, 1);
291 static SENSOR_DEVICE_ATTR_RW(temp2_max, max, 1);
292 static SENSOR_DEVICE_ATTR_RW(temp2_max_hyst, max_hyst, 1);
299 static SENSOR_DEVICE_ATTR_RW(temp3_min, min, 2);
300 static SENSOR_DEVICE_ATTR_RW(temp3_max, max, 2);
301 static SENSOR_DEVICE_ATTR_RW(temp3_max_hyst, max_hyst, 2);
308 static SENSOR_DEVICE_ATTR_RW(temp4_min, min, 3);
309 static SENSOR_DEVICE_ATTR_RW(temp4_max, max, 3);
310 static SENSOR_DEVICE_ATTR_RW(temp4_max_hyst, max_hyst, 3);