Searched refs:get_custom_device_tree (Results 1 – 4 of 4) sorted by relevance
297 let load = if ops.get_custom_device_tree().is_none() { in load_android_simple()479 let (base, overlays): (&[u8], &[&[u8]]) = if let Some(custom_fdt) = ops.get_custom_device_tree() in load_android_simple()
319 fn get_custom_device_tree(&mut self) -> Option<&'a [u8]>; in get_custom_device_tree() method737 fn get_custom_device_tree(&mut self) -> Option<&'static [u8]> { in get_custom_device_tree() method
466 fn get_custom_device_tree(&mut self) -> Option<&'a [u8]> { in get_custom_device_tree() method769 fn get_custom_device_tree(&mut self) -> Option<&'a [u8]> { in get_custom_device_tree() method770 self.ops.get_custom_device_tree() in get_custom_device_tree()
371 fn get_custom_device_tree(&mut self) -> Option<&'a [u8]> { in get_custom_device_tree() method