/DragonOS/kernel/src/misc/ |
H A D | ksysfs.rs | 53 fn attrs(&self) -> &[&'static dyn Attribute] { in attrs() 60 attr: &'static dyn Attribute, in is_visible()
|
/DragonOS/kernel/src/filesystem/sysfs/ |
H A D | mod.rs | 102 fn attrs(&self) -> &[&'static dyn Attribute]; in attrs() 113 attr: &'static dyn Attribute, in is_visible() 127 pub trait Attribute: Debug + Send + Sync { trait 179 attr: &dyn Attribute, in show() 186 attr: &dyn Attribute, in store()
|
H A D | file.rs | 36 attribute: Option<&'static dyn Attribute>, in new() 56 pub fn attribute(&self) -> Option<&'static dyn Attribute> { in attribute() 108 attr: &'static dyn Attribute, in create_file() 118 attr: &'static dyn Attribute, in add_file_with_mode() 181 pub fn remove_file(&self, kobj: &Arc<dyn KObject>, attr: &'static dyn Attribute) { in remove_file()
|
/DragonOS/kernel/src/driver/base/ |
H A D | class.rs | 170 _attr: &dyn Attribute, in show() 179 _attr: &dyn Attribute, in store()
|
H A D | kobject.rs | 145 attr: &dyn Attribute, in show() 162 attr: &dyn Attribute, in store()
|
H A D | cpu.rs | 269 fn attrs(&self) -> &[&'static dyn Attribute] { in attrs() 275 _attr: &'static dyn Attribute, in is_visible()
|
/DragonOS/kernel/src/driver/pci/ |
H A D | subsys.rs | 169 fn attrs(&self) -> &[&'static dyn crate::filesystem::sysfs::Attribute] { in attrs() 176 attr: &'static dyn crate::filesystem::sysfs::Attribute, in is_visible()
|
H A D | attr.rs | 25 fn attrs(&self) -> &[&'static dyn Attribute] { in attrs() 41 attr: &'static dyn Attribute, in is_visible()
|
/DragonOS/kernel/src/exception/ |
H A D | sysfs.rs | 68 fn attrs(&self) -> &[&'static dyn Attribute] { in attrs() 84 attr: &'static dyn Attribute, in is_visible()
|
/DragonOS/kernel/src/driver/base/device/ |
H A D | driver.rs | 291 attr: &'static dyn Attribute, in create_attr_file() 305 pub fn remove_attr_file(&self, driver: &Arc<dyn Driver>, attr: &'static dyn Attribute) { in remove_attr_file()
|
H A D | bus.rs | 408 attr: &'static dyn Attribute, in create_file() 414 fn remove_file(&self, bus: &Arc<dyn Bus>, attr: &'static dyn Attribute) { in remove_file() 724 attr: &dyn Attribute, in show() 734 attr: &dyn Attribute, in store()
|
H A D | mod.rs | 453 attr: &dyn Attribute, in store() 462 attr: &dyn Attribute, in show() 808 attr: &'static dyn Attribute, in create_file()
|
/DragonOS/kernel/src/driver/input/serio/ |
H A D | subsys.rs | 134 fn attrs(&self) -> &[&'static dyn Attribute] { in attrs()
|
/DragonOS/kernel/src/driver/pci/test/ |
H A D | pt_device.rs | 235 fn attrs(&self) -> &[&'static dyn Attribute] { in attrs() 242 attr: &'static dyn Attribute, in is_visible()
|
/DragonOS/kernel/src/driver/base/platform/ |
H A D | subsys.rs | 161 fn attrs(&self) -> &[&'static dyn Attribute] { in attrs()
|
/DragonOS/kernel/src/driver/video/fbdev/base/ |
H A D | fbsysfs.rs | 24 fn attrs(&self) -> &[&'static dyn Attribute] { in attrs() 42 _attr: &'static dyn Attribute, in is_visible()
|
/DragonOS/kernel/src/driver/rtc/ |
H A D | sysfs.rs | 273 fn attrs(&self) -> &[&'static dyn Attribute] { in attrs() 280 attr: &'static dyn Attribute, in is_visible()
|
/DragonOS/kernel/src/driver/video/fbdev/base/fbcon/ |
H A D | mod.rs | 259 fn attrs(&self) -> &[&'static dyn Attribute] { in attrs() 266 attr: &'static dyn Attribute, in is_visible()
|
/DragonOS/kernel/src/driver/virtio/ |
H A D | sysfs.rs | 300 fn attrs(&self) -> &[&'static dyn Attribute] { in attrs()
|
/DragonOS/kernel/src/driver/net/ |
H A D | sysfs.rs | 50 fn attrs(&self) -> &[&'static dyn Attribute] { in attrs() 78 attr: &'static dyn Attribute, in is_visible()
|
/DragonOS/kernel/src/driver/video/fbdev/ |
H A D | vesafb.rs | 871 fn attrs(&self) -> &[&'static dyn Attribute] { in attrs() 878 attr: &'static dyn Attribute, in is_visible()
|