Searched refs:from_id (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/gpu/nova-core/ |
H A D | driver.rs | 22 pci::DeviceId::from_id(bindings::PCI_VENDOR_ID_NVIDIA, bindings::PCI_ANY_ID as u32),
|
H A D | vbios.rs | 412 fn from_id(image: &PciAtBiosImage, token_id: u8) -> Result<Self> { in from_id() method 844 BitToken::from_id(self, token_id) in get_bit_token()
|
/linux/samples/rust/ |
H A D | rust_dma.rs | 49 pci::DeviceId::from_id(bindings::PCI_VENDOR_ID_REDHAT, 0x5),
|
H A D | rust_driver_pci.rs | 41 pci::DeviceId::from_id(bindings::PCI_VENDOR_ID_REDHAT, 0x5),
|
H A D | rust_driver_auxiliary.rs | 54 pci::DeviceId::from_id(bindings::PCI_VENDOR_ID_REDHAT, 0x5),
|
/linux/rust/kernel/ |
H A D | pci.rs | 132 pub const fn from_id(vendor: u32, device: u32) -> Self { in from_id() method 209 /// pci::DeviceId::from_id(bindings::PCI_VENDOR_ID_REDHAT, bindings::PCI_ANY_ID as u32),
|
/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()
|
/linux/tools/lib/bpf/ |
H A D | btf.c | 3673 __u32 from_id, __u32 to_id) in btf_dedup_hypot_map_add() argument 3684 d->hypot_list[d->hypot_cnt++] = from_id; in btf_dedup_hypot_map_add() 3685 d->hypot_map[from_id] = to_id; in btf_dedup_hypot_map_add()
|