Home
last modified time | relevance | path

Searched refs:pwm_set (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/
Dtherm.h31 int (*pwm_set)(struct nvkm_therm *, int line, u32, u32); member
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
Dgm107.c76 priv->base.base.pwm_set = gm107_fan_pwm_set; in gm107_therm_ctor()
Dgt215.c83 priv->base.base.pwm_set = nv50_fan_pwm_set; in gt215_therm_ctor()
Dfanpwm.c80 ret = therm->pwm_set(therm, priv->func.line, divs, duty); in nvkm_fanpwm_set()
Dgf110.c157 priv->base.base.pwm_set = gf110_fan_pwm_set; in gf110_therm_ctor()
Dnv50.c170 priv->base.base.pwm_set = nv50_fan_pwm_set; in nv50_therm_ctor()
Dnv40.c199 priv->base.base.pwm_set = nv40_fan_pwm_set; in nv40_therm_ctor()
Dg84.c221 priv->base.base.pwm_set = nv50_fan_pwm_set; in g84_therm_ctor()