Home
last modified time | relevance | path

Searched refs:ack_interrupt (Results 1 – 25 of 26) sorted by relevance

12

/external/rust/android-crates-io/crates/virtio-drivers-and-devices/src/transport/
Dsome.rs146 fn ack_interrupt(&mut self) -> bool { in ack_interrupt() method
148 Self::Mmio(mmio) => mmio.ack_interrupt(), in ack_interrupt()
149 Self::Pci(pci) => pci.ack_interrupt(), in ack_interrupt()
151 Self::HypPci(pci) => pci.ack_interrupt(), in ack_interrupt()
Dmod.rs88 fn ack_interrupt(&mut self) -> bool; in ack_interrupt() method
Dfake.rs96 fn ack_interrupt(&mut self) -> bool { in ack_interrupt() method
Dx86_64.rs239 fn ack_interrupt(&mut self) -> bool { in ack_interrupt() method
Dmmio.rs487 fn ack_interrupt(&mut self) -> bool { in ack_interrupt() method
Dpci.rs320 fn ack_interrupt(&mut self) -> bool { in ack_interrupt() method
/external/rust/android-crates-io/crates/virtio-drivers/src/transport/
Dsome.rs146 fn ack_interrupt(&mut self) -> bool { in ack_interrupt() method
148 Self::Mmio(mmio) => mmio.ack_interrupt(), in ack_interrupt()
149 Self::Pci(pci) => pci.ack_interrupt(), in ack_interrupt()
151 Self::HypPci(pci) => pci.ack_interrupt(), in ack_interrupt()
Dmod.rs68 fn ack_interrupt(&mut self) -> bool; in ack_interrupt() method
Dfake.rs96 fn ack_interrupt(&mut self) -> bool { in ack_interrupt() method
Dx86_64.rs239 fn ack_interrupt(&mut self) -> bool { in ack_interrupt() method
Dmmio.rs487 fn ack_interrupt(&mut self) -> bool { in ack_interrupt() method
Dpci.rs320 fn ack_interrupt(&mut self) -> bool { in ack_interrupt() method
/external/rust/android-crates-io/crates/virtio-drivers/src/device/net/
Ddev.rs44 pub fn ack_interrupt(&mut self) -> bool { in ack_interrupt() method
45 self.inner.ack_interrupt() in ack_interrupt()
Ddev_raw.rs61 pub fn ack_interrupt(&mut self) -> bool { in ack_interrupt() method
62 self.transport.ack_interrupt() in ack_interrupt()
/external/rust/android-crates-io/crates/virtio-drivers-and-devices/src/device/net/
Ddev.rs44 pub fn ack_interrupt(&mut self) -> bool { in ack_interrupt() method
45 self.inner.ack_interrupt() in ack_interrupt()
Ddev_raw.rs61 pub fn ack_interrupt(&mut self) -> bool { in ack_interrupt() method
62 self.transport.ack_interrupt() in ack_interrupt()
/external/rust/android-crates-io/crates/virtio-drivers-and-devices/src/device/
Dconsole.rs162 pub fn ack_interrupt(&mut self) -> Result<bool> { in ack_interrupt() method
163 if !self.transport.ack_interrupt() { in ack_interrupt()
417 assert_eq!(console.ack_interrupt(), Ok(false)); in receive()
427 assert_eq!(console.ack_interrupt(), Ok(true)); in receive()
Dinput.rs65 pub fn ack_interrupt(&mut self) -> bool { in ack_interrupt() method
66 self.transport.ack_interrupt() in ack_interrupt()
Dgpu.rs84 pub fn ack_interrupt(&mut self) -> bool { in ack_interrupt() method
85 self.transport.ack_interrupt() in ack_interrupt()
Dblk.rs93 pub fn ack_interrupt(&mut self) -> bool { in ack_interrupt() method
94 self.transport.ack_interrupt() in ack_interrupt()
Dsound.rs161 pub fn ack_interrupt(&mut self) -> bool { in ack_interrupt() method
162 self.transport.ack_interrupt() in ack_interrupt()
/external/rust/android-crates-io/crates/virtio-drivers/src/device/
Dconsole.rs162 pub fn ack_interrupt(&mut self) -> Result<bool> { in ack_interrupt() method
163 if !self.transport.ack_interrupt() { in ack_interrupt()
417 assert_eq!(console.ack_interrupt(), Ok(false)); in receive()
427 assert_eq!(console.ack_interrupt(), Ok(true)); in receive()
Dinput.rs65 pub fn ack_interrupt(&mut self) -> bool { in ack_interrupt() method
66 self.transport.ack_interrupt() in ack_interrupt()
Dgpu.rs84 pub fn ack_interrupt(&mut self) -> bool { in ack_interrupt() method
85 self.transport.ack_interrupt() in ack_interrupt()
Dblk.rs93 pub fn ack_interrupt(&mut self) -> bool { in ack_interrupt() method
94 self.transport.ack_interrupt() in ack_interrupt()

12