Home
last modified time | relevance | path

Searched defs:Adapter (Results 1 – 5 of 5) sorted by relevance

/rust/kernel/
A Dplatform.rs25 pub struct Adapter<T: Driver>(T); struct
29 unsafe impl<T: Driver + 'static> driver::RegistrationOps for Adapter<T> { implementation
66 impl<T: Driver + 'static> Adapter<T> { implementation
99 impl<T: Driver + 'static> driver::Adapter for Adapter<T> { implementation
A Dauxiliary.rs22 pub struct Adapter<T: Driver>(T); struct
26 unsafe impl<T: Driver + 'static> driver::RegistrationOps for Adapter<T> { implementation
54 impl<T: Driver + 'static> Adapter<T> { implementation
A Ddriver.rs140 pub trait Adapter { interface
A Dpci.rs27 pub struct Adapter<T: Driver>(T); struct
31 unsafe impl<T: Driver + 'static> driver::RegistrationOps for Adapter<T> { implementation
59 impl<T: Driver + 'static> Adapter<T> { impls
/rust/kernel/net/
A Dphy.rs307 struct Adapter<T: Driver> { struct
311 impl<T: Driver> Adapter<T> { impls

Completed in 8 milliseconds