Home
last modified time | relevance | path

Searched refs:NAME (Results 1 – 13 of 13) sorted by relevance

/DragonOS/kernel/src/driver/tty/
H A Dsysfs.rs35 const NAME: &'static str = "tty"; constant
38 subsystem: SubSysPrivate::new(Self::NAME.to_string(), None, None, &[]), in new()
50 return Self::NAME; in name()
/DragonOS/kernel/src/driver/net/
H A Dclass.rs50 const NAME: &'static str = "net"; constant
53 subsystem: SubSysPrivate::new(Self::NAME.to_string(), None, None, &[]), in new()
65 return Self::NAME; in name()
/DragonOS/kernel/src/driver/rtc/
H A Dclass.rs52 const NAME: &'static str = "rtc"; constant
55 subsystem: SubSysPrivate::new(Self::NAME.to_string(), None, None, &[]), in new()
67 return Self::NAME; in name()
H A Drtc_cmos.rs47 const NAME: &str = "rtc_cmos"; constant
125 Some(IdTable::new(Self::NAME.to_string(), None)) in id_table()
187 Self::NAME.to_string() in name()
/DragonOS/kernel/src/driver/input/serio/i8042/
H A Di8042_device.rs32 pub const NAME: &'static str = "i8042"; constant
158 Self::NAME.to_string() in name()
180 Self::NAME in pdev_name()
H A Di8042_driver.rs32 pub const NAME: &'static str = "i8042"; constant
103 Some(IdTable::new(I8042PlatformDevice::NAME.to_string(), None)) in id_table()
172 Self::NAME.to_string() in name()
H A Di8042_ports.rs40 pub const NAME: &'static str = "serio1"; constant
155 Self::NAME.to_string() in name()
/DragonOS/kernel/src/arch/x86_64/driver/
H A Drtc.rs45 const NAME: &str = "rtc_cmos"; constant
92 Self::NAME in pdev_name()
118 IdTable::new(Self::NAME.to_string(), None) in id_table()
214 Self::NAME.to_string() in name()
/DragonOS/kernel/src/driver/input/ps2_mouse/
H A Dps_mouse_driver.rs82 pub const NAME: &'static str = "psmouse"; constant
197 Self::NAME.to_string() in name()
253 Some(DeviceId::new(Some(Self::NAME), None).unwrap()), in connect()
H A Dps_mouse_device.rs183 pub const NAME: &'static str = "psmouse"; constant
567 Self::NAME.to_string() in name()
/DragonOS/kernel/src/driver/video/fbdev/base/fbcon/
H A Dmod.rs108 const NAME: &'static str = "fbcon"; constant
163 Self::NAME.to_string() in name()
189 IdTable::new(Self::NAME.to_string(), None) in id_table()
/DragonOS/kernel/src/driver/video/fbdev/base/
H A Dfbmem.rs86 const NAME: &'static str = "graphics"; constant
89 subsystem: SubSysPrivate::new(Self::NAME.to_string(), None, None, &[]), in new()
101 return Self::NAME; in name()
/DragonOS/kernel/src/driver/video/fbdev/
H A Dvesafb.rs84 pub const NAME: &'static str = "vesa_vga"; constant
133 Self::NAME in pdev_name()
255 Self::NAME.to_string() in name()
733 const NAME: &'static str = "vesa-framebuffer"; constant
770 Some(IdTable::new(VesaFb::NAME.to_string(), None)) in id_table()
843 Self::NAME.to_string() in name()