Home
last modified time | relevance | path

Searched refs:can_match (Results 1 – 21 of 21) sorted by relevance

/DragonOS/kernel/src/arch/x86_64/driver/
H A Drtc.rs57 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 Dtty_device.rs62 can_match: bool, field
75 can_match: false, in new()
541 fn can_match(&self) -> bool { in can_match() method
542 self.inner.read().can_match in can_match()
545 fn set_can_match(&self, can_match: bool) { in set_can_match()
546 self.inner.write().can_match = can_match in set_can_match()
/DragonOS/kernel/src/driver/video/fbdev/base/fbcon/
H A Dmod.rs225 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 Dvirtio_net.rs233 fn can_match(&self) -> bool { in can_match() method
234 self.inner().device_common.can_match in can_match()
237 fn set_can_match(&self, can_match: bool) { in set_can_match()
238 self.inner().device_common.can_match = can_match; in set_can_match()
485 fn can_match(&self) -> bool { in can_match() method
486 self.inner().device_common.can_match in can_match()
489 fn set_can_match(&self, can_match: bool) { in set_can_match()
490 self.inner().device_common.can_match = can_match; in set_can_match()
H A Dloopback.rs423 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 De1000e_driver.rs284 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 Dmod.rs238 fn can_match(&self) -> bool { in can_match() method
239 self.inner.read().device_common.can_match in can_match()
242 fn set_can_match(&self, can_match: bool) { in set_can_match()
243 self.inner.write().device_common.can_match = can_match; in set_can_match()
/DragonOS/kernel/src/driver/block/
H A Dvirtio_blk.rs391 fn can_match(&self) -> bool { in can_match() method
392 self.inner().device_common.can_match in can_match()
395 fn set_can_match(&self, can_match: bool) { in set_can_match()
396 self.inner().device_common.can_match = can_match; in set_can_match()
/DragonOS/kernel/src/driver/input/serio/i8042/
H A Di8042_ports.rs98 fn can_match(&self) -> bool { in can_match() method
H A Di8042_device.rs101 fn can_match(&self) -> bool { in can_match() method
/DragonOS/kernel/src/driver/base/device/
H A Dmod.rs192 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 Ddevice.rs213 fn can_match(&self) -> bool { in can_match() method
H A Draw_device.rs116 fn can_match(&self) -> bool { in can_match() method
/DragonOS/kernel/src/driver/pci/test/
H A Dpt_device.rs106 fn can_match(&self) -> bool { in can_match() method
/DragonOS/kernel/src/driver/base/
H A Dcpu.rs170 fn can_match(&self) -> bool { in can_match() method
/DragonOS/kernel/src/driver/base/platform/
H A Dplatform_device.rs305 fn can_match(&self) -> bool { in can_match() method
/DragonOS/kernel/src/driver/rtc/
H A Dsysfs.rs162 fn can_match(&self) -> bool { in can_match() method
/DragonOS/kernel/src/driver/video/fbdev/base/
H A Dfbmem.rs363 fn can_match(&self) -> bool { in can_match() method
/DragonOS/kernel/src/driver/input/ps2_mouse/
H A Dps_mouse_device.rs458 fn can_match(&self) -> bool { in can_match() method
/DragonOS/kernel/src/driver/disk/ahci/
H A Dahcidisk.rs497 fn can_match(&self) -> bool { in can_match() method
/DragonOS/kernel/src/driver/video/fbdev/
H A Dvesafb.rs198 fn can_match(&self) -> bool { in can_match() method