Searched refs:CStr (Results 1 – 6 of 6) sorted by relevance
44 const NAME: &'static CStr = c_str!("Asix Electronics AX88772A"); variable108 const NAME: &'static CStr = c_str!("Asix Electronics AX88772C"); variable128 const NAME: &'static CStr = c_str!("Asix Electronics AX88796B"); variable
39 const NAME: &'static CStr = c_str!("QT2025 10Gpbs SFP+"); variable
59 static FILE: &'static $crate::str::CStr = $crate::c_str!($file);61 static CONDITION: &'static $crate::str::CStr = $crate::c_str!(stringify!($condition));
372 pub fn new(name: &'static CStr, key: &'static LockClassKey) -> impl PinInit<Self> in new() argument
30 use kernel::str::CStr;961 let url_cstr: &CStr = unsafe { CStr::from_char_ptr(url) }; in drm_panic_qr_generate()
582 const NAME: &'static CStr; variable