Home
last modified time | relevance | path

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

/linux/rust/kernel/pci/
H A Did.rs129 pub struct Vendor(u16); struct
135 impl Vendor { impl
156 impl Vendor { impl
170 impl fmt::Debug for Vendor { implementation
/linux/rust/kernel/
H A Dpci.rs166 pub const fn from_id(vendor: Vendor, device: u32) -> Self { in from_id()
205 vendor: Vendor, in from_class_and_vendor()
363 pub fn vendor_id(&self) -> Vendor { in vendor_id()