Home
last modified time | relevance | path

Searched refs:from_id (Results 1 – 7 of 7) sorted by relevance

/linux/samples/rust/
H A Drust_driver_usb.rs24 [(usb::DeviceId::from_id(0x1234, 0x5678), ()),] in probe()
H A Drust_driver_auxiliary.rs65 [(pci::DeviceId::from_id(pci::Vendor::REDHAT, 0x5), ())]
H A Drust_driver_pci.rs82 pci::DeviceId::from_id(pci::Vendor::REDHAT, 0x5), in config_space()
H A Drust_dma.rs56 [(pci::DeviceId::from_id(pci::Vendor::REDHAT, 0x5), ())]
/linux/rust/kernel/
H A Dpci.rs173 pub const fn from_id(vendor: Vendor, device: u32) -> Self { in from_id() method
H A Dusb.rs128 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 Dip_set_core.c1397 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()