Home
last modified time | relevance | path

Searched refs:attr_set (Results 1 – 5 of 5) sorted by relevance

/drivers/gpu/drm/nouveau/
Dnouveau_hwmon.c87 therm->attr_set(therm, NOUVEAU_THERM_ATTR_THRS_FAN_BOOST, in nouveau_hwmon_set_temp1_auto_point1_temp()
120 therm->attr_set(therm, NOUVEAU_THERM_ATTR_THRS_FAN_BOOST_HYST, in nouveau_hwmon_set_temp1_auto_point1_temp_hyst()
151 therm->attr_set(therm, NOUVEAU_THERM_ATTR_THRS_DOWN_CLK, value / 1000); in nouveau_hwmon_set_max_temp()
182 therm->attr_set(therm, NOUVEAU_THERM_ATTR_THRS_DOWN_CLK_HYST, in nouveau_hwmon_set_max_temp_hyst()
215 therm->attr_set(therm, NOUVEAU_THERM_ATTR_THRS_CRITICAL, value / 1000); in nouveau_hwmon_set_critical_temp()
249 therm->attr_set(therm, NOUVEAU_THERM_ATTR_THRS_CRITICAL_HYST, in nouveau_hwmon_set_critical_temp_hyst()
281 therm->attr_set(therm, NOUVEAU_THERM_ATTR_THRS_SHUTDOWN, value / 1000); in nouveau_hwmon_set_emergency_temp()
315 therm->attr_set(therm, NOUVEAU_THERM_ATTR_THRS_SHUTDOWN_HYST, in nouveau_hwmon_set_emergency_temp_hyst()
386 ret = therm->attr_set(therm, NOUVEAU_THERM_ATTR_FAN_MODE, value); in nouveau_hwmon_set_pwm1_enable()
464 ret = therm->attr_set(therm, NOUVEAU_THERM_ATTR_FAN_MIN_DUTY, value); in nouveau_hwmon_set_pwm1_min()
[all …]
/drivers/gpu/drm/nouveau/core/include/subdev/
Dtherm.h43 int (*attr_set)(struct nouveau_therm *, member
/drivers/scsi/ufs/
Dufshcd.h548 u8 attr_set, u32 mib_val, u8 peer);
Dufshcd.c2083 u8 attr_set, u32 mib_val, u8 peer) in ufshcd_dme_set_attr() argument
2096 uic_cmd.argument2 = UIC_ARG_ATTR_TYPE(attr_set); in ufshcd_dme_set_attr()
/drivers/gpu/drm/nouveau/core/subdev/therm/
Dbase.c351 priv->base.attr_set = nouveau_therm_attr_set; in nouveau_therm_create_()