Home
last modified time | relevance | path

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

/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/
H A Draw_device.rs152 fn set_can_match(&self, _can_match: bool) {} in set_can_match() method
H A Ddevice.rs224 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.rs313 fn set_can_match(&self, _can_match: bool) { in set_can_match() method
/DragonOS/kernel/src/driver/pci/test/
H A Dpt_device.rs144 fn set_can_match(&self, _can_match: bool) { in set_can_match() method
/DragonOS/kernel/src/driver/base/
H A Dcpu.rs179 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.rs167 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/video/fbdev/base/
H A Dfbmem.rs368 fn set_can_match(&self, _can_match: bool) { in set_can_match() method
/DragonOS/kernel/src/driver/net/
H A Dvirtio_net.rs244 fn set_can_match(&self, can_match: bool) { in set_can_match() method
496 fn set_can_match(&self, can_match: bool) { in set_can_match() method
H A Dloopback.rs433 fn set_can_match(&self, can_match: bool) { in set_can_match() method
/DragonOS/kernel/src/driver/tty/
H A Dtty_device.rs549 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.rs282 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.rs402 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