Lines Matching refs:SENSOR_DEVICE_ATTR_RW
165 static SENSOR_DEVICE_ATTR_RW(temp1_min, temp, 0x06);
166 static SENSOR_DEVICE_ATTR_RW(temp1_max, temp, 0x05);
167 static SENSOR_DEVICE_ATTR_RW(temp1_crit, temp, 0x20);
174 static SENSOR_DEVICE_ATTR_RW(temp1_crit_hyst, hyst, 0x20);
176 static SENSOR_DEVICE_ATTR_RW(temp2_min, temp, 0x08);
177 static SENSOR_DEVICE_ATTR_RW(temp2_max, temp, 0x07);
178 static SENSOR_DEVICE_ATTR_RW(temp2_crit, temp, 0x19);
188 static SENSOR_DEVICE_ATTR_RW(temp3_min, temp, 0x16);
189 static SENSOR_DEVICE_ATTR_RW(temp3_max, temp, 0x15);
190 static SENSOR_DEVICE_ATTR_RW(temp3_crit, temp, 0x1A);
200 static SENSOR_DEVICE_ATTR_RW(temp4_min, temp, 0x2D);
201 static SENSOR_DEVICE_ATTR_RW(temp4_max, temp, 0x2C);
202 static SENSOR_DEVICE_ATTR_RW(temp4_crit, temp, 0x30);