Searched refs:from_id (Results 1 – 7 of 7) sorted by relevance
| /linux/samples/rust/ |
| H A D | rust_driver_usb.rs | 24 [(usb::DeviceId::from_id(0x1234, 0x5678), ()),] in probe()
|
| H A D | rust_driver_auxiliary.rs | 65 [(pci::DeviceId::from_id(pci::Vendor::REDHAT, 0x5), ())]
|
| H A D | rust_driver_pci.rs | 82 pci::DeviceId::from_id(pci::Vendor::REDHAT, 0x5), in config_space()
|
| H A D | rust_dma.rs | 56 [(pci::DeviceId::from_id(pci::Vendor::REDHAT, 0x5), ())]
|
| /linux/rust/kernel/ |
| H A D | pci.rs | 173 pub const fn from_id(vendor: Vendor, device: u32) -> Self { in from_id() method
|
| H A D | usb.rs | 128 pub const fn from_id(vendor: u16, product: u16) -> Self { 283 /// (usb::DeviceId::from_id(0x1234, 0x5678), ()), 284 /// (usb::DeviceId::from_id(0xabcd, 0xef01), ()), 130 pub const fn from_id(vendor: u16, product: u16) -> Self { from_id() method
|
| /linux/net/netfilter/ipset/ |
| H A D | ip_set_core.c | 1397 ip_set_id_t from_id, to_id; in ip_set_swap() local 1406 &from_id); in ip_set_swap() 1435 ip_set(inst, from_id) = to; in ip_set_swap()
|