Home
last modified time | relevance | path

Searched defs:IdTable (Results 1 – 25 of 28) sorted by relevance

12

/DragonOS/kernel/src/driver/base/device/
H A Dmod.rs146 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 { argument
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 Ddriver.rs64 fn id_table(&self) -> Option<IdTable>; in id_table()
/DragonOS/kernel/src/driver/base/char/
H A Dmod.rs206 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 Dpt_driver.rs83 fn id_table(&self) -> Option<IdTable> { in id_table()
H A Dpt_device.rs102 fn id_table(&self) -> IdTable { in id_table()
/DragonOS/kernel/src/driver/tty/
H A Dtty_device.rs110 pub fn new(name: String, id_table: IdTable, tty_type: TtyType) -> Arc<TtyDevice> { in new()
504 fn id_table(&self) -> crate::driver::base::device::IdTable { in id_table()
/DragonOS/kernel/src/driver/input/serio/i8042/
H A Di8042_driver.rs102 fn id_table(&self) -> Option<IdTable> { in id_table()
H A Di8042_ports.rs61 fn id_table(&self) -> IdTable { in id_table()
H A Di8042_device.rs65 fn id_table(&self) -> IdTable { in id_table()
/DragonOS/kernel/src/driver/rtc/
H A Drtc_cmos.rs124 fn id_table(&self) -> Option<IdTable> { in id_table()
H A Dsysfs.rs124 fn id_table(&self) -> IdTable { in id_table()
/DragonOS/kernel/src/driver/pci/
H A Ddevice.rs189 fn id_table(&self) -> IdTable { in id_table()
H A Draw_device.rs112 fn id_table(&self) -> IdTable { in id_table()
/DragonOS/kernel/src/driver/serial/serial8250/
H A Dmod.rs226 fn id_table(&self) -> IdTable { in id_table()
439 fn id_table(&self) -> Option<IdTable> { in id_table()
/DragonOS/kernel/src/driver/base/
H A Dcpu.rs146 fn id_table(&self) -> IdTable { in id_table()
/DragonOS/kernel/src/driver/input/ps2_mouse/
H A Dps_mouse_driver.rs127 fn id_table(&self) -> Option<IdTable> { in id_table()
/DragonOS/kernel/src/arch/x86_64/driver/
H A Drtc.rs117 fn id_table(&self) -> IdTable { in id_table()
/DragonOS/kernel/src/driver/net/
H A Dvirtio_net.rs190 fn id_table(&self) -> IdTable { in id_table()
442 fn id_table(&self) -> IdTable { in id_table()
861 fn id_table(&self) -> Option<IdTable> { in id_table()
H A Dloopback.rs380 fn id_table(&self) -> IdTable { in id_table()
/DragonOS/kernel/src/driver/block/
H A Dvirtio_blk.rs348 fn id_table(&self) -> IdTable { in id_table()
552 fn id_table(&self) -> Option<IdTable> { in id_table()
/DragonOS/kernel/src/driver/base/platform/
H A Dplatform_device.rs280 fn id_table(&self) -> IdTable { in id_table()
/DragonOS/kernel/src/driver/disk/ahci/
H A Dahcidisk.rs473 fn id_table(&self) -> IdTable { in id_table()
/DragonOS/kernel/src/driver/video/fbdev/
H A Dvesafb.rs158 fn id_table(&self) -> IdTable { in id_table()
769 fn id_table(&self) -> Option<IdTable> { in id_table()
/DragonOS/kernel/src/driver/video/fbdev/base/
H A Dfbmem.rs336 fn id_table(&self) -> IdTable { in id_table()
/DragonOS/kernel/src/driver/net/e1000e/
H A De1000e_driver.rs241 fn id_table(&self) -> IdTable { in id_table()

12