Lines Matching refs:SENSOR_DEVICE_ATTR_RW
498 static SENSOR_DEVICE_ATTR_RW(temp2_type, type, BIT(1));
499 static SENSOR_DEVICE_ATTR_RW(temp3_type, type, BIT(2));
500 static SENSOR_DEVICE_ATTR_RW(temp4_type, type, BIT(3));
501 static SENSOR_DEVICE_ATTR_RW(temp5_type, type, BIT(4));
503 static SENSOR_DEVICE_ATTR_RW(temp1_max, tcrit1, 0);
504 static SENSOR_DEVICE_ATTR_RW(temp2_max, tcrit2, 0);
505 static SENSOR_DEVICE_ATTR_RW(temp3_max, tcrit2, 1);
506 static SENSOR_DEVICE_ATTR_RW(temp4_max, tcrit1, 3);
507 static SENSOR_DEVICE_ATTR_RW(temp5_max, tcrit1, 4);
509 static SENSOR_DEVICE_ATTR_RW(temp1_max_hyst, tcrit1_hyst, 0);
521 static SENSOR_DEVICE_ATTR_RW(temp2_crit, tcrit1, 1);
522 static SENSOR_DEVICE_ATTR_RW(temp3_crit, tcrit1, 2);
530 static SENSOR_DEVICE_ATTR_RW(temp2_offset, offset, 0);
531 static SENSOR_DEVICE_ATTR_RW(temp3_offset, offset, 1);
532 static SENSOR_DEVICE_ATTR_RW(temp4_offset, offset, 2);
533 static SENSOR_DEVICE_ATTR_RW(temp5_offset, offset, 3);