/DragonOS/kernel/src/arch/x86_64/driver/ |
H A D | rtc.rs | 57 r.inner().device_common.can_match = true; in new() 151 fn can_match(&self) -> bool { in can_match() method 152 self.inner().device_common.can_match in can_match() 155 fn set_can_match(&self, can_match: bool) { in set_can_match() 156 self.inner().device_common.can_match = can_match; in set_can_match()
|
/DragonOS/kernel/src/driver/tty/ |
H A D | tty_device.rs | 62 can_match: bool, field 75 can_match: false, in new() 545 fn can_match(&self) -> bool { in can_match() method 546 self.inner.read().can_match in can_match() 549 fn set_can_match(&self, can_match: bool) { in set_can_match() 550 self.inner.write().can_match = can_match in set_can_match()
|
/DragonOS/kernel/src/driver/video/fbdev/base/fbcon/ |
H A D | mod.rs | 225 fn can_match(&self) -> bool { in can_match() method 226 self.inner().device_common.can_match in can_match() 229 fn set_can_match(&self, can_match: bool) { in set_can_match() 230 self.inner().device_common.can_match = can_match; in set_can_match()
|
/DragonOS/kernel/src/driver/net/ |
H A D | virtio_net.rs | 240 fn can_match(&self) -> bool { in can_match() method 241 self.inner().device_common.can_match in can_match() 244 fn set_can_match(&self, can_match: bool) { in set_can_match() 245 self.inner().device_common.can_match = can_match; in set_can_match() 492 fn can_match(&self) -> bool { in can_match() method 493 self.inner().device_common.can_match in can_match() 496 fn set_can_match(&self, can_match: bool) { in set_can_match() 497 self.inner().device_common.can_match = can_match; in set_can_match()
|
H A D | loopback.rs | 423 fn can_match(&self) -> bool { in can_match() method 424 self.inner().device_common.can_match in can_match() 427 fn set_can_match(&self, can_match: bool) { in set_can_match() 428 self.inner().device_common.can_match = can_match; in set_can_match()
|
/DragonOS/kernel/src/driver/net/e1000e/ |
H A D | e1000e_driver.rs | 284 fn can_match(&self) -> bool { in can_match() method 285 self.inner().device_common.can_match in can_match() 288 fn set_can_match(&self, can_match: bool) { in set_can_match() 289 self.inner().device_common.can_match = can_match; in set_can_match()
|
/DragonOS/kernel/src/driver/serial/serial8250/ |
H A D | mod.rs | 278 fn can_match(&self) -> bool { in can_match() method 279 self.inner.read().device_common.can_match in can_match() 282 fn set_can_match(&self, can_match: bool) { in set_can_match() 283 self.inner.write().device_common.can_match = can_match; in set_can_match()
|
/DragonOS/kernel/src/driver/block/ |
H A D | virtio_blk.rs | 397 fn can_match(&self) -> bool { in can_match() method 398 self.inner().device_common.can_match in can_match() 401 fn set_can_match(&self, can_match: bool) { in set_can_match() 402 self.inner().device_common.can_match = can_match; in set_can_match()
|
/DragonOS/kernel/src/driver/input/serio/i8042/ |
H A D | i8042_ports.rs | 98 fn can_match(&self) -> bool { in can_match() method
|
H A D | i8042_device.rs | 101 fn can_match(&self) -> bool { in can_match() method
|
/DragonOS/kernel/src/driver/base/device/ |
H A D | mod.rs | 192 fn can_match(&self) -> bool; in can_match() method 194 fn set_can_match(&self, can_match: bool); in set_can_match() 224 pub can_match: bool, field 235 can_match: true, in default()
|
/DragonOS/kernel/src/driver/pci/ |
H A D | device.rs | 213 fn can_match(&self) -> bool { in can_match() method
|
H A D | raw_device.rs | 116 fn can_match(&self) -> bool { in can_match() method
|
/DragonOS/kernel/src/driver/pci/test/ |
H A D | pt_device.rs | 106 fn can_match(&self) -> bool { in can_match() method
|
/DragonOS/kernel/src/driver/base/platform/ |
H A D | platform_device.rs | 309 fn can_match(&self) -> bool { in can_match() method
|
/DragonOS/kernel/src/driver/base/ |
H A D | cpu.rs | 175 fn can_match(&self) -> bool { in can_match() method
|
/DragonOS/kernel/src/driver/rtc/ |
H A D | sysfs.rs | 163 fn can_match(&self) -> bool { in can_match() method
|
/DragonOS/kernel/src/driver/video/fbdev/base/ |
H A D | fbmem.rs | 363 fn can_match(&self) -> bool { in can_match() method
|
/DragonOS/kernel/src/driver/input/ps2_mouse/ |
H A D | ps_mouse_device.rs | 458 fn can_match(&self) -> bool { in can_match() method
|
/DragonOS/kernel/src/driver/disk/ahci/ |
H A D | ahcidisk.rs | 497 fn can_match(&self) -> bool { in can_match() method
|
/DragonOS/kernel/src/driver/video/fbdev/ |
H A D | vesafb.rs | 198 fn can_match(&self) -> bool { in can_match() method
|