Home
last modified time | relevance | path

Searched defs:CStr (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/phy/
H A Dax88796b_rust.rs44 const NAME: &'static CStr = c_str!("Asix Electronics AX88772A"); variable
108 const NAME: &'static CStr = c_str!("Asix Electronics AX88772C"); variable
128 const NAME: &'static CStr = c_str!("Asix Electronics AX88796B"); variable
H A Dqt2025.rs39 const NAME: &'static CStr = c_str!("QT2025 10Gpbs SFP+"); variable
/linux/rust/kernel/
H A Dworkqueue.rs372 pub fn new(name: &'static CStr, key: &'static LockClassKey) -> impl PinInit<Self> in new()
/linux/rust/kernel/net/
H A Dphy.rs582 const NAME: &'static CStr; variable