Searched defs:Vendor (Results 1 – 2 of 2) sorted by relevance
| /linux/rust/kernel/pci/ | ||
| H A D | id.rs | 129 pub struct Vendor(u16); struct |
| /linux/rust/kernel/ | ||
| H A D | pci.rs | 173 pub const fn from_id(vendor: Vendor, device: u32) -> Self { in from_id() argument |