Lines Matching refs:subdev
91 struct nvkm_subdev *subdev = &therm->subdev; in nvkm_therm_update() local
92 struct nvkm_timer *tmr = subdev->device->timer; in nvkm_therm_update()
138 nvkm_debug(subdev, "FAN target request: %d%%\n", duty); in nvkm_therm_update()
146 struct nvkm_subdev *subdev = &therm->subdev; in nvkm_therm_cstate() local
149 nvkm_debug(subdev, "default fan speed -> %d%%\n", fan); in nvkm_therm_cstate()
167 struct nvkm_subdev *subdev = &therm->subdev; in nvkm_therm_fan_mode() local
168 struct nvkm_device *device = subdev->device; in nvkm_therm_fan_mode()
190 nvkm_debug(subdev, "fan management: %s\n", name[mode]); in nvkm_therm_fan_mode()
285 nvkm_therm_intr(struct nvkm_subdev *subdev) in nvkm_therm_intr() argument
287 struct nvkm_therm *therm = nvkm_therm(subdev); in nvkm_therm_intr()
293 nvkm_therm_fini(struct nvkm_subdev *subdev, bool suspend) in nvkm_therm_fini() argument
295 struct nvkm_therm *therm = nvkm_therm(subdev); in nvkm_therm_fini()
312 nvkm_therm_oneinit(struct nvkm_subdev *subdev) in nvkm_therm_oneinit() argument
314 struct nvkm_therm *therm = nvkm_therm(subdev); in nvkm_therm_oneinit()
324 nvkm_therm_init(struct nvkm_subdev *subdev) in nvkm_therm_init() argument
326 struct nvkm_therm *therm = nvkm_therm(subdev); in nvkm_therm_init()
344 nvkm_therm_dtor(struct nvkm_subdev *subdev) in nvkm_therm_dtor() argument
346 struct nvkm_therm *therm = nvkm_therm(subdev); in nvkm_therm_dtor()
369 nvkm_subdev_ctor(&nvkm_therm, device, index, 0, &therm->subdev); in nvkm_therm_new_()