Lines Matching full:attribute
56 function wil create a name sysfs attribute pointing to this name.
61 a pointer to a list of sysfs attribute groups. The list must be NULL terminated.
62 hwmon_device_register_with_groups creates the hwmon device with name attribute
110 sysfs attribute groups.
145 attribute. This function is mandatory.
191 the update_interval attribute (HWMON_C_UPDATE_INTERVAL). The chip supports
246 A complete list of bit values indicating individual attribute support
277 Attribute identifier associated with a specific attribute.
278 For example, the attribute value for HWMON_T_INPUT would be
280 attribute values please see include/linux/hwmon.h.
285 The file mode for this attribute. Typically, this will be 0 (the
286 attribute will not be created), S_IRUGO, or 'S_IRUGO | S_IWUSR'.
299 Attribute identifier associated with a specific attribute.
300 For example, the attribute value for HWMON_T_INPUT would be
306 Pointer to attribute value.
322 Attribute identifier associated with a specific attribute.
323 For example, the attribute value for HWMON_T_INPUT would be
349 attribute has no additional context. However, in many cases there will be
351 to the sysfs attribute handling function.
358 and should be used if standard attribute permissions and function names are
373 attribute read or write function. Its parameter is the device to which the
374 attribute is attached.
386 is the device to which the attribute is attached.