Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/pci/
H A Dpci_irq.rs40 IrqTypeNotSupported, enumerator
239 return Err(PciError::PciIrqError(PciIrqError::IrqTypeNotSupported)); in irq_enable()
339 return Err(PciError::PciIrqError(PciIrqError::IrqTypeNotSupported)); in irq_install()
617 return Err(PciError::PciIrqError(PciIrqError::IrqTypeNotSupported)); in irq_uninstall()
740 return Err(PciError::PciIrqError(PciIrqError::IrqTypeNotSupported)); in irq_mask()
861 return Err(PciError::PciIrqError(PciIrqError::IrqTypeNotSupported)); in irq_unmask()
982 return Err(PciError::PciIrqError(PciIrqError::IrqTypeNotSupported)); in irq_check_pending()