Searched refs:new_with_driver (Results 1 – 3 of 3) sorted by relevance
17 DeviceId::new_with_driver::<PhyAX88772A>(),18 DeviceId::new_with_driver::<PhyAX88772C>(),19 DeviceId::new_with_driver::<PhyAX88796B>()
26 phy::DeviceId::new_with_driver::<PhyQT2025>(),
732 pub const fn new_with_driver<T: Driver>() -> Self { in new_with_driver() method