Lines Matching defs:index

116 #define W83793_REG_BEEP(index)		(0x53 + (index))  argument
117 #define W83793_REG_ALARM(index) (0x4b + (index)) argument
146 #define W83793_REG_FAN(index) (0x23 + 2 * (index)) /* High byte */ argument
147 #define W83793_REG_FAN_MIN(index) (0x90 + 2 * (index)) /* High byte */ argument
159 #define W83793_REG_PWM(index, nr) (((nr) == 0 ? 0xb3 : \ argument
163 #define W83793_REG_TEMP_FAN_MAP(index) (0x201 + (index)) argument
164 #define W83793_REG_TEMP_TOL(index) (0x208 + (index)) argument
165 #define W83793_REG_TEMP_CRUISE(index) (0x210 + (index)) argument
166 #define W83793_REG_PWM_STOP_TIME(index) (0x228 + (index)) argument
167 #define W83793_REG_SF2_TEMP(index, nr) (0x230 + ((index) << 4) + (nr)) argument
168 #define W83793_REG_SF2_PWM(index, nr) (0x238 + ((index) << 4) + (nr)) argument
325 int index = sensor_attr->index; in show_vid() local
358 int index = sensor_attr->index >> 3; in show_alarm_beep() local
379 int index = sensor_attr->index >> 3; in store_beep() local
469 int index = sensor_attr->index; in show_fan() local
487 int index = sensor_attr->index; in store_fan_min() local
516 int index = sensor_attr->index; in show_pwm() local
535 int index = sensor_attr->index; in store_pwm() local
568 int index = sensor_attr->index; in show_temp() local
586 int index = sensor_attr->index; in store_temp() local
627 int index = sensor_attr->index; in show_temp_mode() local
652 int index = sensor_attr->index; in store_temp_mode() local
793 int index = sensor_attr->index; in show_sf_ctrl() local
818 int index = sensor_attr->index; in store_sf_ctrl() local
877 int index = sensor_attr->index; in show_sf2_pwm() local
892 int index = sensor_attr->index; in store_sf2_pwm() local
917 int index = sensor_attr->index; in show_sf2_temp() local
933 int index = sensor_attr->index; in store_sf2_temp() local
959 int index = sensor_attr->index; in show_in() local
979 int index = sensor_attr->index; in store_in() local
1015 #define SENSOR_ATTR_IN(index) \ argument
1028 #define SENSOR_ATTR_FAN(index) \ argument
1038 #define SENSOR_ATTR_PWM(index) \ argument
1048 #define SENSOR_ATTR_TEMP(index) \ argument