Lines Matching refs:S_IWUSR
596 static SENSOR_DEVICE_ATTR(fan##offset##_min, S_IRUGO | S_IWUSR, \
650 static DEVICE_ATTR(vrm, S_IRUGO | S_IWUSR, show_vrm_reg, store_vrm_reg);
835 static SENSOR_DEVICE_ATTR(pwm##offset, S_IRUGO | S_IWUSR, \
837 static SENSOR_DEVICE_ATTR(pwm##offset##_enable, S_IRUGO | S_IWUSR, \
839 static SENSOR_DEVICE_ATTR(pwm##offset##_freq, S_IRUGO | S_IWUSR, \
916 static SENSOR_DEVICE_ATTR(in##offset##_min, S_IRUGO | S_IWUSR, \
918 static SENSOR_DEVICE_ATTR(in##offset##_max, S_IRUGO | S_IWUSR, \
1006 static SENSOR_DEVICE_ATTR(temp##offset##_min, S_IRUGO | S_IWUSR, \
1008 static SENSOR_DEVICE_ATTR(temp##offset##_max, S_IRUGO | S_IWUSR, \
1112 S_IRUGO | S_IWUSR, show_pwm_auto_channels, \
1115 S_IRUGO | S_IWUSR, show_pwm_auto_pwm_min, \
1118 S_IRUGO | S_IWUSR, show_pwm_auto_pwm_minctl, \
1269 S_IRUGO | S_IWUSR, show_temp_auto_temp_off, \
1272 S_IRUGO | S_IWUSR, show_temp_auto_temp_min, \
1275 S_IRUGO | S_IWUSR, show_temp_auto_temp_max, \
1278 S_IRUGO | S_IWUSR, show_temp_auto_temp_crit, \