Home
last modified time | relevance | path

Searched defs:set_can_match (Results 1 – 21 of 21) sorted by relevance

/DragonOS/kernel/src/driver/pci/
H A Ddevice.rs217 fn set_can_match(&self, _can_match: bool) { in set_can_match() method
H A Draw_device.rs128 fn set_can_match(&self, _can_match: bool) {} in set_can_match() method
/DragonOS/kernel/src/driver/input/serio/i8042/
H A Di8042_ports.rs102 fn set_can_match(&self, _can_match: bool) {} in set_can_match() method
H A Di8042_device.rs105 fn set_can_match(&self, _can_match: bool) {} in set_can_match() method
/DragonOS/kernel/src/driver/pci/test/
H A Dpt_device.rs118 fn set_can_match(&self, _can_match: bool) { in set_can_match() method
/DragonOS/kernel/src/driver/base/
H A Dcpu.rs174 fn set_can_match(&self, _can_match: bool) { in set_can_match() method
/DragonOS/kernel/src/arch/x86_64/driver/
H A Drtc.rs155 fn set_can_match(&self, can_match: bool) { in set_can_match() method
/DragonOS/kernel/src/driver/base/platform/
H A Dplatform_device.rs309 fn set_can_match(&self, _can_match: bool) { in set_can_match() method
/DragonOS/kernel/src/driver/disk/ahci/
H A Dahcidisk.rs501 fn set_can_match(&self, _can_match: bool) { in set_can_match() method
/DragonOS/kernel/src/driver/rtc/
H A Dsysfs.rs166 fn set_can_match(&self, _can_match: bool) { in set_can_match() method
/DragonOS/kernel/src/driver/video/fbdev/base/
H A Dfbmem.rs367 fn set_can_match(&self, _can_match: bool) { in set_can_match() method
/DragonOS/kernel/src/driver/net/e1000e/
H A De1000e_driver.rs288 fn set_can_match(&self, can_match: bool) { in set_can_match() method
/DragonOS/kernel/src/driver/net/
H A Dvirtio_net.rs237 fn set_can_match(&self, can_match: bool) { in set_can_match() method
489 fn set_can_match(&self, can_match: bool) { in set_can_match() method
H A Dloopback.rs427 fn set_can_match(&self, can_match: bool) { in set_can_match() method
/DragonOS/kernel/src/driver/tty/
H A Dtty_device.rs545 fn set_can_match(&self, can_match: bool) { in set_can_match() method
/DragonOS/kernel/src/driver/video/fbdev/base/fbcon/
H A Dmod.rs229 fn set_can_match(&self, can_match: bool) { in set_can_match() method
/DragonOS/kernel/src/driver/serial/serial8250/
H A Dmod.rs242 fn set_can_match(&self, can_match: bool) { in set_can_match() method
/DragonOS/kernel/src/driver/input/ps2_mouse/
H A Dps_mouse_device.rs462 fn set_can_match(&self, _can_match: bool) {} in set_can_match() method
/DragonOS/kernel/src/driver/block/
H A Dvirtio_blk.rs395 fn set_can_match(&self, can_match: bool) { in set_can_match() method
/DragonOS/kernel/src/driver/video/fbdev/
H A Dvesafb.rs202 fn set_can_match(&self, _can_match: bool) {} in set_can_match() method
/DragonOS/kernel/src/driver/base/device/
H A Dmod.rs194 fn set_can_match(&self, can_match: bool); in set_can_match() method