Home
last modified time | relevance | path

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

/linux/drivers/gpu/nova-core/
H A Ddriver.rs22 pci::DeviceId::from_id(bindings::PCI_VENDOR_ID_NVIDIA, bindings::PCI_ANY_ID as u32),
H A Dvbios.rs412 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 Drust_dma.rs49 pci::DeviceId::from_id(bindings::PCI_VENDOR_ID_REDHAT, 0x5),
H A Drust_driver_pci.rs41 pci::DeviceId::from_id(bindings::PCI_VENDOR_ID_REDHAT, 0x5),
H A Drust_driver_auxiliary.rs54 pci::DeviceId::from_id(bindings::PCI_VENDOR_ID_REDHAT, 0x5),
/linux/rust/kernel/
H A Dpci.rs132 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 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()
/linux/tools/lib/bpf/
H A Dbtf.c3673 __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()