Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/intel/int340x_thermal/
H A Dint3400_thermal.c59 int current_uuid_index; member
147 if (priv->current_uuid_index > 0) in current_uuid_show()
149 int3400_thermal_uuids[priv->current_uuid_index]); in current_uuid_show()
224 priv->current_uuid_index = i; in current_uuid_store()
521 if (priv->current_uuid_index < 0 || in int3400_thermal_change_mode()
522 priv->current_uuid_index >= INT3400_THERMAL_MAXIMUM_UUID) in int3400_thermal_change_mode()
526 int3400_thermal_uuids[priv->current_uuid_index], in int3400_thermal_change_mode()
594 priv->current_uuid_index = -1; in int3400_thermal_probe()