Searched refs:int3400_thermal_uuids (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/thermal/intel/int340x_thermal/ |
D | int3400_thermal.c | 34 static char *int3400_thermal_uuids[INT3400_THERMAL_MAXIMUM_UUID] = { variable 128 length += sysfs_emit_at(buf, length, "%s\n", int3400_thermal_uuids[i]); in available_uuids_show() 142 int3400_thermal_uuids[priv->current_uuid_index]); in current_uuid_show() 146 length += sysfs_emit_at(buf, length, "%s\n", int3400_thermal_uuids[i]); in current_uuid_show() 210 if (!strncmp(buf, int3400_thermal_uuids[i], in current_uuid_store() 211 sizeof(int3400_thermal_uuids[i]) - 1)) { in current_uuid_store() 294 guid_parse(int3400_thermal_uuids[j], &guid); in int3400_thermal_get_uuids() 519 int3400_thermal_uuids[priv->current_uuid_index], in int3400_thermal_change_mode()
|