Home
last modified time | relevance | path

Searched refs:new_with_model_mask (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/phy/
H A Dax88796b_rust.rs129 const PHY_DEVICE_ID: DeviceId = DeviceId::new_with_model_mask(0x003b1841);
/linux/rust/kernel/net/
H A Dphy.rs708 pub const fn new_with_model_mask(id: u32) -> Self { in new_with_model_mask() method