/DragonOS/kernel/src/driver/net/ |
H A D | sysfs.rs | 101 fn support(&self) -> SysFSOpsSupport { in support() method 128 fn support(&self) -> SysFSOpsSupport { in support() method 150 fn support(&self) -> SysFSOpsSupport { in support() method 172 fn support(&self) -> SysFSOpsSupport { in support() method 198 fn support(&self) -> SysFSOpsSupport { in support() method 220 fn support(&self) -> SysFSOpsSupport { in support() method 242 fn support(&self) -> SysFSOpsSupport { in support() method 269 fn support(&self) -> SysFSOpsSupport { in support() method 298 fn support(&self) -> SysFSOpsSupport { in support() method 320 fn support(&self) -> SysFSOpsSupport { in support() method [all …]
|
/DragonOS/kernel/src/driver/video/fbdev/base/ |
H A D | fbsysfs.rs | 60 fn support(&self) -> SysFSOpsSupport { in support() method 84 fn support(&self) -> SysFSOpsSupport { in support() method 114 fn support(&self) -> SysFSOpsSupport { in support() method 137 fn support(&self) -> SysFSOpsSupport { in support() method 164 fn support(&self) -> SysFSOpsSupport { in support() method 191 fn support(&self) -> SysFSOpsSupport { in support() method 220 fn support(&self) -> SysFSOpsSupport { in support() method 252 fn support(&self) -> SysFSOpsSupport { in support() method 276 fn support(&self) -> SysFSOpsSupport { in support() method 306 fn support(&self) -> SysFSOpsSupport { in support() method
|
/DragonOS/kernel/src/exception/ |
H A D | sysfs.rs | 147 fn support(&self) -> SysFSOpsSupport { in support() method 178 fn support(&self) -> SysFSOpsSupport { in support() method 204 fn support(&self) -> SysFSOpsSupport { in support() method 235 fn support(&self) -> SysFSOpsSupport { in support() method 261 fn support(&self) -> SysFSOpsSupport { in support() method 291 fn support(&self) -> SysFSOpsSupport { in support() method
|
/DragonOS/kernel/src/driver/pci/ |
H A D | attr.rs | 64 fn support(&self) -> SysFSOpsSupport { in support() method 95 fn support(&self) -> SysFSOpsSupport { in support() method 126 fn support(&self) -> SysFSOpsSupport { in support() method 157 fn support(&self) -> SysFSOpsSupport { in support() method
|
/DragonOS/kernel/src/filesystem/sysfs/ |
H A D | mod.rs | 131 fn support(&self) -> SysFSOpsSupport; in support() method 168 fn support(&self, attr: &dyn Attribute) -> SysFSOpsSupport { in support() method 169 return attr.support(); in support() 173 return attr.support(); in support_battr()
|
H A D | file.rs | 139 let sys_support = sysfs_ops.support(attr); in add_file_with_mode()
|
/DragonOS/docs/kernel/cpu_arch/x86_64/ |
H A D | usb_legacy_support.md | 5   usb legacy support指的是,由BIOS提供的,对USB鼠标、USB键盘的支持。在支持并启用USB Legacy Support的计算机上,USB鼠标、键盘由B…
|
/DragonOS/kernel/src/driver/rtc/ |
H A D | sysfs.rs | 300 fn support(&self) -> SysFSOpsSupport { in support() method 329 fn support(&self) -> SysFSOpsSupport { in support() method 353 fn support(&self) -> SysFSOpsSupport { in support() method 376 fn support(&self) -> SysFSOpsSupport { in support() method
|
/DragonOS/ |
H A D | README_EN.md | 24 ….Currently, significant efforts are being made to promote cloud platform support, RISC-V compatibi… 63 …public welfare project, but its development cannot be separated from the support of funds. If you … 69 - Subsidies or equipment support for active community developers 78 …cloud.net)** Ya'an Digital Economy Operations Co., Ltd. provides cloud server support for DragonOS. 110 **What we support:** using this project to create greater value and contribute code to this project…
|
/DragonOS/kernel/src/arch/x86_64/driver/apic/ |
H A D | mod.rs | 47 fn support() -> bool; in support() method 480 fn support() -> bool { in support() method 492 if X2Apic::support() && X2Apic.init_current_cpu() { in init_current_cpu()
|
H A D | x2apic.rs | 16 fn support() -> bool { in support() method
|
H A D | xapic.rs | 209 fn support() -> bool { in support() method
|
/DragonOS/docs/community/code_contribution/ |
H A D | conventional-commit.md | 32 chore!: drop support for Node 6
|
/DragonOS/kernel/src/driver/video/fbdev/base/fbcon/ |
H A D | mod.rs | 284 fn support(&self) -> SysFSOpsSupport { in support() method 313 fn support(&self) -> SysFSOpsSupport { in support() method 336 fn support(&self) -> SysFSOpsSupport { in support() method
|
/DragonOS/kernel/src/driver/base/ |
H A D | kobject.rs | 138 fn support(&self, attr: &dyn Attribute) -> SysFSOpsSupport { in support() method 139 return attr.support(); in support()
|
H A D | cpu.rs | 293 fn support(&self) -> SysFSOpsSupport { in support() method 317 fn support(&self) -> SysFSOpsSupport { in support() method
|
/DragonOS/kernel/src/driver/virtio/ |
H A D | sysfs.rs | 317 fn support(&self) -> SysFSOpsSupport { in support() method 344 fn support(&self) -> SysFSOpsSupport { in support() method
|
/DragonOS/kernel/src/driver/base/device/ |
H A D | bus.rs | 605 fn support(&self) -> SysFSOpsSupport { in support() method 643 fn support(&self) -> SysFSOpsSupport { in support() method 780 fn support(&self) -> SysFSOpsSupport { in support() method 830 fn support(&self) -> SysFSOpsSupport { in support() method
|
H A D | dd.rs | 615 fn support(&self) -> SysFSOpsSupport { in support() method 632 fn support(&self) -> SysFSOpsSupport { in support() method
|
H A D | mod.rs | 812 && (!attr.support().contains(SysFSOpsSupport::ATTR_SHOW)), in create_file() 821 && (!attr.support().contains(SysFSOpsSupport::ATTR_STORE)), in create_file() 947 fn support(&self) -> SysFSOpsSupport { in support() method
|
/DragonOS/kernel/src/driver/acpi/ |
H A D | sysfs.rs | 141 fn support(&self) -> SysFSOpsSupport { in support() method 224 fn support(&self) -> SysFSOpsSupport { in support() method
|
/DragonOS/docs/kernel/debug/ |
H A D | debug-kernel-with-gdb.md | 74 warning: No executable has been specified and target does not support 89 warning: No executable has been specified and target does not support
|
/DragonOS/kernel/src/driver/pci/test/ |
H A D | pt_device.rs | 241 fn support(&self) -> SysFSOpsSupport { in support() method
|
/DragonOS/docs/community/ChangeLog/V0.1.x/ |
H A D | V0.1.7.md | 71 - Add sys_dup and sys_dup2 support (#2)
|
/DragonOS/kernel/crates/intertrait/ |
H A D | README.md | 3 …hub.com/CodeChain-io/intertrait/) (revision d5d6dcb), and modified it to support `no_std` environm…
|