You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One can use another function ``sysfs_create_group`` to create a group of attributes.
105
+
Where, ``kobj`` is object we’re creating for, ``attr`` is attribute descriptor. One can use another function ``sysfs_create_group`` to create a group of attributes.
107
106
Once you have done with sysfs file, you should delete this file using ``sysfs_remove_file`` which has same prototype.
108
107
109
108
We are going to create ``sysfs`` directory and file during module initialization and remove then when module is removed.
0 commit comments