Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/nouveau/
Dnouveau_hwmon.c57 struct nvkm_therm *therm = nvxx_therm(&drm->client.device); in nouveau_hwmon_temp1_auto_point1_temp()
69 struct nvkm_therm *therm = nvxx_therm(&drm->client.device); in nouveau_hwmon_set_temp1_auto_point1_temp()
90 struct nvkm_therm *therm = nvxx_therm(&drm->client.device); in nouveau_hwmon_temp1_auto_point1_temp_hyst()
102 struct nvkm_therm *therm = nvxx_therm(&drm->client.device); in nouveau_hwmon_set_temp1_auto_point1_temp_hyst()
123 struct nvkm_therm *therm = nvxx_therm(&drm->client.device); in nouveau_hwmon_get_pwm1_max()
139 struct nvkm_therm *therm = nvxx_therm(&drm->client.device); in nouveau_hwmon_get_pwm1_min()
155 struct nvkm_therm *therm = nvxx_therm(&drm->client.device); in nouveau_hwmon_set_pwm1_min()
178 struct nvkm_therm *therm = nvxx_therm(&drm->client.device); in nouveau_hwmon_set_pwm1_max()
328 struct nvkm_therm *therm = nvxx_therm(&drm->client.device); in nouveau_temp_is_visible()
352 struct nvkm_therm *therm = nvxx_therm(&drm->client.device); in nouveau_pwm_is_visible()
[all …]
/Linux-v4.19/drivers/gpu/drm/nouveau/include/nvif/
Ddevice.h72 #define nvxx_therm(a) nvxx_device(a)->therm macro