Lines Matching refs:S_IRUGO
919 { SENSOR_ATTR_2(in##ix##_input, S_IRUGO, \
921 SENSOR_ATTR_2(in##ix##_min, S_IRUGO | S_IWUSR, \
923 SENSOR_ATTR_2(in##ix##_max, S_IRUGO | S_IWUSR, \
925 SENSOR_ATTR_2(in##ix##_alarm, S_IRUGO, \
965 { SENSOR_ATTR_2(temp##ix##_input, S_IRUGO, \
967 SENSOR_ATTR_2(temp##ix##_max, S_IRUGO | S_IWUSR, \
969 SENSOR_ATTR_2(temp##ix##_max_hyst, S_IRUGO | S_IWUSR, \
971 SENSOR_ATTR_2(temp##ix##_alarm, S_IRUGO, \
1014 SENSOR_ATTR_2(fan##ix##_input, S_IRUGO, \
1016 SENSOR_ATTR_2(fan##ix##_min, S_IRUGO | S_IWUSR, \
1018 SENSOR_ATTR_2(fan##ix##_div, S_IRUGO | S_IWUSR, \
1020 SENSOR_ATTR_2(fan##ix##_alarm, S_IRUGO, \
1024 SENSOR_ATTR_2(pwm##ix, S_IRUGO, \
1026 SENSOR_ATTR_2(pwm##ix##_enable, S_IRUGO | S_IWUSR, \
1028 SENSOR_ATTR_2(pwm##ix##_auto_channels_temp, S_IRUGO | S_IWUSR, \
1032 SENSOR_ATTR_2(pwm##ix##_freq, S_IRUGO | S_IWUSR, \
1036 SENSOR_ATTR_2(pwm##ix##_freq, S_IRUGO, \
1040 SENSOR_ATTR_2(pwm##ix##_auto_point##ap##_temp, S_IRUGO | S_IWUSR, \
1045 SENSOR_ATTR_2(pwm##ix##_auto_point##ap##_temp, S_IRUGO, \
1050 SENSOR_ATTR_2(pwm##ix##_auto_point##ap##_pwm, S_IRUGO | S_IWUSR, \
1055 SENSOR_ATTR_2(pwm##ix##_auto_point##ap##_pwm, S_IRUGO, \
1085 __ATTR(vrm, S_IRUGO | S_IWUSR, show_vrm, set_vrm),
1086 __ATTR(cpu0_vid, S_IRUGO, show_vid, NULL),
1087 __ATTR(name, S_IRUGO, show_name, NULL),
1088 __ATTR(alarms, S_IRUGO, show_alarms, NULL),