Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/driver/pci/
Dpci_irq.rs33 IrqTypeNotSupported, enumerator
197 return Err(PciError::PciIrqError(PciIrqError::IrqTypeNotSupported)); in irq_enable()
297 return Err(PciError::PciIrqError(PciIrqError::IrqTypeNotSupported)); in irq_install()
547 return Err(PciError::PciIrqError(PciIrqError::IrqTypeNotSupported)); in irq_uninstall()
664 return Err(PciError::PciIrqError(PciIrqError::IrqTypeNotSupported)); in irq_mask()
785 return Err(PciError::PciIrqError(PciIrqError::IrqTypeNotSupported)); in irq_unmask()
906 return Err(PciError::PciIrqError(PciIrqError::IrqTypeNotSupported)); in irq_check_pending()