Lines Matching refs:S_IRUGO
695 static DEVICE_ATTR(fan1_input, S_IRUGO, fan_show, NULL);
696 static DEVICE_ATTR(temp1_input, S_IRUGO, temp_cpu, NULL);
697 static DEVICE_ATTR(temp2_input, S_IRUGO, temp_cpu_local, NULL);
698 static DEVICE_ATTR(temp3_input, S_IRUGO, temp_cpu_DTS, NULL);
699 static DEVICE_ATTR(temp4_input, S_IRUGO, temp_northbridge, NULL);
700 static DEVICE_ATTR(temp5_input, S_IRUGO, temp_vga, NULL);
701 static DEVICE_ATTR(temp6_input, S_IRUGO, temp_SKIN, NULL);
702 static DEVICE_ATTR(temp1_label, S_IRUGO, label_cpu, NULL);
703 static DEVICE_ATTR(temp2_label, S_IRUGO, label_cpu_local, NULL);
704 static DEVICE_ATTR(temp3_label, S_IRUGO, label_cpu_DTS, NULL);
705 static DEVICE_ATTR(temp4_label, S_IRUGO, label_northbridge, NULL);
706 static DEVICE_ATTR(temp5_label, S_IRUGO, label_vga, NULL);
707 static DEVICE_ATTR(temp6_label, S_IRUGO, label_SKIN, NULL);
708 static DEVICE_ATTR(pwm1, S_IRUGO | S_IWUSR, pwm_show, pwm_store);
710 S_IRUGO | S_IWUSR, pwm_enable_show, pwm_enable_store);