Lines Matching refs:suspend
315 nvkm_therm_clkgate_fini(struct nvkm_therm *therm, bool suspend) in nvkm_therm_clkgate_fini() argument
322 suspend ? "suspend" : "fini"); in nvkm_therm_clkgate_fini()
323 therm->func->clkgate_fini(therm, suspend); in nvkm_therm_clkgate_fini()
344 nvkm_therm_fini(struct nvkm_subdev *subdev, bool suspend) in nvkm_therm_fini() argument
351 nvkm_therm_fan_fini(therm, suspend); in nvkm_therm_fini()
352 nvkm_therm_sensor_fini(therm, suspend); in nvkm_therm_fini()
354 if (suspend) { in nvkm_therm_fini()
355 therm->suspend = therm->mode; in nvkm_therm_fini()
383 if (therm->suspend >= 0) { in nvkm_therm_init()
385 if (therm->suspend > 0) in nvkm_therm_init()
388 nvkm_therm_fan_mode(therm, therm->suspend); in nvkm_therm_init()
438 therm->mode = therm->suspend = -1; /* undefined */ in nvkm_therm_ctor()