Searched refs:_nvkm_therm_fini (Results 1 – 5 of 5) sorted by relevance
69 int _nvkm_therm_fini(struct nvkm_object *, bool);
196 .fini = _nvkm_therm_fini,
223 .fini = _nvkm_therm_fini,
254 return _nvkm_therm_fini(object, suspend); in g84_therm_fini()
308 _nvkm_therm_fini(struct nvkm_object *object, bool suspend) in _nvkm_therm_fini() function