Home
last modified time | relevance | path

Searched refs:Property (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/src/driver/open_firmware/
H A Ddevice_node.rs29 properties: Vec<Property>,
61 pub fn add_property(&self, prop: Property) { in add_property() argument
65 pub fn properties(&self) -> Vec<Property> { in properties() argument
162 pub struct Property { struct
168 impl Property { impl
171 Property { in new()