Home
last modified time | relevance | path

Searched refs:property_match_string (Results 1 – 2 of 2) sorted by relevance

/linux/samples/rust/
H A Drust_driver_platform.rs130 fwnode.property_match_string(c_str!("compatible"), c_str!("test,rust-device")) in properties_parse()
/linux/rust/kernel/device/
H A Dproperty.rs113 pub fn property_match_string(&self, name: &CStr, match_str: &CStr) -> Result<usize> { in property_match_string() method