Home
last modified time | relevance | path

Searched refs: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
231 let groups = ktype.attribute_groups(); in create_dir()
248 if let Some(groups) = ktype.attribute_groups() { in remove_kobj()
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/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
738 let attr_groups = kobj_type.attribute_groups().unwrap_or(&[]); in add_attrs()
753 self.add_groups(dev, kobj_type.attribute_groups().unwrap_or(&[])) in add_attrs()
760 self.add_groups(dev, dev.attribute_groups().unwrap_or(&[])) in add_attrs()
H A Dbus.rs711 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/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/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/fbcon/
H A Dmod.rs237 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