Lines Matching refs:SENSOR_DEVICE_ATTR_RW

382 static SENSOR_DEVICE_ATTR_RW(auto_fan1_channel, fan_auto_channel, 0);
383 static SENSOR_DEVICE_ATTR_RW(auto_fan2_channel, fan_auto_channel, 1);
457 static SENSOR_DEVICE_ATTR_RW(auto_temp1_min, auto_temp_min, 0);
458 static SENSOR_DEVICE_ATTR_RW(auto_temp1_max, auto_temp_max, 0);
460 static SENSOR_DEVICE_ATTR_RW(auto_temp2_min, auto_temp_min, 1);
461 static SENSOR_DEVICE_ATTR_RW(auto_temp2_max, auto_temp_max, 1);
463 static SENSOR_DEVICE_ATTR_RW(auto_temp3_min, auto_temp_min, 2);
464 static SENSOR_DEVICE_ATTR_RW(auto_temp3_max, auto_temp_max, 2);
503 static SENSOR_DEVICE_ATTR_RW(pwm1, pwm, 0);
504 static SENSOR_DEVICE_ATTR_RW(pwm2, pwm, 1);
505 static SENSOR_DEVICE_ATTR_RW(auto_fan1_min_pwm, pwm, 0);
506 static SENSOR_DEVICE_ATTR_RW(auto_fan2_min_pwm, pwm, 1);
659 static SENSOR_DEVICE_ATTR_RW(fan1_min, fan_min, 0);
660 static SENSOR_DEVICE_ATTR_RW(fan1_div, fan_div, 0);
662 static SENSOR_DEVICE_ATTR_RW(fan2_min, fan_min, 1);
663 static SENSOR_DEVICE_ATTR_RW(fan2_div, fan_div, 1);
796 static SENSOR_DEVICE_ATTR_RW(temp1_offset, temp_offset, 0);
797 static SENSOR_DEVICE_ATTR_RW(temp1_min, temp_min, 0);
798 static SENSOR_DEVICE_ATTR_RW(temp1_max, temp_max, 0);
799 static SENSOR_DEVICE_ATTR_RW(temp1_crit, temp_crit, 0);
801 static SENSOR_DEVICE_ATTR_RW(temp2_offset, temp_offset, 1);
802 static SENSOR_DEVICE_ATTR_RW(temp2_min, temp_min, 1);
803 static SENSOR_DEVICE_ATTR_RW(temp2_max, temp_max, 1);
804 static SENSOR_DEVICE_ATTR_RW(temp2_crit, temp_crit, 1);
806 static SENSOR_DEVICE_ATTR_RW(temp3_offset, temp_offset, 2);
807 static SENSOR_DEVICE_ATTR_RW(temp3_min, temp_min, 2);
808 static SENSOR_DEVICE_ATTR_RW(temp3_max, temp_max, 2);
809 static SENSOR_DEVICE_ATTR_RW(temp3_crit, temp_crit, 2);