Home
last modified time | relevance | path

Searched refs: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
73 let info = <Self as driver::Adapter>::id_info(pdev.as_ref()); in probe_callback()
99 impl<T: Driver + 'static> driver::Adapter for Adapter<T> { implementation
127 $crate::module_driver!(<T>, $crate::platform::Adapter<T>, { $($f)* });
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> { impls
96 $crate::module_driver!(<T>, $crate::auxiliary::Adapter<T>, { $($f)* });
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> { implementation
115 $crate::module_driver!(<T>, $crate::pci::Adapter<T>, { $($f)* });
A Ddriver.rs140 pub trait Adapter { traits
/rust/kernel/net/
A Dphy.rs307 struct Adapter<T: Driver> { struct
311 impl<T: Driver> Adapter<T> { implementation
505 Some(Adapter::<T>::soft_reset_callback) in create_phy_driver()
510 Some(Adapter::<T>::probe_callback) in create_phy_driver()
515 Some(Adapter::<T>::get_features_callback) in create_phy_driver()
525 Some(Adapter::<T>::suspend_callback) in create_phy_driver()
530 Some(Adapter::<T>::resume_callback) in create_phy_driver()
535 Some(Adapter::<T>::config_aneg_callback) in create_phy_driver()
540 Some(Adapter::<T>::read_status_callback) in create_phy_driver()
545 Some(Adapter::<T>::read_mmd_callback) in create_phy_driver()
[all …]

Completed in 9 milliseconds