Searched refs:HYSTERSIS (Results 1 – 1 of 1) sorted by relevance
34 #define HYSTERSIS 6 macro398 case HYSTERSIS: in temp_show()475 case HYSTERSIS: in temp_store()491 data->temp[HYSTERSIS][sattr->index] &= 0xF0; in temp_store()492 data->temp[HYSTERSIS][sattr->index] |= (val & 0xF) << 4; in temp_store()494 data->temp[HYSTERSIS][sattr->index] &= 0x0F; in temp_store()495 data->temp[HYSTERSIS][sattr->index] |= (val & 0xF); in temp_store()498 out = data->temp[HYSTERSIS][sattr->index]; in temp_store()527 case HYSTERSIS: in temp_store()1117 static SENSOR_DEVICE_ATTR_2_RW(temp1_crit_hyst, temp, HYSTERSIS, 0);[all …]