/DragonOS/kernel/src/driver/base/device/ |
H A D | mod.rs | 146 fn id_table(&self) -> IdTable; in id_table() 281 pub fn new(id_table: IdTable, state: DeviceState) -> Self { in new() 285 pub fn id_table(&self) -> &IdTable { in id_table() 317 pub struct IdTable { struct 323 impl IdTable { impl 328 pub fn new(basename: String, id: Option<DeviceNumber>) -> IdTable { in new() 349 impl Default for IdTable { implementation 658 pub fn remove_device(&self, _id_table: &IdTable) { in remove_device()
|
H A D | driver.rs | 64 fn id_table(&self) -> Option<IdTable>; in id_table()
|
/DragonOS/kernel/src/driver/base/char/ |
H A D | mod.rs | 206 id_table: IdTable, in cdev_add() 228 pub fn cdev_del(id_table: IdTable, range: usize) { in cdev_del()
|
/DragonOS/kernel/src/driver/pci/test/ |
H A D | pt_driver.rs | 83 fn id_table(&self) -> Option<IdTable> { in id_table()
|
H A D | pt_device.rs | 128 fn id_table(&self) -> IdTable { in id_table()
|
/DragonOS/kernel/src/driver/tty/ |
H A D | tty_device.rs | 110 pub fn new(name: String, id_table: IdTable, tty_type: TtyType) -> Arc<TtyDevice> { in new() 508 fn id_table(&self) -> crate::driver::base::device::IdTable { in id_table()
|
/DragonOS/kernel/src/driver/input/serio/i8042/ |
H A D | i8042_driver.rs | 102 fn id_table(&self) -> Option<IdTable> { in id_table()
|
H A D | i8042_ports.rs | 61 fn id_table(&self) -> IdTable { in id_table()
|
H A D | i8042_device.rs | 65 fn id_table(&self) -> IdTable { in id_table()
|
/DragonOS/kernel/src/driver/rtc/ |
H A D | rtc_cmos.rs | 124 fn id_table(&self) -> Option<IdTable> { in id_table()
|
H A D | sysfs.rs | 125 fn id_table(&self) -> IdTable { in id_table()
|
/DragonOS/kernel/src/driver/serial/serial8250/ |
H A D | mod.rs | 266 fn id_table(&self) -> IdTable { in id_table() 475 fn id_table(&self) -> Option<IdTable> { in id_table()
|
/DragonOS/kernel/src/driver/pci/ |
H A D | raw_device.rs | 136 fn id_table(&self) -> IdTable { in id_table()
|
H A D | device.rs | 196 fn id_table(&self) -> IdTable { in id_table()
|
/DragonOS/kernel/src/driver/input/ps2_mouse/ |
H A D | ps_mouse_driver.rs | 127 fn id_table(&self) -> Option<IdTable> { in id_table()
|
/DragonOS/kernel/src/arch/x86_64/driver/ |
H A D | rtc.rs | 117 fn id_table(&self) -> IdTable { in id_table()
|
/DragonOS/kernel/src/driver/net/ |
H A D | virtio_net.rs | 197 fn id_table(&self) -> IdTable { in id_table() 449 fn id_table(&self) -> IdTable { in id_table() 878 fn id_table(&self) -> Option<IdTable> { in id_table()
|
H A D | loopback.rs | 386 fn id_table(&self) -> IdTable { in id_table()
|
/DragonOS/kernel/src/driver/block/ |
H A D | virtio_blk.rs | 355 fn id_table(&self) -> IdTable { in id_table() 559 fn id_table(&self) -> Option<IdTable> { in id_table()
|
/DragonOS/kernel/src/driver/base/platform/ |
H A D | platform_device.rs | 284 fn id_table(&self) -> IdTable { in id_table()
|
/DragonOS/kernel/src/driver/base/ |
H A D | cpu.rs | 151 fn id_table(&self) -> IdTable { in id_table()
|
/DragonOS/kernel/src/driver/disk/ahci/ |
H A D | ahcidisk.rs | 473 fn id_table(&self) -> IdTable { in id_table()
|
/DragonOS/kernel/src/driver/video/fbdev/ |
H A D | vesafb.rs | 158 fn id_table(&self) -> IdTable { in id_table() 769 fn id_table(&self) -> Option<IdTable> { in id_table()
|
/DragonOS/kernel/src/driver/net/e1000e/ |
H A D | e1000e_driver.rs | 241 fn id_table(&self) -> IdTable { in id_table()
|
/DragonOS/kernel/src/driver/video/fbdev/base/ |
H A D | fbmem.rs | 337 fn id_table(&self) -> IdTable { in id_table()
|