···168168 * hwmon_energy Energy sensor169169 * hwmon_humidity Humidity sensor170170 * hwmon_fan Fan speed sensor171171+ * hwmon_pwm PWM control171172172173* config: Pointer to a 0-terminated list of configuration values for each173174 sensor of the given type. Each value is a combination of bit values···231230HWMON_E_xxxx Energy attributes, for use with hwmon_energy.232231HWMON_H_xxxx Humidity attributes, for use with hwmon_humidity.233232HWMON_F_xxxx Fan speed attributes, for use with hwmon_fan.233233+HWMON_PWM_xxxx PWM control attributes, for use with hwmon_pwm.234234235235Driver callback functions236236-------------------------