Searched refs:from_id (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/drivers/gpu/nova-core/ |
| H A D | driver.rs | 21 pci::DeviceId::from_id(bindings::PCI_VENDOR_ID_NVIDIA, bindings::PCI_ANY_ID as _),
|
| /linux-6.15/samples/rust/ |
| H A D | rust_dma.rs | 42 pci::DeviceId::from_id(bindings::PCI_VENDOR_ID_REDHAT, 0x5),
|
| H A D | rust_driver_pci.rs | 38 pci::DeviceId::from_id(bindings::PCI_VENDOR_ID_REDHAT, 0x5),
|
| /linux-6.15/rust/kernel/ |
| H A D | pci.rs | 132 pub const fn from_id(vendor: u32, device: u32) -> Self { in from_id() method
|
| /linux-6.15/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-6.15/tools/lib/bpf/ |
| H A D | btf.c | 3617 __u32 from_id, __u32 to_id) in btf_dedup_hypot_map_add() argument 3628 d->hypot_list[d->hypot_cnt++] = from_id; in btf_dedup_hypot_map_add() 3629 d->hypot_map[from_id] = to_id; in btf_dedup_hypot_map_add()
|