Lines Matching refs:attributes
46 It creates the standard sysfs attributes in the hardware monitoring core,
48 of having to bother with sysfs attributes. The parent device parameter
132 is optional, but must be provided if any readable attributes exist.
136 optional, but must be provided if any writeable attributes exist.
154 hwmon_chip A virtual sensor type, used to describe attributes
169 describing the attributes supposed by a single sensor.
233 HWMON_C_xxxx Chip attributes, for use with hwmon_chip.
234 HWMON_T_xxxx Temperature attributes, for use with hwmon_temp.
235 HWMON_I_xxxx Voltage attributes, for use with hwmon_in.
236 HWMON_C_xxxx Current attributes, for use with hwmon_curr.
237 Notice the prefix overlap with chip attributes.
238 HWMON_P_xxxx Power attributes, for use with hwmon_power.
239 HWMON_E_xxxx Energy attributes, for use with hwmon_energy.
240 HWMON_H_xxxx Humidity attributes, for use with hwmon_humidity.
241 HWMON_F_xxxx Fan speed attributes, for use with hwmon_fan.
242 HWMON_PWM_xxxx PWM control attributes, for use with hwmon_pwm.
318 Driver-provided sysfs attributes
322 attributes since the hardware monitoring core creates those internally.
323 Only additional non-standard sysfs attributes need to be provided.
326 declare and use hardware monitoring sysfs attributes.
329 DEVICE_ATTR_{RW,RO,WO} to declare such attributes. This is feasible if an
334 SENSOR_DEVICE_ATTR and SENSOR_DEVICE_ATTR_2 can be used to define attributes