Home
last modified time | relevance | path

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

/linux-6.15/drivers/thermal/intel/int340x_thermal/
H A Dint3400_thermal.c59 int current_uuid_index; member
131 if (priv->current_uuid_index >= 0) in current_uuid_show()
133 int3400_thermal_uuids[priv->current_uuid_index]); in current_uuid_show()
208 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()