Lines Matching refs:SENSOR_DEVICE_ATTR_RW
408 static SENSOR_DEVICE_ATTR_RW(in0_min, in_min, 0);
409 static SENSOR_DEVICE_ATTR_RW(in0_max, in_max, 0);
411 static SENSOR_DEVICE_ATTR_RW(in1_min, in_min, 1);
412 static SENSOR_DEVICE_ATTR_RW(in1_max, in_max, 1);
414 static SENSOR_DEVICE_ATTR_RW(in2_min, in_min, 2);
415 static SENSOR_DEVICE_ATTR_RW(in2_max, in_max, 2);
417 static SENSOR_DEVICE_ATTR_RW(in3_min, in_min, 3);
418 static SENSOR_DEVICE_ATTR_RW(in3_max, in_max, 3);
420 static SENSOR_DEVICE_ATTR_RW(in4_min, in_min, 4);
421 static SENSOR_DEVICE_ATTR_RW(in4_max, in_max, 4);
487 static SENSOR_DEVICE_ATTR_RW(temp1_max, temp_over, 0);
488 static SENSOR_DEVICE_ATTR_RW(temp1_max_hyst, temp_hyst, 0);
490 static SENSOR_DEVICE_ATTR_RW(temp2_max, temp_over, 1);
491 static SENSOR_DEVICE_ATTR_RW(temp2_max_hyst, temp_hyst, 1);
493 static SENSOR_DEVICE_ATTR_RW(temp3_max, temp_over, 2);
494 static SENSOR_DEVICE_ATTR_RW(temp3_max_hyst, temp_hyst, 2);
562 static SENSOR_DEVICE_ATTR_RW(fan1_min, fan_min, 0);
563 static SENSOR_DEVICE_ATTR_RW(fan1_div, fan_div, 0);
565 static SENSOR_DEVICE_ATTR_RW(fan2_min, fan_min, 1);
566 static SENSOR_DEVICE_ATTR_RW(fan2_div, fan_div, 1);