Lines Matching full:attributes
38 Attributes chapter
51 Attributes of devices can be exported by a device driver through sysfs.
56 As explained in Documentation/core-api/kobject.rst, device attributes must be
60 Attributes are declared using a macro called DEVICE_ATTR::
70 names 'dev_attr_type' and 'dev_attr_power'. These two attributes can be
95 device attributes and the device_unregister() function will use this pointer
96 to remove the device attributes.
100 strict expectations on when attributes get created. When a new device is
102 udev) that a new device is available. If attributes are added after the
104 not know about the new attributes.
107 attributes for a device at driver probe time. If the device driver simply
109 userspace will never be notified of the new attributes.