Searched full:devicenode (Results 1 – 3 of 3) sorted by relevance
16 pub struct DeviceNode { struct28 impl DeviceNode { argument30 DeviceNode { in new()45 DeviceNode::new($id.clone(), None)48 DeviceNode::new(56 pub struct DeviceTree(HashMap<String, DeviceNode>);65 pub fn get(&self, k: &str) -> Option<&DeviceNode> { in get() argument68 pub fn get_mut(&mut self, k: &str) -> Option<&mut DeviceNode> { in get_mut() argument71 pub fn insert(&mut self, k: String, v: DeviceNode) -> Option<DeviceNode> { in insert() argument74 pub fn remove(&mut self, k: &str) -> Option<DeviceNode> { in remove() argument[all …]
106 use crate::device_tree::{DeviceNode, DeviceTree};507 /// Missing PCI b/d/f from the DeviceNode.508 #[error("Missing PCI b/d/f from the DeviceNode")]
502 $ref: "#/components/schemas/DeviceNode"505 DeviceNode: schema