Lines Matching refs:SENSOR_ATTR
260 SENSOR_ATTR(in0_input, S_IRUGO, show_in, NULL, 0),
261 SENSOR_ATTR(in1_input, S_IRUGO, show_in, NULL, 1),
262 SENSOR_ATTR(in2_input, S_IRUGO, show_in, NULL, 2),
266 SENSOR_ATTR(in0_min, S_IWUSR | S_IRUGO, show_in_min, store_in_min, 0),
267 SENSOR_ATTR(in1_min, S_IWUSR | S_IRUGO, show_in_min, store_in_min, 1),
268 SENSOR_ATTR(in2_min, S_IWUSR | S_IRUGO, show_in_min, store_in_min, 2),
272 SENSOR_ATTR(in0_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 0),
273 SENSOR_ATTR(in1_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 1),
274 SENSOR_ATTR(in2_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 2),
384 SENSOR_ATTR(fan1_input, S_IRUGO, show_fan, NULL, 0),
385 SENSOR_ATTR(fan2_input, S_IRUGO, show_fan, NULL, 1),
389 SENSOR_ATTR(fan1_min, S_IWUSR | S_IRUGO, show_fan_min,
391 SENSOR_ATTR(fan2_min, S_IWUSR | S_IRUGO, show_fan_min,
396 SENSOR_ATTR(fan1_div, S_IWUSR | S_IRUGO, show_fan_div,
398 SENSOR_ATTR(fan2_div, S_IWUSR | S_IRUGO, show_fan_div,
555 SENSOR_ATTR(pwm1, S_IWUSR | S_IRUGO, show_pwm, store_pwm, 0),
556 SENSOR_ATTR(pwm2, S_IWUSR | S_IRUGO, show_pwm, store_pwm, 1),
560 SENSOR_ATTR(pwm1_mode, S_IWUSR | S_IRUGO, show_pwm_mode,
562 SENSOR_ATTR(pwm2_mode, S_IWUSR | S_IRUGO, show_pwm_mode,
567 SENSOR_ATTR(pwm1_enable, S_IWUSR | S_IRUGO, show_pwm_enable,
569 SENSOR_ATTR(pwm2_enable, S_IWUSR | S_IRUGO, show_pwm_enable,
613 SENSOR_ATTR(pwm1_tolerance, S_IWUSR | S_IRUGO,
615 SENSOR_ATTR(pwm2_tolerance, S_IWUSR | S_IRUGO,