Home
last modified time | relevance | path

Searched defs:attribute_groups (Results 1 – 11 of 11) sorted by relevance

/DragonOS/kernel/src/driver/base/
H A Dkobject.rs97 fn attribute_groups(&self) -> Option<&'static [&'static dyn AttributeGroup]>; in attribute_groups() method
278 fn attribute_groups(&self) -> Option<&'static [&'static dyn AttributeGroup]> { in attribute_groups() method
H A Dclass.rs158 fn attribute_groups(&self) -> Option<&'static [&'static dyn AttributeGroup]> { in attribute_groups() method
H A Dcpu.rs199 fn attribute_groups(&self) -> Option<&'static [&'static dyn AttributeGroup]> { in attribute_groups() method
/DragonOS/kernel/src/driver/pci/
H A Draw_device.rs110 fn attribute_groups(&self) -> Option<&'static [&'static dyn AttributeGroup]> { in attribute_groups() method
/DragonOS/kernel/src/exception/
H A Dsysfs.rs47 fn attribute_groups(&self) -> Option<&'static [&'static dyn AttributeGroup]> { in attribute_groups() method
/DragonOS/kernel/src/driver/pci/test/
H A Dpt_device.rs102 fn attribute_groups(&self) -> Option<&'static [&'static dyn AttributeGroup]> { in attribute_groups() method
/DragonOS/kernel/src/driver/base/device/
H A Dmod.rs201 fn attribute_groups(&self) -> Option<&'static [&'static dyn AttributeGroup]> { in attribute_groups() method
437 fn attribute_groups(&self) -> Option<&'static [&'static dyn AttributeGroup]> { in attribute_groups() method
H A Dbus.rs711 fn attribute_groups(&self) -> Option<&'static [&'static dyn AttributeGroup]> { in attribute_groups() method
/DragonOS/kernel/src/driver/rtc/
H A Dsysfs.rs174 fn attribute_groups(&self) -> Option<&'static [&'static dyn AttributeGroup]> { in attribute_groups() method
/DragonOS/kernel/src/driver/video/fbdev/base/
H A Dfbmem.rs376 fn attribute_groups(&self) -> Option<&'static [&'static dyn AttributeGroup]> { in attribute_groups() method
/DragonOS/kernel/src/driver/video/fbdev/base/fbcon/
H A Dmod.rs237 fn attribute_groups(&self) -> Option<&'static [&'static dyn AttributeGroup]> { in attribute_groups() method