Searched defs:PciError (Results 1 – 1 of 1) sorted by relevance
33 pub enum PciError { enum63 impl Display for PciError { implementation104 pub fn from_fdt(fdt: &Fdt) -> Result<Self, PciError> { in from_fdt() argument127 fn pci_node(fdt: &Fdt) -> Result<FdtNode, PciError> { in pci_node() argument135 fn parse_cam_range(pci_node: &FdtNode) -> Result<Range<usize>, PciError> { in parse_cam_range() argument157 fn parse_ranges(pci_node: &FdtNode) -> Result<Range<u32>, PciError> { in parse_ranges() argument