Home
last modified time | relevance | path

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

/linux/drivers/thermal/intel/int340x_thermal/
H A Dint3400_thermal.c61 int current_uuid_index; member
133 if (priv->current_uuid_index >= 0) in current_uuid_show()
135 int3400_thermal_uuids[priv->current_uuid_index]); in current_uuid_show()
210 priv->current_uuid_index = i; in current_uuid_store()
505 if (priv->current_uuid_index < 0 || in int3400_thermal_change_mode()
506 priv->current_uuid_index >= INT3400_THERMAL_MAXIMUM_UUID) in int3400_thermal_change_mode()
510 int3400_thermal_uuids[priv->current_uuid_index], in int3400_thermal_change_mode()
577 priv->current_uuid_index = -1; in int3400_thermal_probe()