Home
last modified time | relevance | path

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

/linux/samples/rust/
H A Drust_driver_usb.rs23 [(usb::DeviceId::from_id(0x1234, 0x5678), ()),] in probe()
H A Drust_driver_auxiliary.rs90 [(pci::DeviceId::from_id(pci::Vendor::REDHAT, 0x5), ())] in connect()
H A Drust_driver_pci.rs79 pci::DeviceId::from_id(pci::Vendor::REDHAT, 0x5), in config_space()
H A Drust_dma.rs65 [(pci::DeviceId::from_id(pci::Vendor::REDHAT, 0x5), ())] in probe()
/linux/rust/kernel/
H A Dpci.rs179 pub const fn from_id(vendor: Vendor, device: u32) -> Self { in from_id()
269 /// pci::DeviceId::from_id(pci::Vendor::REDHAT, bindings::PCI_ANY_ID as u32),
173 pub const fn from_id(vendor: Vendor, device: u32) -> Self { from_id() method
H A Dusb.rs128 pub const fn from_id(vendor: u16, product: u16) -> Self {
264 /// (usb::DeviceId::from_id(0x1234, 0x5678), ()),
265 /// (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.c1410 ip_set_id_t from_id, to_id; in ip_set_swap() local
1419 &from_id); in ip_set_swap()
1448 ip_set(inst, from_id) = to; in ip_set_swap()
/linux/tools/lib/bpf/
H A Dbtf.c4022 __u32 from_id, __u32 to_id) in btf_dedup_hypot_map_add() argument
4033 d->hypot_list[d->hypot_cnt++] = from_id; in btf_dedup_hypot_map_add()
4034 d->hypot_map[from_id] = to_id; in btf_dedup_hypot_map_add()