Lines Matching refs:attribute
55 function wil create a name sysfs attribute pointing to this name.
60 a pointer to a list of sysfs attribute groups. The list must be NULL terminated.
61 hwmon_device_register_with_groups creates the hwmon device with name attribute
110 sysfs attribute groups.
141 attribute. This function is mandatory.
179 the update_interval attribute (HWMON_C_UPDATE_INTERVAL). The chip supports
221 A complete list of bit values indicating individual attribute support
247 attr: Attribute identifier associated with a specific attribute.
248 For example, the attribute value for HWMON_T_INPUT would be
250 attribute values please see include/linux/hwmon.h.
254 The file mode for this attribute. Typically, this will be 0 (the
255 attribute will not be created), S_IRUGO, or 'S_IRUGO | S_IWUSR'.
263 attr: Attribute identifier associated with a specific attribute.
264 For example, the attribute value for HWMON_T_INPUT would be
268 val: Pointer to attribute value.
279 attr: Attribute identifier associated with a specific attribute.
280 For example, the attribute value for HWMON_T_INPUT would be
303 attributes. This is feasible if an attribute has no additional context. However,
305 will need to be passed to the sysfs attribute handling function.
320 attribute read or write function. Its parameter is the device to which the
321 attribute is attached.
333 is the device to which the attribute is attached.