Searched refs:property_string_list (Results 1 – 2 of 2) sorted by relevance
260 pub fn property_string_list(&mut self, name: &str, values: Vec<String>) -> Result<()> { in property_string_list() method514 fdt.property_string_list("strlst", vec!["hi".into(), "bye".into()]) in all_props()711 fdt.property_string_list("mystr", strs) in invalid_prop_string_list_value_nul()
188 fdt.property_string_list("compatible", compatible)?; in create_psci_node()