Lines Matching refs:subdev
35 struct nvkm_subdev *subdev = &therm->subdev; in nvkm_fan_update() local
36 struct nvkm_timer *tmr = subdev->device->timer; in nvkm_fan_update()
48 nvkm_debug(subdev, "FAN target: %d\n", target); in nvkm_fan_update()
73 nvkm_debug(subdev, "FAN update: %d\n", duty); in nvkm_fan_update()
126 struct nvkm_device *device = therm->subdev.device; in nvkm_therm_fan_sense()
216 struct nvkm_timer *tmr = therm->subdev.device->timer; in nvkm_therm_fan_fini()
225 struct nvkm_subdev *subdev = &therm->subdev; in nvkm_therm_fan_ctor() local
226 struct nvkm_device *device = subdev->device; in nvkm_therm_fan_ctor()
237 nvkm_debug(subdev, "GPIO_FAN is in input mode\n"); in nvkm_therm_fan_ctor()
253 nvkm_debug(subdev, "FAN control: %s\n", therm->fan->type); in nvkm_therm_fan_ctor()
273 nvkm_debug(subdev, "parsing the fan table failed\n"); in nvkm_therm_fan_ctor()
275 nvkm_error(subdev, "parsing both fan tables failed\n"); in nvkm_therm_fan_ctor()