Searched defs:components (Results 1 – 2 of 2) sorted by relevance
71 components: ArrayVec<DeviceTreeComponent<'a>, MAXIMUM_DEVICE_TREE_COMPONENTS>, field293 pub fn components(&self) -> impl Iterator<Item = &DeviceTreeComponent<'a>> { in components() method403 let components: Vec<_> = registry.components().cloned().collect(); in test_components_append_from_dttable() localVariable
66 let mut components = DeviceTreeComponentsRegistry::new(); in android_load_verify_fixup() localVariable