Searched refs:HYSTERSIS (Results 1 – 1 of 1) sorted by relevance
36 HYSTERSIS = 6, enumerator410 case HYSTERSIS: in temp_show()487 case HYSTERSIS: in temp_store()503 data->temp[HYSTERSIS][sattr->index] &= 0x0F; in temp_store()504 data->temp[HYSTERSIS][sattr->index] |= (val & 0xF) << 4; in temp_store()506 data->temp[HYSTERSIS][sattr->index] &= 0xF0; in temp_store()507 data->temp[HYSTERSIS][sattr->index] |= (val & 0xF); in temp_store()510 out = data->temp[HYSTERSIS][sattr->index]; in temp_store()539 case HYSTERSIS: in temp_store()1133 static SENSOR_DEVICE_ATTR_2_RW(temp1_crit_hyst, temp, HYSTERSIS, 0);[all …]