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()
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 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.rs240 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 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.rs278 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 Dvirtio_blk.rs397 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 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/platform/
H A Dplatform_device.rs309 fn can_match(&self) -> bool { in can_match() method
/DragonOS/kernel/src/driver/base/
H A Dcpu.rs175 fn can_match(&self) -> bool { in can_match() method
/DragonOS/kernel/src/driver/rtc/
H A Dsysfs.rs163 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