Home
last modified time | relevance | path

Searched refs:THERM (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwmon/
H A Dadt7475.c33 #define THERM 5 macro
405 * THERM in temp_show()
407 out = reg2temp(data, data->temp[THERM][sattr->index]) - in temp_show()
476 * into an offset based on THERM in temp_store()
479 /* Read fresh THERM and HYSTERSIS values from the chip */ in temp_store()
480 data->temp[THERM][sattr->index] = in temp_store()
484 temp = reg2temp(data, data->temp[THERM][sattr->index]); in temp_store()
522 case THERM: in temp_store()
1114 static SENSOR_DEVICE_ATTR_2_RW(temp1_crit, temp, THERM, 0);
1124 static SENSOR_DEVICE_ATTR_2_RW(temp2_crit, temp, THERM,
[all...]
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dadt7475.c32 #define THERM 5 macro
406 * THERM in temp_show()
408 out = reg2temp(data, data->temp[THERM][sattr->index]) - in temp_show()
477 * into an offset based on THERM in temp_store()
480 /* Read fresh THERM and HYSTERSIS values from the chip */ in temp_store()
481 data->temp[THERM][sattr->index] = in temp_store()
485 temp = reg2temp(data, data->temp[THERM][sattr->index]); in temp_store()
523 case THERM: in temp_store()
1115 static SENSOR_DEVICE_ATTR_2_RW(temp1_crit, temp, THERM, 0);
1125 static SENSOR_DEVICE_ATTR_2_RW(temp2_crit, temp, THERM,
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A Dbase.c2704 _(THERM , device->therm , &device->therm->subdev); in nvkm_device_subdev()

Completed in 7 milliseconds