MOS Source Code
Loading...
Searching...
No Matches
sysfs_dir_t Struct Reference

#include <sysfs.h>

+ Collaboration diagram for sysfs_dir_t:

Public Attributes

 as_linked_list
 
const char * name
 
sysfs_item_t *const items
 
const size_t num_items
 
dentry_t_dentry
 for internal use only
 
list_head _dynamic_items
 for internal use only
 

Detailed Description

Definition at line 75 of file sysfs.h.

Member Data Documentation

◆ as_linked_list

as_linked_list

Definition at line 77 of file sysfs.h.

◆ name

const char* name

Definition at line 78 of file sysfs.h.

Referenced by sysfs_do_register(), sysfs_register(), and sysfs_register_file().

◆ items

sysfs_item_t* const items

Definition at line 79 of file sysfs.h.

Referenced by sysfs_do_register(), and sysfs_iops_iterate_dir().

◆ num_items

const size_t num_items

Definition at line 80 of file sysfs.h.

Referenced by sysfs_do_register(), and sysfs_iops_iterate_dir().

◆ _dentry

dentry_t* _dentry

for internal use only

Definition at line 81 of file sysfs.h.

Referenced by sysfs_do_register(), and sysfs_register_file().

◆ _dynamic_items

list_head _dynamic_items

for internal use only

Definition at line 82 of file sysfs.h.

Referenced by sysfs_iops_create(), sysfs_iops_iterate_dir(), sysfs_iops_lookup(), and sysfs_register_file().


The documentation for this struct was generated from the following file: