Searched defs:PciError (Results 1 – 3 of 3) sorted by relevance
/DragonOS-0.1.7/kernel/src/arch/ |
D | mod.rs | 26 fn ecam_root(segement: SegmentGroupNumber) -> Result<PciRoot, PciError>; in ecam_root() argument
|
/DragonOS-0.1.7/kernel/src/arch/x86_64/pci/ |
D | pci.rs | 47 fn ecam_root(segement: SegmentGroupNumber) -> Result<PciRoot, PciError> { in ecam_root() argument
|
/DragonOS-0.1.7/kernel/src/driver/pci/ |
D | pci.rs | 236 pub enum PciError { enum 247 impl Display for PciError { implementation 324 fn bar_init(&mut self) -> Option<Result<u8, PciError>> { in bar_init() argument 328 fn msix_init(&mut self) -> Option<Result<u8, PciError>> { in msix_init() argument 405 fn bar_init(&mut self) -> Option<Result<u8, PciError>> { in bar_init() argument 537 pub fn new(segment_group_number: SegmentGroupNumber) -> Result<Self, PciError> { in new() argument 544 fn map(&mut self) -> Result<u8, PciError> { in map() argument 650 ) -> Result<Box<dyn PciDeviceStructure>, PciError> { in pci_read_header() argument 942 fn pci_check_function(busdevicefunction: BusDeviceFunction) -> Result<u8, PciError> { in pci_check_function() argument 968 fn pci_check_device(bus: u8, device: u8) -> Result<u8, PciError> { in pci_check_device() argument [all …]
|