Searched refs:fan_get (Results 1 – 3 of 3) sorted by relevance
301 if (!therm || !therm->attr_get || !therm->fan_get || in nouveau_pwm_is_visible()302 therm->fan_get(therm) < 0) in nouveau_pwm_is_visible()475 if (!therm || !therm->attr_get || !therm->fan_get) in nouveau_pwm_read()485 *val = therm->fan_get(therm); in nouveau_pwm_read()689 if (therm->fan_get && therm->fan_get(therm) >= 0) in nouveau_hwmon_init()
93 int (*fan_get)(struct nvkm_therm *); member
434 therm->fan_get = nvkm_therm_fan_user_get; in nvkm_therm_ctor()