Searched refs:PropertyGuard (Results 1 – 1 of 1) sorted by relevance
| /rust/kernel/device/ |
| A D | property.rs | 133 ) -> Result<PropertyGuard<'fwnode, 'name, KVec<T>>> { in property_read_array_vec() 149 Ok(PropertyGuard { in property_read_array_vec() 193 ) -> PropertyGuard<'fwnode, 'name, T> { in property_read() 194 PropertyGuard { in property_read() 580 pub struct PropertyGuard<'fwnode, 'name, T> { struct 589 impl<T> PropertyGuard<'_, '_, T> { impls 624 impl<T: Default> PropertyGuard<'_, '_, T> { implementation
|
Completed in 3 milliseconds