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
324 int index = sensor_attr->index; in show_vid() local
357 int index = sensor_attr->index >> 3; in show_alarm_beep() local
378 int index = sensor_attr->index >> 3; in store_beep() local
468 int index = sensor_attr->index; in show_fan() local
486 int index = sensor_attr->index; in store_fan_min() local
515 int index = sensor_attr->index; in show_pwm() local
534 int index = sensor_attr->index; in store_pwm() local
567 int index = sensor_attr->index; in show_temp() local
585 int index = sensor_attr->index; in store_temp() local
626 int index = sensor_attr->index; in show_temp_mode() local
651 int index = sensor_attr->index; in store_temp_mode() local
792 int index = sensor_attr->index; in show_sf_ctrl() local
817 int index = sensor_attr->index; in store_sf_ctrl() local
876 int index = sensor_attr->index; in show_sf2_pwm() local
891 int index = sensor_attr->index; in store_sf2_pwm() local
916 int index = sensor_attr->index; in show_sf2_temp() local
932 int index = sensor_attr->index; in store_sf2_temp() local
958 int index = sensor_attr->index; in show_in() local
978 int index = sensor_attr->index; in store_in() local
1014 #define SENSOR_ATTR_IN(index) \ argument
1027 #define SENSOR_ATTR_FAN(index) \ argument
1037 #define SENSOR_ATTR_PWM(index) \ argument
1047 #define SENSOR_ATTR_TEMP(index) \ argument