Searched refs:attr_get (Results 1 – 7 of 7) sorted by relevance
58 therm->attr_get(therm, NVKM_THERM_ATTR_THRS_FAN_BOOST) * 1000); in nouveau_hwmon_temp1_auto_point1_temp()91 therm->attr_get(therm, NVKM_THERM_ATTR_THRS_FAN_BOOST_HYST) * 1000); in nouveau_hwmon_temp1_auto_point1_temp_hyst()124 ret = therm->attr_get(therm, NVKM_THERM_ATTR_FAN_MAX_DUTY); in nouveau_hwmon_get_pwm1_max()140 ret = therm->attr_get(therm, NVKM_THERM_ATTR_FAN_MIN_DUTY); in nouveau_hwmon_get_pwm1_min()328 if (!therm || !therm->attr_get || nvkm_therm_temp_get(therm) < 0) in nouveau_temp_is_visible()352 if (!therm || !therm->attr_get || !therm->fan_get || in nouveau_pwm_is_visible()391 if (!therm || !therm->attr_get || nvkm_therm_fan_sense(therm) < 0) in nouveau_fan_is_visible()424 if (!therm || !therm->attr_get) in nouveau_temp_read()435 *val = therm->attr_get(therm, NVKM_THERM_ATTR_THRS_DOWN_CLK) in nouveau_temp_read()439 *val = therm->attr_get(therm, NVKM_THERM_ATTR_THRS_DOWN_CLK_HYST) in nouveau_temp_read()[all …]
96 int (*attr_get)(struct nvkm_therm *, enum nvkm_therm_attr_type); member
22 EXPORT int attr_get (const char *__path, const char *__attrname,
436 therm->attr_get = nvkm_therm_attr_get; in nvkm_therm_ctor()
1# ncurses 6.1 - patch 20191221 - Thomas E. Dickey 2# 3# --- ...
1# ncurses 6.1 - patch 20191130 - Thomas E. Dickey 2# 3# --- ...
1#!/bin/sh 2# Use this script to patch ncurses 6.1 to 6.1 ( ...