Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/thermal/intel/int340x_thermal/
H A Dint3400_thermal.c58 int current_uuid_index; member
144 if (priv->current_uuid_index == -1) in current_uuid_show()
148 int3400_thermal_uuids[priv->current_uuid_index]); in current_uuid_show()
169 priv->current_uuid_index = i; in current_uuid_store()
429 priv->current_uuid_index, in int3400_thermal_change_mode()
501 priv->current_uuid_index = -1; in int3400_thermal_probe()

Completed in 3 milliseconds