Lines Matching refs:Bound
11 use crate::device::{Bound, Device};
39 fn handle(&self, device: &Device<Bound>) -> IrqReturn; in handle()
43 fn handle(&self, device: &Device<Bound>) -> IrqReturn { in handle()
49 fn handle(&self, device: &Device<Bound>) -> IrqReturn { in handle()
104 dev: &'a Device<Bound>,
114 pub(crate) unsafe fn new(dev: &'a Device<Bound>, irq: u32) -> Self { in new() argument
253 pub fn synchronize(&self, dev: &Device<Bound>) -> Result { in synchronize()
300 fn handle(&self, device: &Device<Bound>) -> ThreadedIrqReturn { in handle()
308 fn handle_threaded(&self, device: &Device<Bound>) -> IrqReturn; in handle_threaded()
312 fn handle(&self, device: &Device<Bound>) -> ThreadedIrqReturn { in handle()
316 fn handle_threaded(&self, device: &Device<Bound>) -> IrqReturn { in handle_threaded()
322 fn handle(&self, device: &Device<Bound>) -> ThreadedIrqReturn { in handle()
326 fn handle_threaded(&self, device: &Device<Bound>) -> IrqReturn { in handle_threaded()
474 pub fn synchronize(&self, dev: &Device<Bound>) -> Result { in synchronize()