Searched full:axi_fan_control (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/hwmon/ |
H A D | axi-fan-control.c | 418 static SENSOR_DEVICE_ATTR_RW(pwm1_auto_point1_temp_hyst, axi_fan_control, ADI_REG_TEMP_00_H); 420 static SENSOR_DEVICE_ATTR_RW(pwm1_auto_point1_temp, axi_fan_control, ADI_REG_TEMP_25_L); 422 static SENSOR_DEVICE_ATTR_RW(pwm1_auto_point2_temp_hyst, axi_fan_control, ADI_REG_TEMP_25_H); 424 static SENSOR_DEVICE_ATTR_RW(pwm1_auto_point2_temp, axi_fan_control, ADI_REG_TEMP_50_L); 426 static SENSOR_DEVICE_ATTR_RW(pwm1_auto_point3_temp_hyst, axi_fan_control, ADI_REG_TEMP_50_H); 428 static SENSOR_DEVICE_ATTR_RW(pwm1_auto_point3_temp, axi_fan_control, ADI_REG_TEMP_75_L); 430 static SENSOR_DEVICE_ATTR_RW(pwm1_auto_point4_temp_hyst, axi_fan_control, ADI_REG_TEMP_75_H); 432 static SENSOR_DEVICE_ATTR_RW(pwm1_auto_point4_temp, axi_fan_control, ADI_REG_TEMP_100_L); 445 ATTRIBUTE_GROUPS(axi_fan_control); 452 const char *name = "axi_fan_control"; in axi_fan_control_probe()
|
/linux/Documentation/devicetree/bindings/hwmon/ |
H A D | adi,axi-fan-control.yaml | 17 https://wiki.analog.com/resources/fpga/docs/axi_fan_control 55 axi_fan_control: axi-fan-control@80000000 {
|