Home
last modified time | relevance | path

Searched refs:_nouveau_therm_fini (Results 1 – 5 of 5) sorted by relevance

/drivers/gpu/drm/nouveau/core/include/subdev/
Dtherm.h72 int _nouveau_therm_fini(struct nouveau_object *, bool);
/drivers/gpu/drm/nouveau/core/subdev/therm/
Dnv50.c195 .fini = _nouveau_therm_fini,
Dnv40.c222 .fini = _nouveau_therm_fini,
Dnv84.c256 return _nouveau_therm_fini(object, suspend); in nv84_therm_fini()
Dbase.c313 _nouveau_therm_fini(struct nouveau_object *object, bool suspend) in _nouveau_therm_fini() function