Lines Matching defs:PciError
187 fn irq_enable(&mut self, enable: bool) -> Result<u8, PciError> { in irq_enable() argument
209 fn msix_enable(&mut self, enable: bool) -> Result<u8, PciError> { in msix_enable() argument
240 fn msi_enable(&mut self, enable: bool) -> Result<u8, PciError> { in msi_enable() argument
276 fn irq_install(&mut self, msg: IrqMsg) -> Result<u8, PciError> { in irq_install() argument
307 fn msi_install(&mut self, msg: IrqMsg) -> Result<u8, PciError> { in msi_install() argument
457 fn msix_install(&mut self, msg: IrqMsg) -> Result<u8, PciError> { in msix_install() argument
533 fn irq_uninstall(&mut self) -> Result<u8, PciError> { in irq_uninstall() argument
555 fn msi_uninstall(&mut self) -> Result<u8, PciError> { in msi_uninstall() argument
600 fn msix_uninstall(&mut self) -> Result<u8, PciError> { in msix_uninstall() argument
651 fn irq_mask(&mut self, irq_index: u16) -> Result<u8, PciError> { in irq_mask() argument
673 fn msi_mask(&mut self, irq_index: u16) -> Result<u8, PciError> { in msi_mask() argument
731 fn msix_mask(&mut self, irq_index: u16) -> Result<u8, PciError> { in msix_mask() argument
772 fn irq_unmask(&mut self, irq_index: u16) -> Result<u8, PciError> { in irq_unmask() argument
794 fn msi_unmask(&mut self, irq_index: u16) -> Result<u8, PciError> { in msi_unmask() argument
851 fn msix_unmask(&mut self, irq_index: u16) -> Result<u8, PciError> { in msix_unmask() argument
893 fn irq_check_pending(&mut self, irq_index: u16) -> Result<bool, PciError> { in irq_check_pending() argument
916 fn msi_check_pending(&mut self, irq_index: u16) -> Result<bool, PciError> { in msi_check_pending() argument
965 fn msix_check_pending(&mut self, irq_index: u16) -> Result<bool, PciError> { in msix_check_pending() argument