Searched refs:int3400_thermal_uuids (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/thermal/intel/int340x_thermal/ |
H A D | int3400_thermal.c | 33 static char *int3400_thermal_uuids[INT3400_THERMAL_MAXIMUM_UUID] = { variable 133 int3400_thermal_uuids[i]); in available_uuids_show() 148 int3400_thermal_uuids[priv->current_uuid_index]); in current_uuid_show() 159 if (!strncmp(buf, int3400_thermal_uuids[i], in current_uuid_store() 160 sizeof(int3400_thermal_uuids[i]) - 1)) { in current_uuid_store() 224 guid_parse(int3400_thermal_uuids[j], &guid); in int3400_thermal_get_uuids() 252 context.uuid_str = int3400_thermal_uuids[uuid]; in int3400_thermal_run_osc()
|
/kernel/linux/linux-6.6/drivers/thermal/intel/int340x_thermal/ |
H A D | int3400_thermal.c | 34 static char *int3400_thermal_uuids[INT3400_THERMAL_MAXIMUM_UUID] = { variable 135 length += sysfs_emit_at(buf, length, "%s\n", int3400_thermal_uuids[i]); in available_uuids_show() 149 int3400_thermal_uuids[priv->current_uuid_index]); in current_uuid_show() 153 length += sysfs_emit_at(buf, length, "%s\n", int3400_thermal_uuids[i]); in current_uuid_show() 217 if (!strncmp(buf, int3400_thermal_uuids[i], in current_uuid_store() 218 sizeof(int3400_thermal_uuids[i]) - 1)) { in current_uuid_store() 301 guid_parse(int3400_thermal_uuids[j], &guid); in int3400_thermal_get_uuids() 526 int3400_thermal_uuids[priv->current_uuid_index], in int3400_thermal_change_mode()
|
Completed in 2 milliseconds