Lines Matching refs:S_IRUGO
343 static SENSOR_DEVICE_ATTR(temp1_input, S_IRUGO, adt7x10_show_temp, NULL, 0);
344 static SENSOR_DEVICE_ATTR(temp1_max, S_IWUSR | S_IRUGO,
346 static SENSOR_DEVICE_ATTR(temp1_min, S_IWUSR | S_IRUGO,
348 static SENSOR_DEVICE_ATTR(temp1_crit, S_IWUSR | S_IRUGO,
350 static SENSOR_DEVICE_ATTR(temp1_max_hyst, S_IWUSR | S_IRUGO,
352 static SENSOR_DEVICE_ATTR(temp1_min_hyst, S_IRUGO,
354 static SENSOR_DEVICE_ATTR(temp1_crit_hyst, S_IRUGO,
356 static SENSOR_DEVICE_ATTR(temp1_min_alarm, S_IRUGO, adt7x10_show_alarm,
358 static SENSOR_DEVICE_ATTR(temp1_max_alarm, S_IRUGO, adt7x10_show_alarm,
360 static SENSOR_DEVICE_ATTR(temp1_crit_alarm, S_IRUGO, adt7x10_show_alarm,
362 static DEVICE_ATTR(name, S_IRUGO, adt7x10_show_name, NULL);