HomeSort by: relevance | last modified time | path
    Searched refs:clkgate_enable (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm/
nouveau_nvkm_subdev_therm_gk104.c 109 .clkgate_enable = gk104_clkgate_enable,
priv.h 106 void (*clkgate_enable)(struct nvkm_therm *); member in struct:nvkm_therm_func
nouveau_nvkm_subdev_therm_base.c 313 if (!therm || !therm->func->clkgate_enable || !therm->clkgating_enabled)
318 therm->func->clkgate_enable(therm);
336 if (!therm->func->clkgate_enable || !therm->clkgating_enabled)

Completed in 17 milliseconds