Lines Matching refs:S_IRUGO

47 module_param(pwminv, int, S_IRUGO);
50 module_param(init, int, S_IRUGO);
737 static SENSOR_DEVICE_ATTR(temp1_input, S_IRUGO,
739 static SENSOR_DEVICE_ATTR(temp1_min, S_IRUGO | S_IWUSR, get_temp,
741 static SENSOR_DEVICE_ATTR(temp1_max, S_IRUGO | S_IWUSR, get_temp,
743 static SENSOR_DEVICE_ATTR(temp1_crit, S_IRUGO | S_IWUSR, get_temp,
745 static SENSOR_DEVICE_ATTR(temp1_min_alarm, S_IRUGO,
747 static SENSOR_DEVICE_ATTR(temp1_max_alarm, S_IRUGO,
749 static SENSOR_DEVICE_ATTR(temp1_crit_alarm, S_IRUGO,
751 static SENSOR_DEVICE_ATTR(temp2_input, S_IRUGO,
753 static SENSOR_DEVICE_ATTR(temp2_min, S_IRUGO | S_IWUSR, get_temp,
755 static SENSOR_DEVICE_ATTR(temp2_max, S_IRUGO | S_IWUSR, get_temp,
757 static SENSOR_DEVICE_ATTR(temp2_crit, S_IRUGO | S_IWUSR, get_temp,
759 static SENSOR_DEVICE_ATTR(temp2_fault, S_IRUGO,
761 static SENSOR_DEVICE_ATTR(temp2_min_alarm, S_IRUGO,
763 static SENSOR_DEVICE_ATTR(temp2_max_alarm, S_IRUGO,
765 static SENSOR_DEVICE_ATTR(temp2_crit_alarm, S_IRUGO,
767 static SENSOR_DEVICE_ATTR(fan1_input, S_IRUGO, get_fan, NULL, IDX_FAN1_INPUT);
768 static SENSOR_DEVICE_ATTR(fan1_min, S_IRUGO | S_IWUSR,
770 static SENSOR_DEVICE_ATTR(fan1_max, S_IRUGO | S_IWUSR,
772 static SENSOR_DEVICE_ATTR(fan1_fault, S_IRUGO, get_fan1_fault, NULL, 0);
773 static SENSOR_DEVICE_ATTR(fan1_div, S_IRUGO | S_IWUSR,
776 static SENSOR_DEVICE_ATTR(pwm1, S_IWUSR | S_IRUGO, get_pwm1, set_pwm1, 0);
777 static SENSOR_DEVICE_ATTR(pwm1_enable, S_IWUSR | S_IRUGO,
779 static SENSOR_DEVICE_ATTR(pwm1_auto_point1_pwm, S_IRUGO,
781 static SENSOR_DEVICE_ATTR(pwm1_auto_point2_pwm, S_IWUSR | S_IRUGO,
783 static SENSOR_DEVICE_ATTR(pwm1_auto_point3_pwm, S_IRUGO,
785 static SENSOR_DEVICE_ATTR(pwm1_auto_channels_temp, S_IRUGO,
787 static SENSOR_DEVICE_ATTR_2(temp1_auto_point1_temp, S_IRUGO,
789 static SENSOR_DEVICE_ATTR_2(temp1_auto_point2_temp, S_IWUSR | S_IRUGO,
791 static SENSOR_DEVICE_ATTR_2(temp1_auto_point3_temp, S_IWUSR | S_IRUGO,
794 static SENSOR_DEVICE_ATTR_2(temp2_auto_point1_temp, S_IWUSR | S_IRUGO,
796 static SENSOR_DEVICE_ATTR_2(temp2_auto_point2_temp, S_IWUSR | S_IRUGO,
798 static SENSOR_DEVICE_ATTR_2(temp2_auto_point3_temp, S_IWUSR | S_IRUGO,