Searched refs:attr_set (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
D | nouveau_hwmon.c | 87 therm->attr_set(therm, NVKM_THERM_ATTR_THRS_FAN_BOOST, in nouveau_hwmon_set_temp1_auto_point1_temp() 120 therm->attr_set(therm, NVKM_THERM_ATTR_THRS_FAN_BOOST_HYST, in nouveau_hwmon_set_temp1_auto_point1_temp_hyst() 151 therm->attr_set(therm, NVKM_THERM_ATTR_THRS_DOWN_CLK, value / 1000); in nouveau_hwmon_set_max_temp() 182 therm->attr_set(therm, NVKM_THERM_ATTR_THRS_DOWN_CLK_HYST, in nouveau_hwmon_set_max_temp_hyst() 215 therm->attr_set(therm, NVKM_THERM_ATTR_THRS_CRITICAL, value / 1000); in nouveau_hwmon_set_critical_temp() 249 therm->attr_set(therm, NVKM_THERM_ATTR_THRS_CRITICAL_HYST, in nouveau_hwmon_set_critical_temp_hyst() 281 therm->attr_set(therm, NVKM_THERM_ATTR_THRS_SHUTDOWN, value / 1000); in nouveau_hwmon_set_emergency_temp() 315 therm->attr_set(therm, NVKM_THERM_ATTR_THRS_SHUTDOWN_HYST, in nouveau_hwmon_set_emergency_temp_hyst() 386 ret = therm->attr_set(therm, NVKM_THERM_ATTR_FAN_MODE, value); in nouveau_hwmon_set_pwm1_enable() 464 ret = therm->attr_set(therm, NVKM_THERM_ATTR_FAN_MIN_DUTY, value); in nouveau_hwmon_set_pwm1_min() [all …]
|
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
D | therm.h | 86 int (*attr_set)(struct nvkm_therm *, enum nvkm_therm_attr_type, int); member
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
D | base.c | 379 therm->attr_set = nvkm_therm_attr_set; in nvkm_therm_new_()
|
/linux-4.4.14/drivers/scsi/ufs/ |
D | ufshcd.h | 634 u8 attr_set, u32 mib_val, u8 peer);
|
D | ufshcd.c | 2122 u8 attr_set, u32 mib_val, u8 peer) in ufshcd_dme_set_attr() argument 2135 uic_cmd.argument2 = UIC_ARG_ATTR_TYPE(attr_set); in ufshcd_dme_set_attr()
|
/linux-4.4.14/Documentation/networking/ |
D | switchdev.txt | 380 For switchdev ops attr_set and obj_add, there is a 2 phase transaction model
|