Lines Matching full:attribute

8  * "Gaming Series" of Lenovo laptop devices. Each attribute exposed by the
10 * allows the driver to probe details about the attribute such as if it is
212 /* Attribute Methods */
215 * int_type_show() - Emit the data type for an integer attribute
217 * @kattr: Pointer to the attribute calling this function.
229 * attr_capdata01_show() - Get the value of the specified attribute property
232 * @kattr: Pointer to the attribute calling this function.
234 * @tunable_attr: The attribute to be read.
235 * @prop: The property of this attribute to be read.
238 * specified attribute's "custom" thermal mode. This function is intended
242 * If the WMI is success the sysfs attribute is notified.
288 * attr_current_value_store() - Set the current value of the given attribute
290 * @kattr: Pointer to the attribute calling this function.
292 * @count: Required by sysfs attribute macros, pass in from the callee attr.
293 * @tunable_attr: The attribute to be stored.
295 * Sets the value of the given attribute when operating under the "custom"
299 * any integer attribute's "_store" function. The integer to be sent to the WMI
302 * If the value is valid and WMI is success, then the sysfs attribute is
356 * attr_current_value_show() - Get the current value of the given attribute
358 * @kattr: Pointer to the attribute calling this function.
360 * @tunable_attr: The attribute to be read.
362 * Retrieves the value of the given attribute for the current smartfan profile.
365 * attribute's "_show" function.
367 * If the WMI is success the sysfs attribute is notified.
403 /* Lenovo WMI Other Mode Attribute macros */
429 /* Attribute current value read/write */
446 /* Attribute property read only */
466 static struct attribute *_attrname##_attrs[] = { \
551 * lwmi_om_fw_attr_remove() - Unregister all capability data attribute groups
572 * firmware attribute groups.
597 * Unregister all capability data attribute groups. Then call