Searched refs:HYSTERSIS (Results 1 – 1 of 1) sorted by relevance
35 HYSTERSIS = 6, enumerator409 case HYSTERSIS: in temp_show()486 case HYSTERSIS: in temp_store()502 data->temp[HYSTERSIS][sattr->index] &= 0x0F; in temp_store()503 data->temp[HYSTERSIS][sattr->index] |= (val & 0xF) << 4; in temp_store()505 data->temp[HYSTERSIS][sattr->index] &= 0xF0; in temp_store()506 data->temp[HYSTERSIS][sattr->index] |= (val & 0xF); in temp_store()509 out = data->temp[HYSTERSIS][sattr->index]; in temp_store()538 case HYSTERSIS: in temp_store()1132 static SENSOR_DEVICE_ATTR_2_RW(temp1_crit_hyst, temp, HYSTERSIS, 0);[all …]