Home
last modified time | relevance | path

Searched refs:clkgate_fini (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H A Dpriv.h103 void (*clkgate_fini)(struct nvkm_therm *, bool); member
H A Dgk104.c105 .clkgate_fini = gk104_clkgate_fini,
H A Dbase.c317 if (!therm || !therm->func->clkgate_fini || !therm->clkgating_enabled) in nvkm_therm_clkgate_fini()
323 therm->func->clkgate_fini(therm, suspend); in nvkm_therm_clkgate_fini()