Searched refs:Adapter (Results 1 – 5 of 5) sorted by relevance
25 pub struct Adapter<T: Driver>(T); struct29 unsafe impl<T: Driver + 'static> driver::RegistrationOps for Adapter<T> { implementation66 impl<T: Driver + 'static> Adapter<T> { implementation73 let info = <Self as driver::Adapter>::id_info(pdev.as_ref()); in probe_callback()99 impl<T: Driver + 'static> driver::Adapter for Adapter<T> { implementation127 $crate::module_driver!(<T>, $crate::platform::Adapter<T>, { $($f)* });
22 pub struct Adapter<T: Driver>(T); struct26 unsafe impl<T: Driver + 'static> driver::RegistrationOps for Adapter<T> { implementation54 impl<T: Driver + 'static> Adapter<T> { implementation96 $crate::module_driver!(<T>, $crate::auxiliary::Adapter<T>, { $($f)* });
27 pub struct Adapter<T: Driver>(T); struct31 unsafe impl<T: Driver + 'static> driver::RegistrationOps for Adapter<T> { implementation59 impl<T: Driver + 'static> Adapter<T> { impls115 $crate::module_driver!(<T>, $crate::pci::Adapter<T>, { $($f)* });
140 pub trait Adapter { traits
307 struct Adapter<T: Driver> { struct311 impl<T: Driver> Adapter<T> { argument505 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 11 milliseconds