Searched refs:handle_pci_error (Results 1 – 1 of 1) sorted by relevance
102 let pci_info = PciInfo::from_fdt(fdt).map_err(handle_pci_error)?; in main()327 fn handle_pci_error(e: PciError) -> RebootReason { in handle_pci_error() function