Searched refs:property_match_string (Results 1 – 2 of 2) sorted by relevance
130 fwnode.property_match_string(c_str!("compatible"), c_str!("test,rust-device")) in properties_parse()
113 pub fn property_match_string(&self, name: &CStr, match_str: &CStr) -> Result<usize> { in property_match_string() method