Lines Matching refs:S_IWUSR
461 static SENSOR_DEVICE_ATTR(fan1_min, S_IWUSR | S_IRUGO,
463 static SENSOR_DEVICE_ATTR(fan2_min, S_IWUSR | S_IRUGO,
465 static SENSOR_DEVICE_ATTR(fan3_min, S_IWUSR | S_IRUGO,
467 static SENSOR_DEVICE_ATTR(fan4_min, S_IWUSR | S_IRUGO,
469 static SENSOR_DEVICE_ATTR(fan5_min, S_IWUSR | S_IRUGO,
471 static SENSOR_DEVICE_ATTR(fan6_min, S_IWUSR | S_IRUGO,
473 static SENSOR_DEVICE_ATTR(fan7_min, S_IWUSR | S_IRUGO,
475 static SENSOR_DEVICE_ATTR(fan8_min, S_IWUSR | S_IRUGO,
660 static SENSOR_DEVICE_ATTR(pwm1_enable, S_IWUSR | S_IRUGO,
662 static SENSOR_DEVICE_ATTR(pwm2_enable, S_IWUSR | S_IRUGO,
664 static SENSOR_DEVICE_ATTR(pwm3_enable, S_IWUSR | S_IRUGO,
666 static SENSOR_DEVICE_ATTR(pwm4_enable, S_IWUSR | S_IRUGO,
669 static SENSOR_DEVICE_ATTR(pwm1, S_IWUSR | S_IRUGO, show_pwm, set_pwm, 0);
670 static SENSOR_DEVICE_ATTR(pwm2, S_IWUSR | S_IRUGO, show_pwm, set_pwm, 1);
671 static SENSOR_DEVICE_ATTR(pwm3, S_IWUSR | S_IRUGO, show_pwm, set_pwm, 2);
672 static SENSOR_DEVICE_ATTR(pwm4, S_IWUSR | S_IRUGO, show_pwm, set_pwm, 3);