Lines Matching defs:index

129 #define W83793_REG_BEEP(index)		(0x53 + (index))  argument
130 #define W83793_REG_ALARM(index) (0x4b + (index)) argument
159 #define W83793_REG_FAN(index) (0x23 + 2 * (index)) /* High byte */ argument
160 #define W83793_REG_FAN_MIN(index) (0x90 + 2 * (index)) /* High byte */ argument
172 #define W83793_REG_PWM(index, nr) (((nr) == 0 ? 0xb3 : \ argument
176 #define W83793_REG_TEMP_FAN_MAP(index) (0x201 + (index)) argument
177 #define W83793_REG_TEMP_TOL(index) (0x208 + (index)) argument
178 #define W83793_REG_TEMP_CRUISE(index) (0x210 + (index)) argument
179 #define W83793_REG_PWM_STOP_TIME(index) (0x228 + (index)) argument
180 #define W83793_REG_SF2_TEMP(index, nr) (0x230 + ((index) << 4) + (nr)) argument
181 #define W83793_REG_SF2_PWM(index, nr) (0x238 + ((index) << 4) + (nr)) argument
339 int index = sensor_attr->index; in show_vid() local
372 int index = sensor_attr->index >> 3; in show_alarm_beep() local
393 int index = sensor_attr->index >> 3; in store_beep() local
483 int index = sensor_attr->index; in show_fan() local
501 int index = sensor_attr->index; in store_fan_min() local
530 int index = sensor_attr->index; in show_pwm() local
549 int index = sensor_attr->index; in store_pwm() local
582 int index = sensor_attr->index; in show_temp() local
600 int index = sensor_attr->index; in store_temp() local
641 int index = sensor_attr->index; in show_temp_mode() local
666 int index = sensor_attr->index; in store_temp_mode() local
807 int index = sensor_attr->index; in show_sf_ctrl() local
832 int index = sensor_attr->index; in store_sf_ctrl() local
891 int index = sensor_attr->index; in show_sf2_pwm() local
906 int index = sensor_attr->index; in store_sf2_pwm() local
931 int index = sensor_attr->index; in show_sf2_temp() local
947 int index = sensor_attr->index; in store_sf2_temp() local
973 int index = sensor_attr->index; in show_in() local
993 int index = sensor_attr->index; in store_in() local
1029 #define SENSOR_ATTR_IN(index) \ argument
1042 #define SENSOR_ATTR_FAN(index) \ argument
1052 #define SENSOR_ATTR_PWM(index) \ argument
1062 #define SENSOR_ATTR_TEMP(index) \ argument