Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/platform/x86/
Dasus-wmi.c114 #define FAN_CURVE_DEV_GPU 0x01 macro
2055 asus->custom_fan_curves[FAN_CURVE_DEV_GPU].enabled = false; in pwm1_enable_store()
2415 fan_idx = FAN_CURVE_DEV_GPU; in fan_curve_get_factory_default()
2454 return &asus->custom_fan_curves[index & FAN_CURVE_DEV_GPU]; in fan_curve_attr_select()
2463 return &asus->custom_fan_curves[nr & FAN_CURVE_DEV_GPU]; in fan_curve_attr_2_select()
2667 static SENSOR_DEVICE_ATTR_RW(pwm2_enable, fan_curve_enable, FAN_CURVE_DEV_GPU);
2669 FAN_CURVE_DEV_GPU, 0);
2671 FAN_CURVE_DEV_GPU, 1);
2673 FAN_CURVE_DEV_GPU, 2);
2675 FAN_CURVE_DEV_GPU, 3);
[all …]