Home
last modified time | relevance | path

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

/linux/drivers/net/phy/
H A Dax88796b_rust.rs43 const FLAGS: u32 = phy::flags::IS_INTERNAL;
107 const FLAGS: u32 = phy::flags::IS_INTERNAL;
/linux/rust/kernel/net/
H A Dphy.rs297 pub const IS_INTERNAL: u32 = bindings::PHY_IS_INTERNAL; constant