Lines Matching defs:volt
41 #include <nvkm/subdev/volt.h>
374 struct nvkm_volt *volt = nvxx_volt(&drm->client.device);
376 if (!volt || nvkm_volt_get(volt) < 0)
498 struct nvkm_volt *volt = nvxx_volt(&drm->client.device);
501 if (!volt)
508 ret = nvkm_volt_get(volt);
512 *val = volt->min_uv > 0 ? (volt->min_uv / 1000) : -ENODEV;
515 *val = volt->max_uv > 0 ? (volt->max_uv / 1000) : -ENODEV;
725 struct nvkm_volt *volt = nvxx_volt(&drm->client.device);
732 if (!iccsense && !therm && !volt) {