Lines Matching full:attribute
60 function wil create a name sysfs attribute pointing to this name.
65 a pointer to a list of sysfs attribute groups. The list must be NULL terminated.
66 hwmon_device_register_with_groups creates the hwmon device with name attribute
126 sysfs attribute groups.
161 attribute. This function is mandatory.
207 the update_interval attribute (HWMON_C_UPDATE_INTERVAL). The chip supports
262 A complete list of bit values indicating individual attribute support
293 Attribute identifier associated with a specific attribute.
294 For example, the attribute value for HWMON_T_INPUT would be
296 attribute values please see include/linux/hwmon.h.
301 The file mode for this attribute. Typically, this will be 0 (the
302 attribute will not be created), S_IRUGO, or 'S_IRUGO | S_IWUSR'.
315 Attribute identifier associated with a specific attribute.
316 For example, the attribute value for HWMON_T_INPUT would be
322 Pointer to attribute value.
338 Attribute identifier associated with a specific attribute.
339 For example, the attribute value for HWMON_T_INPUT would be
365 attribute has no additional context. However, in many cases there will be
367 to the sysfs attribute handling function.
374 and should be used if standard attribute permissions and function names are
389 attribute read or write function. Its parameter is the device to which the
390 attribute is attached.
402 is the device to which the attribute is attached.