Home
last modified time | relevance | path

Searched defs:Vendor (Results 1 – 3 of 3) sorted by relevance

/linux/rust/kernel/pci/
H A Did.rs126 pub struct Vendor(u16); struct
132 impl Vendor { impl
153 impl Vendor { impl
167 impl fmt::Debug for Vendor { implementation
/linux/rust/kernel/
H A Dpci.rs138 pub const fn from_id(vendor: Vendor, device: u32) -> Self { in from_id()
177 vendor: Vendor, in from_class_and_vendor()
441 pub fn vendor_id(&self) -> Vendor { in vendor_id()
/linux/rust/kernel/net/
H A Dphy.rs751 Vendor, enumerator