/DragonOS/kernel/src/filesystem/sysfs/ |
H A D | group.rs | 24 groups: &[&'static dyn AttributeGroup], in create_groups() 32 groups: &[&'static dyn AttributeGroup], in do_create_groups() 57 group: &'static dyn AttributeGroup, in do_create_group() 111 groups: &'static [&'static dyn AttributeGroup], in remove_groups() 132 group: &'static dyn AttributeGroup, in remove_group() 171 group: &'static dyn AttributeGroup, in group_create_files() 217 fn group_remove_files(&self, _parent: &Arc<KernFSInode>, _group: &'static dyn AttributeGroup) { in group_remove_files()
|
H A D | mod.rs | 96 pub trait AttributeGroup: Debug + Send + Sync { interface
|
/DragonOS/kernel/src/driver/base/ |
H A D | class.rs | 49 fn dev_groups(&self) -> &'static [&'static dyn AttributeGroup] { in dev_groups() 54 fn class_groups(&self) -> &'static [&'static dyn AttributeGroup] { in class_groups() 158 fn attribute_groups(&self) -> Option<&'static [&'static dyn AttributeGroup]> { in attribute_groups()
|
H A D | kobject.rs | 97 fn attribute_groups(&self) -> Option<&'static [&'static dyn AttributeGroup]>; in attribute_groups() 278 fn attribute_groups(&self) -> Option<&'static [&'static dyn AttributeGroup]> { in attribute_groups()
|
H A D | cpu.rs | 199 fn attribute_groups(&self) -> Option<&'static [&'static dyn AttributeGroup]> { in attribute_groups()
|
/DragonOS/kernel/src/driver/base/device/ |
H A D | driver.rs | 103 fn groups(&self) -> &'static [&'static dyn AttributeGroup] { in groups() 107 fn dev_groups(&self) -> &'static [&'static dyn AttributeGroup] { in dev_groups() 271 groups: &'static [&dyn AttributeGroup], in add_groups() 277 pub fn remove_groups(&self, driver: &Arc<dyn Driver>, groups: &'static [&dyn AttributeGroup]) { in remove_groups()
|
H A D | bus.rs | 115 fn dev_groups(&self) -> &'static [&'static dyn AttributeGroup] { in dev_groups() 120 fn bus_groups(&self) -> &'static [&'static dyn AttributeGroup] { in bus_groups() 125 fn drv_groups(&self) -> &'static [&'static dyn AttributeGroup] { in drv_groups() 423 groups: &[&'static dyn AttributeGroup], in add_groups() 711 fn attribute_groups(&self) -> Option<&'static [&'static dyn AttributeGroup]> { in attribute_groups()
|
H A D | mod.rs | 201 fn attribute_groups(&self) -> Option<&'static [&'static dyn AttributeGroup]> { in attribute_groups() 437 fn attribute_groups(&self) -> Option<&'static [&'static dyn AttributeGroup]> { in attribute_groups() 778 attr_groups: &'static [&dyn AttributeGroup], in add_groups() 793 attr_groups: &'static [&dyn AttributeGroup], in remove_groups()
|
/DragonOS/kernel/src/driver/net/ |
H A D | class.rs | 80 fn dev_groups(&self) -> &'static [&'static dyn AttributeGroup] { in dev_groups()
|
/DragonOS/kernel/src/driver/input/serio/ |
H A D | subsys.rs | 52 fn dev_groups(&self) -> &'static [&'static dyn AttributeGroup] { in dev_groups()
|
/DragonOS/kernel/src/driver/base/platform/ |
H A D | subsys.rs | 53 fn dev_groups(&self) -> &'static [&'static dyn AttributeGroup] { in dev_groups()
|
/DragonOS/kernel/src/driver/pci/ |
H A D | subsys.rs | 82 fn dev_groups(&self) -> &'static [&'static dyn AttributeGroup] { in dev_groups()
|
H A D | raw_device.rs | 86 fn attribute_groups(&self) -> Option<&'static [&'static dyn AttributeGroup]> { in attribute_groups()
|
/DragonOS/kernel/src/exception/ |
H A D | sysfs.rs | 47 fn attribute_groups(&self) -> Option<&'static [&'static dyn AttributeGroup]> { in attribute_groups()
|
/DragonOS/kernel/src/driver/pci/test/ |
H A D | pt_device.rs | 76 fn attribute_groups(&self) -> Option<&'static [&'static dyn AttributeGroup]> { in attribute_groups()
|
/DragonOS/kernel/src/driver/virtio/ |
H A D | sysfs.rs | 71 fn dev_groups(&self) -> &'static [&'static dyn AttributeGroup] { in dev_groups()
|
/DragonOS/kernel/src/driver/rtc/ |
H A D | sysfs.rs | 174 fn attribute_groups(&self) -> Option<&'static [&'static dyn AttributeGroup]> { in attribute_groups()
|
/DragonOS/kernel/src/driver/video/fbdev/base/ |
H A D | fbmem.rs | 375 fn attribute_groups(&self) -> Option<&'static [&'static dyn AttributeGroup]> { in attribute_groups()
|
/DragonOS/kernel/src/driver/video/fbdev/base/fbcon/ |
H A D | mod.rs | 237 fn attribute_groups(&self) -> Option<&'static [&'static dyn AttributeGroup]> { in attribute_groups()
|
/DragonOS/kernel/src/driver/video/fbdev/ |
H A D | vesafb.rs | 800 fn dev_groups(&self) -> &'static [&'static dyn AttributeGroup] { in dev_groups()
|