Home
last modified time | relevance | path

Searched refs:current_uuid_index (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/thermal/intel/int340x_thermal/
Dint3400_thermal.c58 int current_uuid_index; member
148 if (priv->current_uuid_index > 0) in current_uuid_show()
150 int3400_thermal_uuids[priv->current_uuid_index]); in current_uuid_show()
228 priv->current_uuid_index = i; in current_uuid_store()
486 if (priv->current_uuid_index < 0 || in int3400_thermal_change_mode()
487 priv->current_uuid_index >= INT3400_THERMAL_MAXIMUM_UUID) in int3400_thermal_change_mode()
491 int3400_thermal_uuids[priv->current_uuid_index], in int3400_thermal_change_mode()
561 priv->current_uuid_index = -1; in int3400_thermal_probe()