![]() |
MOS Source Code
|
#include <sysfs.hpp>
Public Member Functions | |
| sysfs_dir_t (mos::string_view name, sysfs_item_t *items, size_t num_items) | |
Public Attributes | |
| as_linked_list | |
| mos::string | name |
| sysfs_item_t *const | items |
| const size_t | num_items = 0 |
| dentry_t * | _dentry |
| for internal use only | |
| list_head | _dynamic_items |
| for internal use only | |
|
inline |
| mos::string name |
Definition at line 64 of file sysfs.hpp.
Referenced by sysfs_dir_t(), sysfs_do_register(), sysfs_register(), and sysfs_register_file().
| sysfs_item_t* const items |
Definition at line 65 of file sysfs.hpp.
Referenced by sysfs_dir_t(), sysfs_do_register(), and sysfs_iops_iterate_dir().
| const size_t num_items = 0 |
Definition at line 66 of file sysfs.hpp.
Referenced by sysfs_dir_t(), sysfs_do_register(), and sysfs_iops_iterate_dir().
| dentry_t* _dentry |
for internal use only
Definition at line 70 of file sysfs.hpp.
Referenced by sysfs_do_register(), and sysfs_register_file().
| list_head _dynamic_items |
for internal use only
Definition at line 71 of file sysfs.hpp.
Referenced by sysfs_iops_create(), sysfs_iops_iterate_dir(), sysfs_iops_lookup(), and sysfs_register_file().