Home
last modified time | relevance | path

Searched refs:new_with_driver (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/phy/
H A Dax88796b_rust.rs17 DeviceId::new_with_driver::<PhyAX88772A>(),
18 DeviceId::new_with_driver::<PhyAX88772C>(),
19 DeviceId::new_with_driver::<PhyAX88796B>()
H A Dqt2025.rs26 phy::DeviceId::new_with_driver::<PhyQT2025>(),
/linux/rust/kernel/net/
H A Dphy.rs732 pub const fn new_with_driver<T: Driver>() -> Self { in new_with_driver() method