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()
618 return Err(PciError::PciIrqError(PciIrqError::IrqTypeNotSupported)); in irq_uninstall()
742 return Err(PciError::PciIrqError(PciIrqError::IrqTypeNotSupported)); in irq_mask()
864 return Err(PciError::PciIrqError(PciIrqError::IrqTypeNotSupported)); in irq_unmask()
986 return Err(PciError::PciIrqError(PciIrqError::IrqTypeNotSupported)); in irq_check_pending()