Home
last modified time | relevance | path

Searched refs:CStr (Results 1 – 6 of 6) 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 Dkunit.rs59 static FILE: &'static $crate::str::CStr = $crate::c_str!($file);
61 static CONDITION: &'static $crate::str::CStr = $crate::c_str!(stringify!($condition));
H A Dworkqueue.rs372 pub fn new(name: &'static CStr, key: &'static LockClassKey) -> impl PinInit<Self> in new() argument
/linux/drivers/gpu/drm/
H A Ddrm_panic_qr.rs30 use kernel::str::CStr;
961 let url_cstr: &CStr = unsafe { CStr::from_char_ptr(url) }; in drm_panic_qr_generate()
/linux/rust/kernel/net/
H A Dphy.rs582 const NAME: &'static CStr; variable