Lines Matching refs:S_IRUGO
657 static DEVICE_ATTR(fan1_input, S_IRUGO, fan_show, NULL);
658 static DEVICE_ATTR(temp1_input, S_IRUGO, temp_cpu, NULL);
659 static DEVICE_ATTR(temp2_input, S_IRUGO, temp_cpu_local, NULL);
660 static DEVICE_ATTR(temp3_input, S_IRUGO, temp_cpu_DTS, NULL);
661 static DEVICE_ATTR(temp4_input, S_IRUGO, temp_northbridge, NULL);
662 static DEVICE_ATTR(temp5_input, S_IRUGO, temp_vga, NULL);
663 static DEVICE_ATTR(temp6_input, S_IRUGO, temp_SKIN, NULL);
664 static DEVICE_ATTR(temp1_label, S_IRUGO, label_cpu, NULL);
665 static DEVICE_ATTR(temp2_label, S_IRUGO, label_cpu_local, NULL);
666 static DEVICE_ATTR(temp3_label, S_IRUGO, label_cpu_DTS, NULL);
667 static DEVICE_ATTR(temp4_label, S_IRUGO, label_northbridge, NULL);
668 static DEVICE_ATTR(temp5_label, S_IRUGO, label_vga, NULL);
669 static DEVICE_ATTR(temp6_label, S_IRUGO, label_SKIN, NULL);
670 static DEVICE_ATTR(pwm1, S_IRUGO | S_IWUSR, pwm_show, pwm_store);
672 S_IRUGO | S_IWUSR, pwm_enable_show, pwm_enable_store);